@Chazrox the custom automation slots are pretty matured as I'm using them in Triaz for all channel parameters, but I haven't told anyone how to use it until now.
administrators
Posts
-
RE: Set pluginParameterName dynamically
-
RE: Set pluginParameterName dynamically
big nono.
But I've recently reworked the entire plugin parameter handling, see:
-
RE: MSVC only: Error C3203: unspecialized class template ... (works fine on MAC)
@Morphoice hmm, weird, anyways, I've added a safe check as well as the option to edit the flags set by the
node_properties.json
file in the DLL exporter. This should fix most issues related to this subject. -
RE: In plugin help system
Yeah, at this point I wouldn't recommend that system for docs - unless I'm not aware of anyone using it, it's abandonware and most likely broken.
15 upvotes and it's gonzo. Just kidding...
-
RE: Scriptnode Synth Crackling with Chords
global sends & receives will never be possible in a polyphonic context because the voice allocation system is not deterministic so you cannot expect that eg. voice number 13 is rendering the same note as voice number 13 of another sound generator - just add a script that adds an octave note on one of the sound generators (or even use an envelope with two different release times or sample lengths) and the voices will lose their index relation.
What might be possible at some point is to use the
routing.send
/routing.receive
nodes WITHIN a polyphonic network to implement polyphonic feedback delay lines (for stuff like resonators etc). -
RE: MSVC only: Error C3203: unspecialized class template ... (works fine on MAC)
Had never heard of that before and on MAC it never made a difference
I'm pretty sure that this would not work on mac too because the code generator will produce gibberish if the flags don't match.
-
RE: multichannel scriptnode synth
@Allen Use a silent synth with a poly FX, there you have the ability of setting the channel amount.
-
RE: MSVC only: Error C3203: unspecialized class template ... (works fine on MAC)
@griffinboy actually I could add a warning message if there are third party nodes without the properties, that would save us some troubleshooting.
-
RE: MSVC only: Error C3203: unspecialized class template ... (works fine on MAC)
@Lindon the one I‘ve posted above.