Does TimingEngine.time_at() incorporate the simfile offset? #35
ifeelagood
started this conversation in
General
Replies: 1 comment 1 reply
-
The timing engine initializes beat 0's time set to the negative of the timing data offset: https://github.com/garcia/simfile/blob/main/simfile/timing/engine.py#L211-L224 I think this is the same as what you would see in the StepMania 5 editor. For files that are properly synced, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thank you for the module! For some code that I am writing, I need to align note time with song time. the simfile object has the attribute "offset", which as I understand it is the length of time until beat 0. Are the note times when using time_notes() relative to the "song" or the actual audio?
thank you
Beta Was this translation helpful? Give feedback.
All reactions