Arturia Forums

Hardware Instruments => MatrixBrute => MatrixBrute - Technical Issues => Topic started by: mkoch on June 21, 2020, 10:30:51 am

Title: midi-dot-net2
Post by: mkoch on June 21, 2020, 10:30:51 am
Hello,

does anybody have the midi-dot-net2 library as a *.dll file?
I'm trying since 2 hours to install this nuget package into my Visual Studio 2013, but it doesn't work and I don't understand why.
https://www.nuget.org/packages/midi-dot-net2/
It would be so much simpler if I just copy the *.dll file to my project.

Michael
Title: Re: midi-dot-net2
Post by: mkoch on June 21, 2020, 03:18:57 pm
Does anybody have a C# example how to send a 14-bit midi command?
Title: Re: midi-dot-net2
Post by: mkoch on June 21, 2020, 04:50:57 pm
I have the MB set to duo-split mode and I'm trying to control VCO3 with small frequency steps, smaller than half tones.
-- Sending notes to VCO3 works.
-- Sending Midi messages to "VCO3 Coarse" does also work. This is Midi control 22.
-- According to the manual, this should be a 14-bit control. The adress of the LSB should be 22 + 32 = 54. But nothing happens when I send data to adress 54.