Page 1 of 1

C# scripting & MIDI

Posted: 09 May 2012, 15:12
by Kobbi
Hi Ventuz,
is there a way to acces midi devices and send notes and cc messages thru the same library as is native in Ventuz? Or do I have to import and link third part library to be able to do it? If it is possible could you please give me a small hint how to do it? For example how to send: channel 1, note 10, velocity 127 ? I know it is possible to do that via nodes, but for my purpose it is necessary.

Thanks a lot,
Kobbi

Re: C# scripting & MIDI

Posted: 21 May 2012, 15:30
by Karol
Hi Kobbi,
it is not possible to access the MIDI functionality of Ventuz from the Script node. You would have to implement it on your own by linking the appropriate DLLs.
We use the Windows Midi implementation which is located in the winmm.dll.

Best Regards
Karol

Re: C# scripting & MIDI

Posted: 21 May 2012, 17:52
by Kobbi
Ok,
i'll try it:)
Thx, Karol