memlnaut-nisps/firmware/MEMLNaut-NISPS/src/nisps
monkey-w1n5t0n 5d3785a6a8 feat(firmware): ExternalSynthMIDIMode + 6 device variants
Joystick -> MLP -> MIDI CC for an external hardware synth, using the
compile-time device templates from nisps/midi/generated. ExternalSynthMIDIMode
<const MidiDevice&, NOut> mirrors SoundAnalysisMIDIMode (NoOpEngine,
kRouteOutputsToEngine=false, pushes ControlChange events). A consteval
pick_cc_slots curates which NOut params fill the output slots (prefers musical
params over Bank Select/global). Adds six flashable variants
(MEMLNautModeExtSynth{Sub37,SubPhatty,Pro12,AnalogKeys,Hydrasynth,JD800}) wired
into mode_select.hpp + the .ino variant list + NISPS_ST guards, and a src/nisps/
midi symlink so the sketch tree can reach nisps/midi.

Host-compile-verified under C++20 (incl. via the sketch include path) and
lint-clean; full arduino-cli build + flash is on the hardware (no toolchain here.
2026-06-28 20:13:08 +02:00
..
core Stream 6: extract firmware glue under firmware/ 2026-04-29 17:05:38 +03:00
dsp Stream 6: extract firmware glue under firmware/ 2026-04-29 17:05:38 +03:00
engines Stream 6: extract firmware glue under firmware/ 2026-04-29 17:05:38 +03:00
midi feat(firmware): ExternalSynthMIDIMode + 6 device variants 2026-06-28 20:13:08 +02:00
ml Stream 6: extract firmware glue under firmware/ 2026-04-29 17:05:38 +03:00
modes Stream 6: extract firmware glue under firmware/ 2026-04-29 17:05:38 +03:00