-
-
Notifications
You must be signed in to change notification settings - Fork 935
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
Improve chord commands #11
Comments
Presumably you could just def play_chord2() inside one of the edit windows to add this functionality yourself, by making it take the parameters you want and then call the underlying play_chord command (as it's just ruby code?) |
In version 2.0
|
Closed
Closed
Closed
Closed
This was referenced Sep 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
a command to specify a chord of a given duration more succinctly than using
play_chord [60,64,67],"attack",0.5
sleep 0.5
maybe even something to allow sequences of chords like the play_pattern commands
play_chord [(c1n1,c1n2,c1n3),(c2n1,c2n2,c3n3)....][c1duration,c2duration,c3duration.....]
The text was updated successfully, but these errors were encountered: