by jmh » Wed Feb 11, 2026 9:47 am
VANDERGRAAF wrote:Please can someone help me ?
https://www.sawstudiouser.com/forums/sh ... po-(SSC2T)
Follow the install instructions (the first few lines of the 2nd post). You can have your ini in 10 minutes.
...after that, with a few adjustments, you can have them install directly into VST_Plugins (making a zip of your old inis). It doesn't do one ini - it does them all, effortlessly. Waves (if you got them) everything.
Oh yeah, it makes them for SAC64 too.
what else, you can have renames (I prepend all of my waves plugins with w_ ) ***
you can filter them, so only some inis get built - and differently for sac.
BTW, (since everyone seems squeamish about trying this) that SETUP was built on my machine with iexpress, and the install script and contents written entirely by me. Also I should note that the script doesn't do anything 'to' studio. It mimics running it by a sequence of pulling down menues, mouse clicks, etc... If you don't load the script, it is not there. If you do, it does nothing. But in the 2nd case, if you press one of the defined hotkey combos (nearly all use the backtick plus another key), it will call an autohotkey function. In the case of INI_Builder, backtick + x
Also I just tried the download link, on my test machine, defender popped up and challenged me - which I have to admit is quite ominous. I had to navigate and click 'run anyway' (this wasn't happening when I tested it off the flash drive - it gets tagged when an internet origin). This happens because it is an unsigned file - and I'm not shelling out a couple of hundred to buy a code signing certificate for something I'm giving away.
Note; the inis are built with 8.3 short filenames. It doesn't matter unless you have a registry entry to disable that - very unlikely. I had done that before I realized Bob had a long-filename fix. If I re-build I'll probably remove that.
*** This done by changing one line in
"C:\SAWStudio64\VST_PlugIns\INI_BUILDER\CONFIGS\VS T3_filter.SAWStudio64" (which was automatically generated)
vendor='waves'
to
vendor='waves', prefix='w_'
[quote="VANDERGRAAF"]Please can someone help me ?[/QUOTE]
[URL]https://www.sawstudiouser.com/forums/showthread.php?20201-INI_Builder-for-SAWStudio64-V2-has-been-added-to-Control2Tempo-(SSC2T)[/URL]
Follow the install instructions (the first few lines of the 2nd post). You can have your ini in 10 minutes.
...after that, with a few adjustments, you can have them install directly into VST_Plugins (making a zip of your old inis). It doesn't do one ini - it does them all, effortlessly. Waves (if you got them) everything.
Oh yeah, it makes them for SAC64 too.
what else, you can have renames (I prepend all of my waves plugins with w_ ) ***
you can filter them, so only some inis get built - and differently for sac.
BTW, (since everyone seems squeamish about trying this) that SETUP was built on my machine with iexpress, and the install script and contents written entirely by me. Also I should note that the script doesn't do anything 'to' studio. It mimics running it by a sequence of pulling down menues, mouse clicks, etc... If you don't load the script, it is not there. If you do, it does nothing. But in the 2nd case, if you press one of the defined hotkey combos (nearly all use the backtick plus another key), it will call an autohotkey function. In the case of INI_Builder, backtick + x
Also I just tried the download link, on my test machine, defender popped up and challenged me - which I have to admit is quite ominous. I had to navigate and click 'run anyway' (this wasn't happening when I tested it off the flash drive - it gets tagged when an internet origin). This happens because it is an unsigned file - and I'm not shelling out a couple of hundred to buy a code signing certificate for something I'm giving away.
Note; the inis are built with 8.3 short filenames. It doesn't matter unless you have a registry entry to disable that - very unlikely. I had done that before I realized Bob had a long-filename fix. If I re-build I'll probably remove that.
*** This done by changing one line in [font=system]"C:\SAWStudio64\VST_PlugIns\INI_BUILDER\CONFIGS\VS T3_filter.SAWStudio64" (which was automatically generated)[/font]
[font=system]
vendor='waves'
[/font][font=system]to
vendor='waves', prefix='w_'[/font]