-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fixed OSC callback id parameter being always undefined
- added GlobalRoutingManager.removeOSCCallback() / Cable.deregisterCallback()
- Loading branch information
1 parent
9949058
commit a418284
Showing
6 changed files
with
4,942 additions
and
4,892 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5dde56a05d1aa211d7989a78b44093c6f45b921d | ||
9949058d7f8a0ed2ea865fd27d6e4bff74df6bc2 |
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 +1 @@ | ||
#define PREVIOUS_HISE_COMMIT "5dde56a05d1aa211d7989a78b44093c6f45b921d" | ||
#define PREVIOUS_HISE_COMMIT "9949058d7f8a0ed2ea865fd27d6e4bff74df6bc2" |
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
Oops, something went wrong.
a418284
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While you're looking at the GlobalRoutingManager, there's one outstanding breaking bug:
#537