Skip to content

steeelydan/js2eel-jsfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some REAPER JSFX created with JS2EEL

In this repo I aim to convert my current collection of JSFX (https://github.com/steeelydan/sd-jsfx) to JS2EEL.

JS2EEL is my compiler which enables you to write REAPER JSFX in JavaScript.

You'll find the original JSFX in ./eel-src-old. You'll find the compiled JSFX in ./eel-src. The JavaScript source code will be in js-src.

Usage

To use the compiled JSFX in REAPER, just copy the files you want from ./eel-src into:

  • Windows: <USER_DIR>\AppData\Roaming\REAPER\Effects\<YOUR_DIR>
  • Mac: <USER_DIR>/Library/Application Support/REAPER/Effects/<YOUR_DIR>
  • Linux: ~/.config/REAPER/Effects/<YOUR_DIR>