View Single Post
Old 07-02-2017, 09:22 AM   #381
nofish
Human being with feelings
 
nofish's Avatar
 
Join Date: Oct 2007
Location: home is where the heart is
Posts: 12,096
Default

Quote:
Originally Posted by Erriez View Post
Today I discovered ReaPack which is very useful. I've a question about creating the index.xml file (on Windows).

My .jsfx script contains a slider to parse text configuration files:

Code:
// REAPER\Effects\my_effect_dir\myscript.jsfx:
slider1:/midi_config_dir:none:MIDI config file:
The text files are located in:
Code:
REAPER\Data\midi_config_dir\GM Basic.txt
REAPER\Data\midi_config_dir\GM Extended.txt
REAPER\Data\midi_config_dir\Another file.txt
I could not include it with the provides keyword. How can I configure the .jsfx script to include these .txt files to install it into REAPER\Data\midi_config_dir\?
http://forum.cockos.com/showthread.php?t=169127&page=15 (from post #575)

The way mentioned there (using rename operator ">") should work in your case also I'd think.

edit:
Not sure it also works with .txt files though.
nofish is offline   Reply With Quote