Hi James and all!
Followed by: Hello list. I've just joined.
Welcome!
[chuck]: ------( chuck -- 6 MIDI inputs )------ [chuck]: [0] : "EMU10K1 MPU-401 (UART)" [chuck]: [1] : "VirMIDI 1-0" [chuck]: [2] : "VirMIDI 1-1" [chuck]: [3] : "VirMIDI 1-2" [chuck]: [4] : "VirMIDI 1-3" [chuck]: [5] : "Virtual Keyboard"
My code is simply:
Rhodey s => PRCRev r1 => dac; MidiIn min; if( !min.open( 5 ) ) me.exit(); while(true){ min=>now; }
[chuck]: MidiIn: couldn't open MIDI port 5... [chuck]: ...(RtMidiIn::openPort: error starting MIDI input thread!)
Everything looks right, so it is more likely a problem with chuck. It may be that we are not handling virtual MIDI devices correctly. Have you tried to open any non-virtual MIDI devices? Best, Ge!