Skip to content

Slightly awkward system for controlling playback time#33

Open
wadetb wants to merge 1 commit intochipweinberger:mainfrom
wadetb:main
Open

Slightly awkward system for controlling playback time#33
wadetb wants to merge 1 commit intochipweinberger:mainfrom
wadetb:main

Conversation

@wadetb
Copy link

@wadetb wadetb commented Jun 9, 2025

Hi, not sure if you have any interest in this feature, but my app invokes playing a MIDI keyboard along with a MIDI track, so I need to control time explicitly, and this PR adds a simple API for that using a "time" property.

The awkward part is deciding when to reset the synth - you obviously want to do it when rewinding, but you may also want to do it when skipping forward, as opposed to just advancing time normally.

Perhaps a "seek" API would be better which implicitly resets the synth, but I also need to be able to advance time manually for my use case without the reset.

Anyway, thanks for making this package, it's been very helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments