We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add or modify dynamics (velocity) of notes based on a specified curve or pattern.
fn edit_dynamics(self: @Midi, curve: VelocityCurve) -> Midi;
The text was updated successfully, but these errors were encountered:
Can I be assigned this?
Sorry, something went wrong.
Hey! The basic implementation is here:
Koji/src/midi/core.cairo
Line 689 in ed266ba
Would you want to write a test for it? I can change the issue for that...
edit_dynamics
Hey please is there a telegram group where i can contact the project coordinators?
Hey @Oshioke-Salaki ! Here is the TG chat: https://t.me/niceralabs
caseywescott
Oshioke-Salaki
No branches or pull requests
Add or modify dynamics (velocity) of notes based on a specified curve or pattern.
The text was updated successfully, but these errors were encountered: