Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TempoConverter: Fix needless conversion warnings
Since commit b10a5a7 'core_events.TempoEnvelope' use 'TempoPoint' objects as parameters. The 'TempoConverter' expected 'TempoPoint' objects or 'floats' but raises warnings for 'floats'. Because TempoEnvelope can actually return points these warnings can easily be omitted when the 'TempoConverter' simply iterates over the parameter entries instead over the value entries.
- Loading branch information