-
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.
I really think this should be handled by `clock.transport`. It already handles start and stop messages from midi devices. I'm not really happy about splitting transport responsibilities between `clock` and handling them manually in my script. Because of this, I'm implementing this in the least invasive way I can think of. Added new params for midi continue device and mode Device is the midi device to listen for "continue" messages from Mode is whether a "continue" message always plays or toggles playback (like a play/pause button) Updated readme with release notes
- Loading branch information
Jake Carter
committed
Dec 28, 2022
1 parent
7d1df89
commit eb3fd33
Showing
2 changed files
with
39 additions
and
1 deletion.
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