Hello all,
I am currently developing an 8-channel synth using Teensy 4.1, SGT5000 and the audio.h library.
Instead of creating eight independent channels, is it possible to index the name of the different modules (oscillator, envelope, filter), so that I can write, for example VCA_ENV.noteOn();
And if so, how to declare the AudioConnection.
I am currently developing an 8-channel synth using Teensy 4.1, SGT5000 and the audio.h library.
Instead of creating eight independent channels, is it possible to index the name of the different modules (oscillator, envelope, filter), so that I can write, for example VCA_ENV.noteOn();
And if so, how to declare the AudioConnection.