-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick initialize Note and Notes use note name. #160
Comments
For the |
I'll remove this.
Because a similar note constructor Conclude: Add Note constructor: Note(pitch_name::String; position = 0, velocity = 100, duration = 960, channel = 0)
# Usage
Note("C4") But for Notes: # Shall we implement this?
Notes(notes_name::String, position = 0, tpq::Int = 960)
# Or remove position?
Notes(notes_name::String, tpq::Int = 960) |
I'd say we don't use |
Close cause merged. |
I want to add these
Note
andNotes
constructors.What do you think about it?
Tell me your thought, thanks. I'm ready to implement these constructors
The text was updated successfully, but these errors were encountered: