-
When writing a MIDI event (specifically an AllNotesOff event) to a MidiWriter I got the error NotEnoughSpace and the error message 'harhar'.
what???
what's actually going on and how do I fix this?…
-
I 've been experimenting with this library along with the FortySevenEffects library. I was attempting to use an Arduino as a USB -> DIN midi interface so I could send DX7 patches from Dexed to a Volca…
-
Hi again!
I don't know if this belongs here since it is a combination of Vimix and Chataigne.
Chataigne is used with sequences to control some shader uniforms in Vimix. This works basically but mo…
-
First of all: thanks for this great piece of software!
I'm trying to send MIDI notes from LSDJ to my keyboard, but it doesn't seem to work.
I have selected the output device from the preferences p…
-
since ll.midi_out has numbered arguments adding a @varname without providing an argument nr 1 & 2 messes up the patch.
i propose changing the patch to use patcherargs 'device' and 'port' instead, s…
-
Hi!
Just got sent this project and it looks super exciting.
I'm wondering if there will be CCs for modifying operators directly.
If so, it would be great to align to the CCs used by genMDM and Mega…
-
### Environment
Built using source code from git at 23/09/2024, Commit SHA: bd3c033bdf1faa4606086dcae0436531fb2e7e5c
#### Operating System Environment
* Microsoft Windows
* [ ] Mic…
-
See https://github.com/shorepine/tulipcc/discussions/323
Try porting in `usb_keyboard.c` and `midi.c` into Arduino for the esp32s3 example, with a polyphonic midi synth example.
-
Hi, thanks for this great library! I'm using it to send midi to VCV Rack, and I need to send [clock messages](https://en.wikipedia.org/wiki/MIDI_beat_clock) in sync with the midi playback at 24 clocks…
-
How about the ability to upload a txt file with your personal palette? Each line could just be like:
H13
S77
S78
S158
Etc.
That way you done have to uncheck every color you don't have. And you…