Hey,
I’m trying to build a Midi-Step-Sequencer to control a Synthesizer.
The idea behind that is, that the Step-Sequencer has 16 encoders, each encoder stands for a single step. So the first encoder will always control the first note which sould be played, the second encoder controls the second note which should be played and so on..
Each encoder gets a certain number(1-16) and can play either nothing or a note(c0 - h5 for example). When i hit the play button, the sequence will start to play and you will hear the notes, which are twisted. So if i iwant to hear a sequence where the third, the 10th and the 13th notes should be heared loud, i have to twist the third, 10th and 13th encoder.
Do you get the idea behind that ? I know, my explanation might sound strange…
I’ve read the sequencer tutorial, but i don’t think that this is the way i should do it, because the Notestacks only can add Notes add the beginning/end of a stack.
Can somebody give me some hints for programming something like that ?
Best regards,
Sascha