-
Notifications
You must be signed in to change notification settings - Fork 4
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
The ChordMemory doesn't stink #9
Comments
What's it even doing currently? And/or supposed to be doing? |
right now it takes your midi input and doubles it with a note 7 semitones up |
Ok gotcha. I can let this percolate on the back burner and see what pops up. |
My idea for what it would be though is basic chord expansion from single key with alternate voicings and chord strategies and voice management but really it exists primarily because I wanted a midi effect in the wrapper test suite. It could be any midi effect and still serve that purpose if you have a more useful idea |
I don't right now, but the one you have is good to be honest. Voice management though? That's less obvious to me. What are you thinking there? |
Imagine your chord is 1 3 5. You press c and hold it then press a below it. Don’t double that e. |
Oh but then release the c holding the a and the e stays, and Vice versa |
Ah right, that makes sense! |
At least
The text was updated successfully, but these errors were encountered: