2022.01.28

This commit is contained in:
Seymour Shlien
2022-01-28 07:43:41 -05:00
parent 0b83ee2c7b
commit e58956238a
2 changed files with 2 additions and 2 deletions

View File

@@ -14574,7 +14574,7 @@ abcmidi: new feature
%%MIDI pitchbendrange semi
maps the pitchwheel 0 to 16383 to semi semitones. By default semi
is set to 2. If you change it to 4, then the pitchwheel maps into
4 semitones. This effects all microtones in the active channel
+/-4 semitones. This effects all microtones in the active channel
when semi is not 2. %%MIDI temperament commands may not work
correctly. Here is an example.

View File

@@ -1444,7 +1444,7 @@ write_event(control_change, channel, data, 2);
/* [SS] 2022-01-27 */
static void midiPitchBendRange (int semis) {
/* by default the pitch whell maps 0 to 16383 to a range of 2
/* by default the pitch wheel maps 0 to 16383 to a range of 4
* semitones. This function uses the RPN control command to
* expand the range to semis semitones.
*/