Page 1 of 1

MIDI examples trouble

Posted: Tue Oct 28, 2014 2:07 pm
by Lude
Hi,

I'm unable to get midi examples working.
I've two midi devices connected on my pc with usb cables but only one is seen by "show_midi_devices.pixi" examples.

Any hint ?

Thank you,
Lude

Re: MIDI examples trouble

Posted: Tue Oct 28, 2014 6:58 pm
by NightRadio
Windows?

Re: MIDI examples trouble

Posted: Tue Oct 28, 2014 7:19 pm
by Lude
Sorry.

Yes, I'm on Win7sp1 with a USB MIDI keyboard and a MIDI drum module.


Lude

Re: MIDI examples trouble

Posted: Tue Oct 28, 2014 11:01 pm
by NightRadio
Can you see these devices in other MIDI apps?

Re: MIDI examples trouble

Posted: Wed Oct 29, 2014 12:32 am
by Lude
yes, of course.
I think it is a driver problem.
I've 2 partitions: one that I use for stuff like gaming ecc... where I can't see midi keyboard,
the other ones is used for audio stuff in which I can see all midi devices.
The "show_midi_devices" example should show incoming midi events ? If yes, it doesn't work for me
If no, why channels are selectable ?

Thank you,
Lude

Re: MIDI examples trouble

Posted: Wed Oct 29, 2014 4:13 pm
by NightRadio
I think it is a driver problem.
Yes, maybe. Unfortunately i can't check it on my pc now.
The "show_midi_devices" example should show incoming midi events ?
No, it show the list of devices only.
Please try midi_in_test.pixi. But first change the MIDI_IN_DEVICE = "xxx" to the name of your device.

Re: MIDI examples trouble

Posted: Thu Oct 30, 2014 3:26 pm
by Lude
After I've installed driver it has worked.
midi_in_test worked but I've run pixilang_console and see events from dos prompt.

Thank you for your time,
Lude