[PlanetCCRMA] pd alsa jack midi

Tim Moody timmoody@sympatico.ca
Mon Feb 9 17:19:01 2004


Not sure what you intended with this, but to flesh out what I said before:

[timm@neptune timm]$ pd -alsa -listdev
input devices:
1. Sound Blaster Live! (hardware)
2. Sound Blaster Live! (plug-in)
output devices:
1. Sound Blaster Live! (hardware)
2. Sound Blaster Live! (plug-in)
API number 1

no midi input devices found
no midi output devices found

How do I get pd to find my SBlive midi devices?

Tim

At 03:51 PM 2/8/2004 -0500, patrick wrote:
>pd -v gives:
>
>MIDI configuration flags:
>-midiindev ...   -- midi in device list; e.g., "1,3" for first and third
>-midioutdev ...  -- midi out device list, same format
>-mididev ...     -- specify -midioutdev and -midiindev together
>-nomidiin        -- suppress MIDI input
>-nomidiout       -- suppress MIDI output
>-nomidi          -- suppress MIDI input and output
>
>patrick