SoftwareOddsAndSods: Difference between revisions
<hr> info |
m {{todo|inline=1|review|comment=Do we clean this up and use it as an active page, or do we deprecate and archive this and preserve it exactly?}} |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''Page for random here | {{todo|inline=1|review|comment=Do we clean this up and use it as an active page, or do we deprecate and archive this and preserve it exactly?}} | ||
'''Page for random here 'n' there short tips on using various software.''' | |||
'''These may later be folded into more specific pages, but will be the dumping ground for now, just to have them searchable.''' | |||
I suggest putting a horizontal rule between topics for now. | |||
HTML for that is; <nowiki><hr></nowiki> | HTML for that is; <nowiki><hr></nowiki> | ||
or you can use the top right button above on the editing interface (the | or you can use the top right button above on the editing interface (the horizontal rule icon). That button says "use sparingly", but I think it works for this page. | ||
---- | ---- | ||
Line 13: | Line 18: | ||
It's a little tricky, and involves Command Line stuff, but here it is: | 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 | In the CMD line field at the bottom of Scala, Specify output format. | ||
For .mts it's | For .mts it's | ||
set synth 107 | |||
'''set synth 107''' | |||
for .tun it's | for .tun it's | ||
'''set synth 112''' | |||
Then CD to the folder where your scales are. | |||
Enter this in the CMD line field: | Enter this in the CMD line field: | ||
Line 28: | Line 35: | ||
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. | 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. | ||
<hr> | |||
-- | |||
More on using Scala in [https://www.youtube.com/watch?v=-QNnVndGLmw Sevish's video, here]. | |||
[https://www.thomas-krenn.com/en/wiki/Cmd_commands_under_Windows CMD line commands for Windows] (if you're using Linux, you probably know them for Linux already). | |||
--[[User:SyntheticThought|SyntheticThought]] | |||
<hr /> | |||
[[Category:Software]] |
Latest revision as of 07:52, 20 October 2024
![]() |
Todo: review Do we clean this up and use it as an active page, or do we deprecate and archive this and preserve it exactly? |
Page for random here 'n' there short tips on using various software.
These may later be folded into more specific pages, but will be the dumping ground for now, just to have them searchable.
I suggest putting a horizontal rule between topics for now. HTML for that is; <hr> or you can use the top right button above on the editing interface (the horizontal rule icon). That button says "use sparingly", but I think it works for this page.
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.
For .mts it's
set synth 107
for .tun it's
set synth 112
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.
--
More on using Scala in Sevish's video, here.
CMD line commands for Windows (if you're using Linux, you probably know them for Linux already).