Replies: 2 comments 5 replies
-
Hi Jakob,
First of all, it should not be related to the DryWetMIDI unless you do things that you've not shown here. Can you please show the entire loop to send MIDI events?
You can test the speed of sending via some virtual MIDI cable, for example.
Please show your code how you setup Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hi Max 😊 Is there any way to buy you a cup of coffee or a beer? Your PayPal doesn't seem to be working (I get the message "This recipient can't accept payments right now." when I try to send you something 😕 Kind regards - Jakob |
Beta Was this translation helpful? Give feedback.
-
Hi there
Awesome library! 😊👍👍
I have noticed that my 2009 edition of the Novation Launchpad is slow in responding to commands when I use this library. If I run a loop to turn all LEDs on and the off, I can see them being turned off in a wave, and lighting/turning off the entire pad takes almost an entire second.
Could I be using the library wrong, is the hardware in the 2009 version just slow, or is the MIDI protocol the bottleneck? 🤔
This is the encapsulating code I'm using: NovationLaunchPadLibrary/NovationLaunchPad.cs[^].
in order to turn on a LED.I'm using the IOutputDevice to access the LaunchPad like this:
Another thing. I'm using similar code to try and access the MK2 version of the LaunchPad, but without any luck. I don't even get any events from the IInputDevice.EventReceived event. Are there differences to be aware of between the two models?
Any help in discovering solutions or just progressing with the problems is much appreciated 😊
Kind regards - Jakob
Also posted as a question on the CodeProject page: https://www.codeproject.com/Articles/1275475/DryWetMIDI-Working-with-MIDI-Devices?msg=5934989#xx5934989xx
Beta Was this translation helpful? Give feedback.
All reactions