Do any other DAWs support scripting?
-
- KVRian
- 659 posts since 25 Sep, 2010
Or is this unique to Tracktion?
It's such a cool idea, I'm surprised that nobody's done anything like this before.
The only DAW scripting I can think of was Cakewalk's groundbreaking CAL scripts, but that was only for MIDI manipulation and has been deprecated for some time.
It's such a cool idea, I'm surprised that nobody's done anything like this before.
The only DAW scripting I can think of was Cakewalk's groundbreaking CAL scripts, but that was only for MIDI manipulation and has been deprecated for some time.
- Beware the Quoth
- 35529 posts since 4 Sep, 2001 from R'lyeh Oceanic Amusement Park and Funfair
Reaper is scriptable
Live can be scripted via Max4Live or Python controller scripts
Bitwig has controller scripts
Live can be scripted via Max4Live or Python controller scripts
Bitwig has controller scripts
An idiot on Set Theory:
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
-
- KVRian
- Topic Starter
- 659 posts since 25 Sep, 2010
Thanks.
Can you think of any advantage to using Javascript over Python in this scenario? I'm no expert in either of them, but I've always thought of Python as being simpler to figure out and probably easier to pick up for a non-programmer.
Can you think of any advantage to using Javascript over Python in this scenario? I'm no expert in either of them, but I've always thought of Python as being simpler to figure out and probably easier to pick up for a non-programmer.
- Beware the Quoth
- 35529 posts since 4 Sep, 2001 from R'lyeh Oceanic Amusement Park and Funfair
Its six and half-a-dozen, to be honest. They're both common, robust embeddable languages.bbaggins wrote:Thanks.
Can you think of any advantage to using Javascript over Python in this scenario?
Possibly; it was definitely intended to be. Javascript does have the advantage of being a C-style language, though, so the basic syntax has a lot of overlap with other common languages. If you're familiar with one of those, Javascript's not hard to get started with.I'm no expert in either of them, but I've always thought of Python as being simpler to figure out and probably easier to pick up for a non-programmer.
There's plenty of information, tutorials, etc on both, though.
An idiot on Set Theory:
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
