[Csnd-dev] csoundGetMIDIDevList does not return anything with jack midi module
Date | 2017-03-29 15:50 |
From | Tarmo Johannes |
Subject | [Csnd-dev] csoundGetMIDIDevList does not return anything with jack midi module |
Hi, Maybe I am doig somthing wrong but maybe it is a bug - I cannot get list of jack MIDI clients with csoundGetMIDIDevList. Jack is running, there are several MIDI ports and otherwise Csound works with -+rtmidi=jackTested on Linux, Csound built from develop branch on Marc 22, 2017. My output: --- Module alsaseq 3 devices found Module jack 0 devices found -------
---------- |
Date | 2017-04-05 09:11 |
From | Tarmo Johannes |
Subject | Re: [Csnd-dev] csoundGetMIDIDevList does not return anything with jack midi module |
Attachments | rtjack-names.c |
Hi, this is not of high priority at all but to check, perhaps someone has an idea: On kolmapäev, 29. märts 2017 17:50.16 EEST Tarmo Johannes wrote: > Hi, > > Maybe I am doig somthing wrong but maybe it is a bug - I cannot get list of > jack MIDI clients with csoundGetMIDIDevList. Jack is running, there are > several MIDI ports and otherwise Csound works with -+rtmidi=jack > > Test C code below. > > Tested on Linux, Csound built from develop branch on Marc 22, 2017. > > My output: > > --- > > Module alsaseq 3 devices found > Device no 0: name: Timer interfacename: System > Device no 1: name: Announce interfacename: System > Device no 2: name: Midi Through Port-0 interfacename: Midi Through > > Module jack 0 devices found > --- > > > Thanks! > tarmo > > ------- > > // compile gcc -DUSE_DOUBLE -o cs-test cs-test.c -lcsound64 > > #include |
Date | 2017-04-05 10:12 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] csoundGetMIDIDevList does not return anything with jack midi module |
I think device listing was never implemented in jack-midi, it’s an “enhancement” ticket for github, I think. ======================== Prof. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 5 Apr 2017, at 09:11, Tarmo Johannes |