MIDI examples trouble

Pixilang programming language
Post Reply
Lude
Posts: 4
Joined: Tue Oct 28, 2014 1:32 pm

MIDI examples trouble

Post 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
User avatar
NightRadio
Site Admin
Posts: 3941
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Re: MIDI examples trouble

Post by NightRadio »

Windows?
Lude
Posts: 4
Joined: Tue Oct 28, 2014 1:32 pm

Re: MIDI examples trouble

Post by Lude »

Sorry.

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


Lude
User avatar
NightRadio
Site Admin
Posts: 3941
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Re: MIDI examples trouble

Post by NightRadio »

Can you see these devices in other MIDI apps?
Lude
Posts: 4
Joined: Tue Oct 28, 2014 1:32 pm

Re: MIDI examples trouble

Post 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
User avatar
NightRadio
Site Admin
Posts: 3941
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Re: MIDI examples trouble

Post 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.
Lude
Posts: 4
Joined: Tue Oct 28, 2014 1:32 pm

Re: MIDI examples trouble

Post 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
Post Reply