However, I would like to enchance these notes with note-expression (timbre, pressure etc). "NoteStep" seems to be the way to go. Not sure if I'm doing it properly (it seems that setStep is called first, then getStep to get the handle to note and then setPressure etc.)
Code: Select all
myclip.setStep(channel,startpos,pitch,velocity,duration);
mynote = myclip.getStep(channel,startpos,pitch)
mynote.setPressure(0.4);
