I try to make a simple midi sequencer which should send midi notes to an another patch through midi. The second patch is a Drum machine. Both will be turned into VST.
The midi sequencer (will) consist in 12 panel (one per drum instrument) x 32 sliders>Value of the sliders is stored in a table (12 tables) and correspond to the velocity. The note value is not important as it will always be the same for each table (i.e. note 36 = Kick Drum).
A button “play” will trigger reading the table with a metro, and send midi note according the value of the table (moscil kchan, knote, kvelo, kDuration_depending_on_the_drum)
I attach the patch.
Thank you for your help.
CsTest-cabbage2.csd (6.2 KB)