forked from surge-synthesizer/surge
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for size zero KBM maps (surge-synthesizer#1463)
I didn't even know Size 0 KBM maps were a thing! But they are. They mean exactly what you'd expect (note-for-note). So add them here with regtests to show they work rather than crash. Addresses surge-synthesizer#1041
- Loading branch information
Showing
6 changed files
with
137 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
! 61-277-61 Concert C#, Db.kbm | ||
! | ||
! Size of map: | ||
0 | ||
! First MIDI note number to retune: | ||
0 | ||
! Last MIDI note number to retune: | ||
127 | ||
! Middle note where the first entry in the mapping is mapped to: | ||
61 | ||
! Reference note for which frequency is given: | ||
61 | ||
! Frequency to tune the above note to (floating point e.g. 440.0): | ||
280.0 | ||
! Scale degree to consider as formal octave: | ||
0 | ||
! Mapping. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
! 61-277-61 Concert C#, Db.kbm | ||
! | ||
! Size of map: | ||
0 | ||
! First MIDI note number to retune: | ||
0 | ||
! Last MIDI note number to retune: | ||
127 | ||
! Middle note where the first entry in the mapping is mapped to: | ||
60 | ||
! Reference note for which frequency is given: | ||
69 | ||
! Frequency to tune the above note to (floating point e.g. 440.0): | ||
452 | ||
! Scale degree to consider as formal octave: | ||
0 | ||
! Mapping. |