On Donnerstag, 27. Juni 2019 12:25:36 CEST Andrew C wrote: > My test script looks like this now and it works, selecting the specific > dimension (i'm not sure if "ignore_event" is necessary): > > on init > declare $newnote > end on > > on note > > ignore_event > > $newnote := play_note($EVENT_NOTE, $EVENT_VELOCITY, -1, -2) > gig_set_dim_zone($newnote, $GIG_DIM_SMARTMIDI, 6) > > end on
ignore_event is necessary, otherwise you get 2 notes playing on each MIDI note-on event: one note playing the smart midi dimension zone 0 and one note playing the smart midi dimension zone 6. So that's probably not what you want. CU Christian _______________________________________________ Linuxsampler-devel mailing list Linuxsampler-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel