Jesse Mejia
Jesse Mejia
I'm running it with the trident vga bios thanks to [this](https://github.com/sethgregory/ao486_boot_switcher) excellent script. It works great for TIM2 but during TIM the core seems to lose mouse and keyboard support...
I have run this example code on many installs of 4.3 using theMidiBus library from the package manager but on this particular system (windows 11 pro) I can't get the...
@mikeymasonic @fbotello @val-storm We've been talking about the physical interface for these things. This is where we're at so far. total physical ui elements: 1 knob, 1 toggle switch, 1...
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); ``` and this inside the loop: `MIDI.read();...
Switch serial ports so MIDI uses the default serial interfaces. Serial1 RX == pin 0 on the 3.2 and LC Add 2 analog pots to control an A/D envelope Add...
Midi notes should trigger specific colors - and a simple attack/decay envelope (that uses 2 midi CC's) for lights that can make colors on 3 RGB channels and have a...
Probably the best way to do this is to just use consecutive midi channels. Midi Ch 1, CC 1 - 128 maps to DMX 1 - 128 MIDI Ch 2,...
I've tried to make a sketch that plays back movies using the following code but, but it causes the sketch to crash with no debugging info. I'm assuming this is...
I'm running windows, Processing 4.01, and minim from the package manager. I am trying to control a laser using a MOTU ultralitemk3. I see a list of devices including entries...