Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

C# scripting & MIDI

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
Kobbi
Posts: 24
Joined: 12 Feb 2012, 15:19

C# scripting & MIDI

Post by Kobbi » 09 May 2012, 15:12

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

User avatar
Karol
Posts: 640
Joined: 10 Jan 2012, 12:07

Re: C# scripting & MIDI

Post by Karol » 21 May 2012, 15:30

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

Kobbi
Posts: 24
Joined: 12 Feb 2012, 15:19

Re: C# scripting & MIDI

Post by Kobbi » 21 May 2012, 17:52

Ok,
i'll try it:)
Thx, Karol

Post Reply