From 9a5f0f86587df2004aacc354ff7fa46f565ecfc4 Mon Sep 17 00:00:00 2001 From: Stefano Date: Mon, 19 Nov 2018 16:40:23 +0100 Subject: [PATCH] ver 1.3.2 --- D9-drawbars-controller.ino | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/D9-drawbars-controller.ino b/D9-drawbars-controller.ino index 442cb05..f210451 100644 --- a/D9-drawbars-controller.ino +++ b/D9-drawbars-controller.ino @@ -1,7 +1,7 @@ /* D9 programmable drawbars controller - ver 1.3.1 + ver 1.3.2 Created 2018 By Stefano Garuti stefano@garuti.it diff --git a/README.md b/README.md index a1e888b..5993173 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ You should use a Normally Open pedal to switch from the Leslie's speed, otherwise the "switch impulse" is sent on pedal release instead of pedal push (see issue #24) ## Changelog: -- v. 1.3.1 Let you specify that the Switch pedal has to turn on/off a "linked" button's LED: Set the Switch pedal's PARAM to the button index, and set to 0 the MIN, MAX, CHAN. +- v. 1.3.1 / v1.3.2 Let you specify that the Switch pedal has to turn on/off a "linked" button's LED: Set the Switch pedal's PARAM to the button index, and set to 0 the MIN, MAX, CHAN. - v. 1.3 Reduce the MIDI thru latency.