From df5950d5baedea61eb51b674077afe00218a83ce Mon Sep 17 00:00:00 2001 From: Making Sound Machines Date: Thu, 1 Aug 2024 22:57:22 +0200 Subject: Unprinted pad sets MIDI I/O channels --- sw/Core/Src/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sw/Core/Src/config.h') diff --git a/sw/Core/Src/config.h b/sw/Core/Src/config.h index 2451839..f86471f 100755 --- a/sw/Core/Src/config.h +++ b/sw/Core/Src/config.h @@ -55,4 +55,5 @@ // 0.A3 - Fixes a USB bug in which some hosts wouldn't recognize Plinky. New startup sequence is plinky_init(), then midiinit(). // 0.A4 - Disabled MERGE_PLAYBACK in touch.h. DISABLE_AUTOSAVE flag enables Demo Mode - changes are not written to flash. Disables ProgramPage() in params.h // 0.A5 - Encoder fix -#define VERSION2 "v0.A5" +// 0.A6 - Set Channels for MIDI in and out (unused pad) +#define VERSION2 "v0.A6" -- cgit v1.2.3