SoftwareOddsAndSods
Page for random here and there short tips on using various software. May later be folded into more specific pages, but will be the dumping ground for now, just to have them searchable.
TUTORIAL ON bulk conversions in Scala from .scl to .mts (or .scl to .tun, etc.)
This is how I converted the 4000 scala files to MTS for my VST synth.
Manuel at Scala showed me how.
It's a little tricky, and involves Command Line stuff, but here it is:
In the CMD line field at the bottom of Scala, Specify output format (like shown in the Media:Sevish videohttps://www.youtube.com/watch?v=-QNnVndGLmw).
For .mts it's set synth 107
for .tun it's
then CD to the folder where your scales are.
Enter this in the CMD line field:
iterate "send/file %scl" *.scl
Hit enter. It will convert all the files and output them to the same folder. Then you can sort by type in folder, and move them to another folder.