Skip to content

Commit ef984ad

Browse files
committed
v2.0.5 changelog
1 parent 174b356 commit ef984ad

File tree

3 files changed

+41
-4
lines changed

3 files changed

+41
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v2.0.5 - 2021-05-31
2+
3+
### Added
4+
- Bohlen-Pierce tuning (two mappings)
5+
- Optional crosstalk filter (for testing)
6+
7+
### Fixed
8+
- Portamento was not working in some situations
9+
110
## v2.0.4 - 2021-05-14
211

312
### Added

doc/strisoboard-settings.svg

Lines changed: 30 additions & 4 deletions
Loading

synth_control.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,10 +506,12 @@ class Instrument {
506506
case (31): { // set Bohlen-Pierce tuning thirds 13et
507507
notegen0 = 10.2413f;
508508
notegen1 = 5.8522f;
509+
update_leds();
509510
} return;
510511
case (33): { // set Bohlen-Pierce tuning sixts 13tet
511512
notegen0 = 19.0196f;
512513
notegen1 = 10.2413f;
514+
update_leds();
513515
} return;
514516
// row 6: 35 37 39 41 43 45 30 32
515517
#ifdef USE_MIDI_OUT

0 commit comments

Comments
 (0)