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 352e3d1 commit 3eb65dbCopy full SHA for 3eb65db
src/MIDI.hpp
@@ -279,7 +279,7 @@ template<class SerialPort, class Settings>
279
void MidiInterface<SerialPort, Settings>::sendPitchBend(double inPitchValue,
280
Channel inChannel)
281
{
282
- const int value = inPitchValue * MIDI_PITCHBEND_MAX * Settings::Toto;
+ const int value = inPitchValue * MIDI_PITCHBEND_MAX;
283
sendPitchBend(value, inChannel);
284
}
285
0 commit comments