-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba5d589
commit 0f15ff3
Showing
3 changed files
with
1,053 additions
and
16 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,2 +1,13 @@ | ||
v0.0.1 (2024-??-??) | ||
* First release | ||
v0.0.1 (2024-07-01) | ||
* Retroactively add MPE functionality to non-MPE-capable MIDI input devices. | ||
* Remap controllers, e.g. turn modulation wheel data into MPE aftertouch and | ||
vice-versa. | ||
* Invert MIDI expression and controller data, and apply various other | ||
distortions. | ||
* Use the trigger velocity of notes as release velocity for synths that | ||
utilize it. | ||
* Split the keyboard and route polyphonic expressions to the two halves with | ||
different rules. | ||
* Route various expressions and controllers to the lowest, highest, oldest, or | ||
newest note globally, or across the split halves of the keyboard. | ||
* MIDI Learn. |
Oops, something went wrong.