-n -F OnOff.mid -T sr = 44100 ksmps = 32 nchnls = 2 0dbfs = 1 massign 1,1 instr 1 ;uses external midi device kkey init 0 ;initialize key number kvelon init 0 ;initialize velocity kveloff init 0 ;initialize velocity midinoteonkey kkey,kvelon ;MIDI noteoff value printf "On: key = %d vel = %d\n", kvelon, kkey, kvelon midinoteoff kkey,kveloff ;MIDI noteoff value printf "Off: key = %d vel = %d\n", kveloff, kkey, kveloff endin Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here