No MIDI

Hi,

using csound5GUI, the list of MIDI devices is empty, no matter if I choose PortMidi or MME as Realtime MIDI module. Same if I try to select MIDI devices in blue (which is great, btw).

Other sequencers (Cubase, Sonar, Reaper, ...) on my machine detect all MIDI devices, I've never had any problems in this area.

Any help is highly appreciated.

Rolix

this is all I do

Im not sure if i fully understand your problem, but..
if you are only trying to use your midi input I just do the following in the .orc:

"<"CsOptions">"
-iadc -M0 /* any other settings your project needs */
"<"/CsOptoins">"

"<"CsInstruments">"

instr 1
the_name_of_your_midi_key_note cpsmidi

/* your code implementing the_name_of_your_midi_key_pitch */

endin
"<"/CsInstruments">"

Im sure you are familiar with this, but i use Csound not from the VST gui, but direct from the Dos Prompt Shell.
But... Its works in VST too
And... it automatically links with to your Midi device

Good Luck

Thank you for your

Thank you for your reply!

Yes, everything works fine in CSound itself, it's just the csound5gui that does not detect any of my MIDI devices. Since csound5gui was one of the first apps I tried to get an impression of CSound, I had nearly given up on it.