Trigger a chord on a single key press
-
Hi guys! I'm lookng for a way to trigger some extra notes on a single key press. Say I have a sine generator, and play a note C3. I would also like to add C#3 and D3. I guess I should use the onNoteOn thing with hte MIDI processor? How can I achieve this?
Thank you!
-
@tomekslesicki
Open the Snippet Browser and have a look at the demo “Play Chords from single notes”. -
@Oli-Ullmann great, thank you!