Bakhanbeigi
Member
Hey all,
I recently started playing with Teensy as my very first hw project.
I am thinking of creating a basic sequencer that supports multiple synth lines.
I created a class for the synth and tried to create multiple instances of that class with different settings and pass it to a global mixer.
But it looks like Teensy can handle only 4 layers, or at least it looks like that on the mixer object on the audio system design tool.
I am wondering what would be the best way to do that. Do I need to have multiple mixers and pass it to other mixers in group of 4?
I recently started playing with Teensy as my very first hw project.
I am thinking of creating a basic sequencer that supports multiple synth lines.
I created a class for the synth and tried to create multiple instances of that class with different settings and pass it to a global mixer.
But it looks like Teensy can handle only 4 layers, or at least it looks like that on the mixer object on the audio system design tool.
I am wondering what would be the best way to do that. Do I need to have multiple mixers and pass it to other mixers in group of 4?