twitchax / kord

A music theory binary and library for Rust / JS.
MIT License
209 stars 10 forks source link

Use `std::time::Duration in` `Playable` trait #13

Closed barafael closed 1 year ago

barafael commented 1 year ago

As noted in #10, here are patches to change the signature of Playable::play to use std::time::Duration instead of f32.