Hi kids,
I'm missing a midi input device when I run Pd. Unfortunately, it's the only input device I need!
Pd (0.37) -listdev is returning : input devices: 0. MIDI Yoke NT: 1
output devices: Microsoft MIDI Mapper MPU-401 MIDI Yoke NT: 1 MIDI Yoke NT: 2 MIDI Yoke NT: 3 MIDI Yoke NT: 4 MIDI Yoke NT: 5 MIDI Yoke NT: 6 MIDI Yoke NT: 7
(it's missing "MPU-401", which Pd 0.36 returns)
Pd (0.36) would return:
MIDI input device #1: MIDI Yoke NT: 1 MIDI input device #2: MIDI Yoke NT: 2 MIDI input device #3: MIDI Yoke NT: 3 MIDI input device #4: MIDI Yoke NT: 4 MIDI input device #5: MIDI Yoke NT: 5 MIDI input device #6: MIDI Yoke NT: 6 MIDI input device #7: MIDI Yoke NT: 7 MIDI input device #8: MIDI Yoke NT: 8 MIDI input device #9: MPU-401 <-- that's the one i need MIDI output device #1: MPU-401 MIDI output device #2: MIDI Yoke NT: 1 MIDI output device #3: MIDI Yoke NT: 2 MIDI output device #4: MIDI Yoke NT: 3 MIDI output device #5: MIDI Yoke NT: 4 MIDI output device #6: MIDI Yoke NT: 5 MIDI output device #7: MIDI Yoke NT: 6 MIDI output device #8: MIDI Yoke NT: 7 MIDI output device #9: MIDI Yoke NT: 8 MIDI output device #10: Microsoft GS Wavetable SW Synth
Any tips?
--eric
------ http://USFamily.Net/info - Unlimited Internet - From $8.99/mo! ------
incase it's a new bug, where it is only showing the first 8 devices, a work around would be to get rid of the some of the midi yoke devices (change the number of midi yoke devices to something more realistic like 4). i think you can change this in the setup for midi yoke in control panel (tho i don't have an nt machine here to check, so i'm just guessing).
pix.
On Sat, 02 Aug 2003 16:42:12 -0500 e skogen eskogen@usfamily.net wrote:
I'm baffled about this one, and a bit worried. I'll see if I can recreate it myself somehow.
There is a limit of 20 input devices (and 20 output ones) that get printed out, so I don't think that's the issue here.
Note that the printout is mis-numbering the devices as well.
Just for now, perhaps if you try "pd -midiindev 9" it will just happen to work...?
cheers Miller
On Sun, Aug 03, 2003 at 12:07:54AM +0200, pix wrote: