waddlesplash / QMidi

Qt library for MIDI output & MIDI file I/O.
MIT License
84 stars 38 forks source link

Time - Tick conversion #9

Closed iv41879 closed 8 years ago

iv41879 commented 8 years ago

issue-time-tick-conversion

Time conversion to tick and tick to time does not give equal values. Is this deviation ok?

waddlesplash commented 8 years ago

It's converting to an absolute tick value, which may not be at that precise time value, which is expected, no?

midi-pascal commented 8 years ago

@waddlesplash :+1: There is no tick each microsecond so the precision is dependent on fResolution. No trouble there IMHO