We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174b356 commit ef984adCopy full SHA for ef984ad
CHANGELOG.md
@@ -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
10
## v2.0.4 - 2021-05-14
11
12
### Added
doc/strisoboard-settings.svg
synth_control.cpp
@@ -506,10 +506,12 @@ class Instrument {
506
case (31): { // set Bohlen-Pierce tuning thirds 13et
507
notegen0 = 10.2413f;
508
notegen1 = 5.8522f;
509
+ update_leds();
510
} return;
511
case (33): { // set Bohlen-Pierce tuning sixts 13tet
512
notegen0 = 19.0196f;
513
notegen1 = 10.2413f;
514
515
516
// row 6: 35 37 39 41 43 45 30 32
517
#ifdef USE_MIDI_OUT
0 commit comments