Skip to content

Commit

Permalink
v2.0.5 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pierstitus committed May 31, 2021
1 parent 174b356 commit ef984ad
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v2.0.5 - 2021-05-31

### Added
- Bohlen-Pierce tuning (two mappings)
- Optional crosstalk filter (for testing)

### Fixed
- Portamento was not working in some situations

## v2.0.4 - 2021-05-14

### Added
Expand Down
34 changes: 30 additions & 4 deletions doc/strisoboard-settings.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions synth_control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -506,10 +506,12 @@ class Instrument {
case (31): { // set Bohlen-Pierce tuning thirds 13et
notegen0 = 10.2413f;
notegen1 = 5.8522f;
update_leds();
} return;
case (33): { // set Bohlen-Pierce tuning sixts 13tet
notegen0 = 19.0196f;
notegen1 = 10.2413f;
update_leds();
} return;
// row 6: 35 37 39 41 43 45 30 32
#ifdef USE_MIDI_OUT
Expand Down

0 comments on commit ef984ad

Please sign in to comment.