Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage of the system timer has been deprecated #75

Open
InTheWorks-ca opened this issue Sep 10, 2024 · 0 comments
Open

Usage of the system timer has been deprecated #75

InTheWorks-ca opened this issue Sep 10, 2024 · 0 comments

Comments

@InTheWorks-ca
Copy link

When running the sequencerTest.py test program, there is a warning

fluidsynth: warning: sequencer: Usage of the system timer has been deprecated!

Looking at the code, pyfluidsynth uses the system timer:

self.sequencer = new_fluid_sequencer2(use_system_timer)

Does the sequencer still work without the system timer? It seems like the system timer is a bad choice anyway. Better would be the sample clock that fluidsynth defaults to. How would that choice impact pyfluidsynth?

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

No branches or pull requests

1 participant