[Linuxsampler-devel] [linuxsampler-devel] New note object should be created when play_note() is called

2017-05-27 Thread Andrew C
I was looking through other KSP scripts and one feature I noticed is that you can use ignore_event($EVENT_ID), but still use play_note to generate notes as needed (Currently if you use ignore_event and call play_note, play_note has no Note object). You can also access the $EVENT_NOTE and $EVENT_VE

Re: [Linuxsampler-devel] [linuxsampler-devel] New note object should be created when play_note() is called

2017-05-27 Thread Christian Schoenebeck
On Saturday, May 27, 2017 20:53:42 Andrew C wrote: > I was looking through other KSP scripts and one feature I noticed is that > you can use ignore_event($EVENT_ID), but still use play_note to generate > notes as needed (Currently if you use ignore_event and call play_note, > play_note has no Note