garcia / simfile

A modern simfile parsing & editing library for Python 3
MIT License
62 stars 7 forks source link

Does TimingEngine.time_at() incorporate the simfile offset? #34

Closed ifeelagood closed 1 year ago

ifeelagood commented 1 year ago

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