-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from cachilders/chore-device-class-refactor
feat: midi event support
- Loading branch information
Showing
4 changed files
with
246 additions
and
115 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,6 +1,11 @@ | ||
# Geppetto | ||
A lil midi control modulator. | ||
# Geppetto v0.1.1 | ||
|
||
Run `;install https://github.com/cachilders/geppetto.git` from maiden to install. Add your own device configs to `lib/devices` following the structure of the sample files. Be sure to back up your config files, and feel free to submit a PR with them to help out the next person. | ||
A lil midi control modulator. | ||
|
||
Note that in Geppetto's current form only a single CC can be modulated on a single device at a time. Multiple devices and params are planned but time and tide and all that. | ||
- v0.1.1 | ||
- Initial support for incoming and outgoing start and stop midi events. | ||
- Code refacotrs for future support of multiple devices | ||
- Reduced lfo resolution to ease broadcast of midi messages | ||
- Default selection of device input and disabling of navigation prior to initial selection | ||
- v0.1.0 | ||
- Basic functionality for a single device |
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.