Skip to content

Commit

Permalink
Merge pull request #138 from scanner-darkly/in_latency_doc
Browse files Browse the repository at this point in the history
updated docs for IN latency fix
  • Loading branch information
tehn authored Jan 24, 2018
2 parents 0d2e733 + edbc813 commit a795fae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ These bindings work everywhere.
| `<esc>` | preset read mode, or return to last mode |
| `alt-<esc>` | preset write mode |
| `win-<esc>` | clear delays, stack and slews |
| `shift-<alt>-?` | help text, or return to last mode |
| `shift-alt-?` | help text, or return to last mode |
| `<F1>` to `<F8>` | run corresponding script |
| `<F9>` | run metro script |
| `<F10>` | run init script |
Expand Down
1 change: 1 addition & 0 deletions docs/whats_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a795fae

Please sign in to comment.