Sequencer
-
Since my approach to build a percussion oneshot player fails because both the arpeggiator and the MidiPlayer are able to continue playing when changing presets, I now want to try to build my own sequencer that can do this.
I have seen David's video. It is very rudimentary and I still lack too much programming knowledge to make something useful out of it.
I would like to build one or more sequencers that have a play button for start/stop and can control the note, velocity and on/off of an audio loop player.
It is important to be able to change presets without interruption.
Has anyone here ever done something like this? Is there a snippet I can build on?
-
No one has an idea?
-
@MikeB I think the Preset system in hise will always kill all the notes when a preset is called, maybe you need to create your own preset system instead of a custom sequencer.