-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'pr43/swesterfeld-midi-events-uint-offset' - closes #26
* pr43/swesterfeld-midi-events-uint-offset: devices/liquidsfz/liquidsfz.cc: avoid using printf (use printerr instead) ASE: midievent.hh: fix clang tidy problem (add typename) devices/saturation/saturation.cc: midi event frame offsets are now unsigned devices/liquidsfz/liquidsfz.cc: midi event frame offsets are now unsigned devices/blepsynth/blepsynth.cc: midi event frame offsets are now unsigned ASE: midilib.cc: midi event frame offsets are now always positive (#26) ASE: clapplugin.cc: midi event frame offsets are now always positive (#26) ASE: midievent: avoid negative frame offsets in midi events Use unsigned data type for midi event offset, see issue #26. ase/memory.cc: avoid constexpr std::string use that needs clang++-17 Signed-off-by: Tim Janik <[email protected]>
- Loading branch information
Showing
8 changed files
with
38 additions
and
41 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
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