Skip to content

Usage of the system timer has been deprecated #75

@InTheWorks-ca

Description

@InTheWorks-ca

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions