-
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.
Version 0.0.15: Refactored to use @hypersphere/omnibus internaly.
- Loading branch information
Showing
18 changed files
with
1,042 additions
and
933 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Migration Guide | ||
This is migration guide explaining breaking changes between versions: | ||
|
||
## [0.0.15] | ||
|
||
### Method signature changes | ||
- `onAll*` methods do not have separate key extracted as a first argument. Instead they comply with other callbacks (first parameter is always `MidiMessage` or derived interface) | ||
- `onAllControlChange` and `onControlChange` now expose it's parameters in better form: In addition to `MidiMessage` interface they now include `control` and `value`. | ||
- `onAllProgramChange` and `onProgramChange` now expose it's parameters in better form: In addition to `MidiMessage` interface they now include `program` and `value`. | ||
- `onAllNoteOn`, `onAllNoteOff`, `onNoteOn` and `onNoteOff` and now expose it's parameters in better form: In addition to `MidiMessage` interface they now include `note` and `velocity`. |
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
Oops, something went wrong.