-
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.
Fixed SysEx for GOOD, thank you @khang06!!!!
- Loading branch information
1 parent
d28d12e
commit 5db240a
Showing
9 changed files
with
25 additions
and
21 deletions.
There are no files selected for viewing
Submodule MIDIModificationFramework
updated
2 files
+7 −9 | EventParser.cs | |
+0 −4 | MIDIEvents/MIDIPortEvent.cs |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<VersionPrefix>1.0.0.37</VersionPrefix> | ||
<VersionPrefix>1.0.0.51</VersionPrefix> | ||
</PropertyGroup> | ||
</Project> |
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
Submodule nfluidsynth
updated
4 files
+2 −2 | NFluidsynth/NFluidsynth.csproj | |
+4 −4 | NFluidsynth/Native/LibFluidsynth.Synth.cs | |
+15 −0 | NFluidsynth/Native/LibFluidsynth.cs | |
+2 −2 | NFluidsynth/Synth.cs |