I invoke csound (built from git yesterday) in daemon mode... csound -B1024 -d -odac:system:playback_ -+rtaudio=jack -+rtmidi=alsa -Ma --port=12345 ./live.csd The content of live.csd is... sr = 44100 ksmps = 4410 nchnls = 2 0dbfs = 1 I'm sending MIDI from an external sequencer. All the csound startup messages look good and I see the rt MIDI events being received... $ csound -B1024 -d -odac:system:playback_ -+rtaudio=jack -+rtmidi=alsa -Ma --port=12345 ./live.csd virtual_keyboard real time MIDI plugin for Csound 0dBFS level = 32768.0 Csound version 6.04 (double samples) Mar 28 2015 libsndfile-1.0.25 UnifiedCSD: ./live.csd STARTING FILE Creating options Creating orchestra Creating score rtmidi: ALSA Raw MIDI module enabled rtaudio: JACK module enabled Elapsed time at end of orchestra compile: real: 0.003s, CPU: 0.010s sorting score ... ... done Elapsed time at end of score sort: real: 0.003s, CPU: 0.010s --Csound version 6.04 (double samples) Mar 28 2015 midi channel 1 is muted midi channel 2 is muted UDP server started on port 12345 midi channel 3 is muted midi channel 4 is muted midi channel 5 is muted midi channel 6 is muted midi channel 7 is muted midi channel 8 is muted midi channel 9 is muted midi channel 10 is muted midi channel 11 is muted midi channel 12 is muted midi channel 13 is muted midi channel 14 is muted midi channel 15 is muted midi channel 16 is muted displays suppressed 0dBFS level = 1.0 ALSA midi: Using all devices. ALSA: opened MIDI input device 'hw:2,0' ALSA: opened MIDI input device 'hw:3,0' ALSA: opened MIDI input device 'hw:3,1' ALSA: opened MIDI input device 'hw:3,2' ALSA: opened MIDI input device 'hw:3,3' orch now loaded audio buffered in 256 sample-frame blocks 0: dac:system:playback_ (system:playback_) 1:tdac:Qtractor:Master/in_ (Qtractor:Master/in_) writing 512 sample blks of 64-bit floats to dac:system:playback_ SECTION 1: rtevent: T 0.200 TT 0.200 M: 0.00000 0.00000 rtevent: T 0.700 TT 0.700 M: 0.00000 0.00000 rtevent: T 0.700 TT 0.700 M: 0.00000 0.00000 ... I squirt an instrument definition and MIDI channel setup into csound... $ cat <