-
Notifications
You must be signed in to change notification settings - Fork 19
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
[LIBMIDI] random movements #16
Comments
you mean have a function to go forward_N_notes backward_N_notes , and same for number of seconds ? |
I did it like goto(number_of_microseconds_from_the_start). We can calculate position of the required note and jump to it. On June 12, 2014 10:44:35 AM CEST, Allan Simon [email protected] wrote:
Sent from my Android device with K-9 Mail. Please excuse my brevity. |
it something you already did in your fork ? |
Yes. On Thu, Jun 12, 2014 at 11:42 AM, Allan Simon [email protected]
С уважением, |
The library should allow random commands like go to 15 notes backward. This will allow some interesting features in the learning mode.
My idea is next. If user makes a mistake, we should stop for 1 second and go 5 seconds back.
Another feature to allow user to repeat some parts of midi file (for example, using a hotkey we move 5 seconds backward).
The text was updated successfully, but these errors were encountered: