Skip to content

Optional fast timing provider #110

Description

@s3d-i

Hi, I’m working on Pulsefield/Pulsefield-model, mainly around real-time osu!mania map generation(currently still reserach-stage).

One part that may already be useful to Mapperatorinator is the timing module. On my device, it usually runs in around 3–4 seconds per song, and in my own tests it has been quite reliable. It uses heuristic grid fitting / fractional BPM refinement, and it can handle some complex subdivision cases such as 1/7-beat snapping.

I have not run a full benchmark against Mapperatorinator’s current timing path yet, so I don’t want to overclaim. I’m opening this issue first just to ask whether you would be interested in an optional external timing provider / timing import path.

The rough idea would be:

  • keep Mapperatorinator’s current timing behavior as default;
  • optionally allow timing from another provider, such as Pulsefield;
  • convert the result into Mapperatorinator’s existing timing events / context;
  • add a small benchmark if this direction sounds interesting.

Would this kind of optional timing provider be something you’d be open to?

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