My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 1: midi-send fails with "Unknown RawMidi 1" error
1 person starred this issue and may be notified of changes. Back to list
Status:  Invalid
Owner:  chresan@gmail.com
Closed:  Mar 2009


 
Project Member Reported by chresan@gmail.com, Mar 10, 2009
./midi-send -i 1 -o 1 -b -I0x40 euclidSeq.hex
deviceID: 40
input: ./euclidSeq.hex
convert hex file
ALSA lib rawmidi.c:282:(snd_rawmidi_open_noupdate) Unknown RawMidi 1
could not open input device: No such file or directory

This is the output when I list the available devices using midi-send:

hw:0,0)    C-Media CMI8738 MIDI
hw:1,0,0)  Midisport 2x2 MIDI 1
hw:1,0,1)  Midisport 2x2 MIDI 1

Mar 11, 2009
Project Member #1 chresan@gmail.com
The arguments for the midi input devices have to be the alsa midi device name:
./midi-send -i hw:1,0,0 -o hw:1,0,0 -b -I0x40 euclidSeq.hex


Status: Invalid

Powered by Google Project Hosting