On Sunday 19 March 2006 18:11, Oeyvind Brandtsegg wrote: > I wonder if there's a bug in midiin, > it seems to register midi note data incorrectly. This is a commonly reported problem, which, however, is fortunately not a bug. It simply happens that the note-on messages also turn on your instrument that contains 'midiin', which is probably not what you wanted. Use something like this to disable the triggering of notes by MIDI: ichn = 1 lp1: massign ichn, 0 loop_le ichn, 1, 16, lp1 pgmassign 0, 0 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net