CableBox
-
Hi guys, I reworked the script from Chris that he posted in 2017, how can I make it ''modular'' ?
For example if I want to modulate the ''Sine Wave Generator - Semi Tones or Octave'' and modulate the pitch with an LFO, or make a pitch enveloppe with an ADHSR to an oscillator to make a kick, what should I do ?
Here's the code : CableBox Component_txt.txt
Thanks for your help !!
-
@Retromelon post it as a snippet....not as txt...
-
@Retromelon I'd be cautious of reworking a script from 2017. A lot has changed since then!
Might be a good idea to dive into the current docs gf whatever it is your building.
-
Yes, this might be in fact a good candidate for a refactoring example to show what has changed in the meantime:
- the whole data model can be transferred to the modulation matrix.
- lots of QOL additions like the
Rectangleclass. - update some coding practices to the newest HISE features.
-
@Christoph-Hart
That would be nice!