-
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] VST3: Fix incorrect MIDI input values for CC and Note On/Off (#453
) * Add debug prints to MidiThrough example * Fix CC and Note On/Off calculation Given the current normalized input, mutliply by 127 would give wrong result for some input values, dividing by 0.0078125, which is 1.0/128, fixes this * Use std::round * Use DPF functions for rounding * Remove debug prints in MidiThrough example This reverts commit 8276771.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 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