Skip to content

End of track should count in midi length #47

Description

@sevonj

Context:

To repeat the experiment from sinshu/meltysynth#55, I wrote a very quick tool to render a midi both with rustysynth and fluidsynth.

https://github.com/sevonj/rustyfluidcomp

ufo-sound.zip

Problem:

  • Rustysynth does not include end of track message in the midi file length.
  • end_of_sequence() doesn't account for note release duration.

The latter is less important, but still nice to have. Both of these count when rendering with fluidsynth:

screenshot

Image

Proposed changes:

Provide method to check if Synthesizer still has a voice playing.

Activity

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

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