Skip to content

v0.2.3 [naive resample]

Compare
Choose a tag to compare
@Yikai-Liao Yikai-Liao released this 25 Dec 09:33
· 374 commits to main since this release
  • Fix TempoFactory.__call__, users now can create Tempo by qpm or mspq #14
  • Add resample(self, tpq: int, min_dur: int) for Score. Now it is still a naive version, which rounds start and duration directly. #14 #10