From edbc8137fedde22b1c733fec7cefc062e8742d5c Mon Sep 17 00:00:00 2001 From: scanner-darkly Date: Wed, 24 Jan 2018 11:49:11 -0800 Subject: [PATCH] updated docs for IN latency fix --- CHANGELOG.md | 1 + docs/keys.md | 2 +- docs/whats_new.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e2d81f..e90946d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - **FIX**: reduced flash memory consumption by not storing TEMP script - **FIX**: `I` now carries across `DEL` commands - **FIX** : corrected functionality of JI op for 1volt/octave tuning +- **FIX** : reduced latency of `IN` op ## v2.1 - **BREAKING**: the `I` variable is now scoped to the `L` loop, and does not exist outside of an execution context. Scripts using `I` as a general-purpose variable will be broken. diff --git a/docs/keys.md b/docs/keys.md index ea672f66..eb7e18d3 100644 --- a/docs/keys.md +++ b/docs/keys.md @@ -10,7 +10,7 @@ These bindings work everywhere. | `` | preset read mode, or return to last mode | | `alt-` | preset write mode | | `win-` | clear delays, stack and slews | -| `shift--?` | help text, or return to last mode | +| `shift-alt-?` | help text, or return to last mode | | `` to `` | run corresponding script | | `` | run metro script | | `` | run init script | diff --git a/docs/whats_new.md b/docs/whats_new.md index 369f4c71..3b51ceec 100644 --- a/docs/whats_new.md +++ b/docs/whats_new.md @@ -47,6 +47,7 @@ Screen saver engages after 90 minutes of inactivity • Reduced flash memory consumption by not storing TEMP script • I now carries across `DEL` commands • Corrected functionality of `JI` (Just Intonation) op for 1V/Oct tuning + • Reduced latency of `IN` op #### Improvements