Quote:
|
So, is it possible for someone, familiar with coding, to make a simple "plugin" which can act as bridge between those MIDI Inputs AND kX Control?
|
Unfortunatly this is not possible.
Although all kX MIDI ports are multi-client,
the OS (Windows) does not allow to open any MIDI port
more then once by the same application (which makes sense).
Since kX-plugins run as dll extension 'in' kxmixer.exe
they can not open kX-Control port since it is already opened
(in use) by that same kxmixer.exe.
It is however possible and not hard to write a standalone app
which routes any MIDI-IN port to kX-control but that is the same as using MIDI-OX.
I wrote Asynth not to use kx-control at all
but that is mainly because the kx-control port is
to slow for busy and tight MIDI playback.
Quote:
|
well midiyoke - is just a 'virtual midi' driver that allows midi ox to act as the bridge. (or thats how it seems to me)
|
Actualy, midiyoke driver is only needed if you
want to be able to send midi data between MIDI applications.
MIDI-OX itself is 'just' a MIDI Port router.
That is; if you only want to route physical MIDI IN port data to,
let's say kX-Control port, you don't have to have midiyoke driver
installed at all.
Visa versa; if you only want to route midi data from one MIDI App to another,
you have to have midiyoke driver installed, but you don't necesarily need MIDI-OX.
HTH. Cheers,
/Lex.