-
Equaliser Presets ..
Prehaps someone can help with this one ...
I'm putting together an equaliser presets screen thats uses code similar Blue's RRExt PI for "PresetList" ... I'll move to Blue's PI later on, once this is working.
I have the list of presets and I can load/save/dele presets. I'm want to add a create preset function.
In my presets screen i have a button with ..
B02,727,377,65,65,"OSKTOCMD;SELECTION;SAVETHEPRESE T","Make New"
and in my Exectbl I have ..
"SAVETHEPRESET","!PRESET;$SELECTION$||RUNW;$SKINPA TH$SUPPORT\PRESETS\PRESETS.EXE|GET||CLCLEAR;ALL||C LLOAD;$SKINPATH$SUPPORT\PRESETS\PRESETLIST.TXT;TRU E"
This code works correctly on RR 10/10/08, but will not work for me on current RR version.
Any ideas ?
Thanks in advance ...
Valheru.
-
You rang.... :D
Looks right... What exactly isn't working? Or what is it doing.
-
The Presets support in RR has been modified to store the presets in the MixerPresets\ folder -- if your presets.exe is reading RR's folder instead, then it will probably not update your list. You can also override the path for presets using the presetspath= setting in RR.INI
-
well what do you know ... when I look in the MixerPresets folder there are the 30 or so test .PST files I created .. LOL !!
Thanks Guys.