On Tuesday 14 February 2006 22:08, Ben McAllister wrote: Seems to work for me on Linux with note and controller messages, but I made some minor changes to the example: > > > sr=44100 > ksmps=128 > nchnls=1 ichn = 1 lp1: massign ichn, 0 loop_le ichn, 1, 16, lp1 pgmassign 0, 0 This disables the triggering of instr 1 by the MIDI note events which would otherwise make the events appear in the output multiple times. Apparently, each instance of the midiin opcode has its own buffer read position, so having more than one can lead to somewhat confusing results.