VSTs for live coding audio effects in real-time?
-
- KVRian
- 1194 posts since 28 May, 2010 from Finland
VSTs for live coding audio effects in real-time?
I.e. a VST that has some programming language and allows compiling on-the-fly?
I.e. a VST that has some programming language and allows compiling on-the-fly?
- Beware the Quoth
- 35502 posts since 4 Sep, 2001 from R'lyeh Oceanic Amusement Park and Funfair
no.
yes.
yes.
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
- 1194 posts since 28 May, 2010 from Finland
- KVRAF
- 12615 posts since 7 Dec, 2004
I have one that you can do very simple stuff in as it contains an expression evaluator. Unfortunately even a simple volume control burns through a lot of CPU as currently the "program" is only compiled into a series of "instruction" steps in a table, and executing that table is quite expensive compared to executing native code.
You should instead look at something like Reaper's JSFX which is far more practical and mature.
You should instead look at something like Reaper's JSFX which is far more practical and mature.
Free plug-ins for Windows, MacOS and Linux. Xhip Synthesizer v8.0 and Xhip Effects Bundle v6.7.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
-
- KVRian
- Topic Starter
- 1194 posts since 28 May, 2010 from Finland
My idea was to be able to trial what some randomly chosen functions do when put into the signal path.
-
- KVRian
- Topic Starter
- 1194 posts since 28 May, 2010 from Finland
Yeah JSFX is probably ideal for this, but it'd be nicer if it was VST SDK based.
-
- KVRian
- Topic Starter
- 1194 posts since 28 May, 2010 from Finland
-
- KVRAF
- 7579 posts since 17 Feb, 2005
There is APE, but the download links seem to have expired
viewtopic.php?f=33&t=402054
viewtopic.php?f=33&t=402054
-
- KVRian
- Topic Starter
- 1194 posts since 28 May, 2010 from Finland
Oh, I almost forgot APE.camsr wrote:There is APE, but the download links seem to have expired
viewtopic.php?f=33&t=402054
-
- KVRAF
- 2285 posts since 20 Dec, 2002 from The Benighted States of Trumpistan
Hunh, I always thought APE was strictly offline compiling, not realtime. Cool. I have v.0.3.0 somewhere; I'll see if I can find it.
ISTR that there was something for live coding in Lua, but my aged brain maybe be playing tricks on me... nope, DuckDuckGo! (it's like Google, minus the tracking) tells me it's here. Lua is a nice little language, although I miss curly braces and math shortcuts.
ISTR that there was something for live coding in Lua, but my aged brain maybe be playing tricks on me... nope, DuckDuckGo! (it's like Google, minus the tracking) tells me it's here. Lua is a nice little language, although I miss curly braces and math shortcuts.
Wait... loot _then_ burn? D'oh!
-
- KVRian
- Topic Starter
- 1194 posts since 28 May, 2010 from Finland
The APE repo is here I believe:
https://bitbucket.org/Mayae/audio-progr ... t/overview
Binaries can be also found from:
http://www.jthorborg.com/ape.html
https://bitbucket.org/Mayae/audio-progr ... t/overview
Binaries can be also found from:
http://www.jthorborg.com/ape.html
-
- KVRist
- 363 posts since 25 May, 2011
-
- KVRian
- Topic Starter
- 1194 posts since 28 May, 2010 from Finland
I thought of not purchasing a commercial solution, because of e.g. APE.twoifbysea wrote:https://www.bluecataudio.com/Products/P ... ugNScript/
But I might try out the demo.
- KVRAF
- 10157 posts since 16 Dec, 2002
I've just discovered this amazing thing called a search engine.
I typed in 'live coding VST' and I couldn't beleive the results I got.
My sex life improved and my hair has grown back thicker and lusher.
I typed in 'live coding VST' and I couldn't beleive the results I got.
My sex life improved and my hair has grown back thicker and lusher.
-
- KVRian
- 829 posts since 7 Oct, 2005
Lua scripting in VST plugin
http://www.osar.fr/protoplug/
http://www.osar.fr/protoplug/
