-
Wich library will be to connect for working zoom devices?
![IMG_20221117_233924_Mi9T_g8 4 LMC r9 v1](https://user-images.githubusercontent.com/85799952/202865482-d3e767f2-71fa-4235-8c98-3ee692cdcf78.…
-
I used the exemples and they work fine, but I notice in the examples that MIDIEvent is 4 number array.
Is there a way to receive one byte Midi messages (system real-time messages), or two bytes Midi …
-
I would like to dig deeper in the Arcore code, so would you give me any sugestion from wich files should I begin my study? We have the following path: "arcore-master/hardware/avr/cores/arcore", where …
-
Hello,
First, I would like to thank you for this external.
However, I recently found that it doesn't identify my Morph with a Bluetooth connection.
It does identify it with the micro USB cable, but…
-
Hey,
I was wondering if theres a way to "daisy chain" other teensy's to one that is already connected to a PC?
Just thinking in the future I might like to expand with further surfaces and I was…
-
Someone brought up that their device is sending CC values over 124 and I checked several devices here and some do some do some dont. Its persistent over all the faders for given device. 5V is good i…
-
I think all this needs is this at the top of midi2dmx.ino:
`#include `
the following inside the setup method:
```
MIDI.begin(MIDI_CHANNEL_OMNI);
MIDI.setHandleControlChange(OnControlChange);
`…
-
Latency sensitive messages like sendRealTime(0xF8) need the send_now() function to avoid waiting 200us at high speed or 1.5ms at full speed.
-
Not able to test on a device with USB midi right now, but still was having a look. Is it just the syses messages that aren't making it to your listener? Do midi note on/off messages work?
-
What is the assessment of the impact the MIDI 2.0 packet based protocol will have on Jack audio and MIDI ? Would this need a new ALSA driver/sequencer and a change of Jack2 related APIs ?
[https://ww…