Ashley Strahle ash
  • Joined on 2025-11-24
ash pushed to main at ash/loopy_midi_controller 2026-06-26 10:13:41 +10:00
ac83ba269f USB name: JOC / JOC Midi (VID/PID still Launchpad X for Loopy Pro recognition)
ash pushed to main at ash/loopy_midi_controller 2026-06-26 10:07:52 +10:00
17c630f850 Fix update(): remove old sysex_flash_active logic
ash pushed to main at ash/loopy_midi_controller 2026-06-26 09:54:31 +10:00
268b793d87 Fix compilation: remove unused flash_sysex/flash_all/flash_one methods and member vars
ash pushed to main at ash/loopy_midi_controller 2026-06-26 09:47:42 +10:00
a281eaa46e Clean up LED driver + rename USB to JOC Midi
ash pushed to main at ash/loopy_midi_controller 2026-06-26 09:32:26 +10:00
6ccd28362f Add Generic mode CC value visualization
ash pushed to main at ash/loopy_midi_controller 2026-06-26 09:17:19 +10:00
90bbfa7b84 Revert to single MIDI interface (working USB detection)
ash pushed to main at ash/loopy_midi_controller 2026-06-26 08:51:45 +10:00
a209b48720 Add second USB MIDI interface (LPX MIDI) for Programmer mode
ash pushed to main at ash/loopy_midi_controller 2026-06-26 08:39:40 +10:00
c20f1dec2c Add visual MIDI type indicators
ash pushed to main at ash/loopy_midi_controller 2026-06-26 08:21:52 +10:00
c02121cd09 Add pre-build script to patch core's pins_arduino.h with Launchpad X VID/PID
ash pushed to main at ash/loopy_midi_controller 2026-06-26 08:03:17 +10:00
109106f1f1 Add custom pins_arduino.h variant with Launchpad X VID/PID
ash pushed to main at ash/loopy_midi_controller 2026-06-25 20:57:15 +10:00
75f583b3c4 Revert to standard board, try VID/PID via board_build.arduino.vid/pid
ash pushed to main at ash/loopy_midi_controller 2026-06-25 18:57:26 +10:00
fc9b7688c0 Fix board definition: add espidf framework for Arduino core
ash pushed to main at ash/loopy_midi_controller 2026-06-25 18:27:48 +10:00
b380133b3e Add custom board definition with Launchpad X VID/PID (0x1235/0x0103)
ash pushed to main at ash/loopy_midi_controller 2026-06-25 18:20:21 +10:00
25713707aa Revert to working USB mode (ARDUINO_USB_MODE=0 + CDC)
ash pushed to main at ash/loopy_midi_controller 2026-06-25 18:12:09 +10:00
7558082e7b Try ARDUINO_USB_MODE=2 (native MIDI only)
ash pushed to main at ash/loopy_midi_controller 2026-06-25 17:54:38 +10:00
dee60c7d27 Fix compilation: declare 'now' in flash_sysex
ash pushed to main at ash/loopy_midi_controller 2026-06-25 17:48:07 +10:00
1676bbb044 Fix LED flash/restore logic, heartbeat only on LED 9
ash pushed to main at ash/loopy_midi_controller 2026-06-25 17:40:11 +10:00
0d738a6e5e Fix compilation: add flash_sysex to interface + remove conflicting build flags
ash pushed to main at ash/loopy_midi_controller 2026-06-25 17:33:14 +10:00
399c4341ed Add VID/PID to build flags for ESP32 core + stronger visual indicators
ash pushed to main at ash/loopy_midi_controller 2026-06-25 17:20:49 +10:00
b5bbe24977 Add SysEx handling for Launchpad X Programmer mode