Hey everyone,
i didnt come up with a better title, so pleaso excuse me if the topic, maybe, is not directly related to the title name!!
So i´m working on my "TeensyTouchDAW" which consists of an 8 Track sequencer with various built in "Audio-Plugins".
Beside the sequencer functions, it is meant that users can easily add their own plugins to the environment.
Everything is working so far and i´m at a stage to minimize the work needed to add plugins.
As i already have various "plugins" implemented, the Audio Design-Tool GUI is getting quite big (226nodes and 282patchcords) and i would like to somehow seperate each "plugin" in the Audio Design-Tool GUI.
Like for every "plugin" i open an empty Audio Design-Tool page, but then the Patchcords would be in conflict as each Plugin would start over with AudioConnection patchCord1().
So is there a way to avoid this conflict??
(Optional question, is it possible to assign (new) patchcords within the code?)
TIA Stefan
The most recent infos can be found on Discord:
https://discord.gg/N78atDz9bC
Most recent project files can be found on Github:
https://github.com/steven-law/Teensy-DAW
Most recent videos can be found here:
https://www.youtube.com/@stefandegu5150
i didnt come up with a better title, so pleaso excuse me if the topic, maybe, is not directly related to the title name!!
So i´m working on my "TeensyTouchDAW" which consists of an 8 Track sequencer with various built in "Audio-Plugins".
Beside the sequencer functions, it is meant that users can easily add their own plugins to the environment.
Everything is working so far and i´m at a stage to minimize the work needed to add plugins.
As i already have various "plugins" implemented, the Audio Design-Tool GUI is getting quite big (226nodes and 282patchcords) and i would like to somehow seperate each "plugin" in the Audio Design-Tool GUI.
Like for every "plugin" i open an empty Audio Design-Tool page, but then the Patchcords would be in conflict as each Plugin would start over with AudioConnection patchCord1().
So is there a way to avoid this conflict??
(Optional question, is it possible to assign (new) patchcords within the code?)
TIA Stefan
The most recent infos can be found on Discord:
https://discord.gg/N78atDz9bC
Most recent project files can be found on Github:
https://github.com/steven-law/Teensy-DAW
Most recent videos can be found here:
https://www.youtube.com/@stefandegu5150