Replies: 1 comment
-
Hi, I spent some time on the documentation and various other resources and I think I found what I need to get this done. Thanks anyway. Great crate! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi fellow rustaceans!
I'm making music scripting languages similar to MML (single letters for notes) with a custom number of notes (and custom note letters) for a scale simply tuned using equal temperament (2^(n*o)/12 Hz with n being the note index in the scale, o the octave in scientific notation). I would love to use this library to support more flexible tuning.
I'm a little lost in the docs right now and not quite sure where to go. (it could have some more examples!)
I just want to mix a note index, an octave and a specific tuning into a frequency in Hz using this crate's types and methods.
Could you please give me some clues?
Beta Was this translation helpful? Give feedback.
All reactions