Page 1 of 1
wav sav
Posted: Tue Jul 23, 2013 6:29 pm
by mimine
hello question community wav file how log the wav file to load a specific file to call when loading the preset. I want to save them in a file link to VST format origin such that it is charging. thank you for your help
Re: wav sav
Posted: Tue Aug 06, 2013 5:38 pm
by nix
it's a little hard for me to understand,
but I think you can store the name of a file in a 'preset string' primitive.
You can read the location of the plugin with 'start folder'.
This way not all the .wav files will be in RAM,
only the one for the selected preset.
So the 'wave file' path which is executed on preset change,
is the
start folder/name of file
Hope this helps and good luck