-
Notifications
You must be signed in to change notification settings - Fork 784
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
musickeyboard only saves default synth #1860
Comments
DEFAULTVOICE is hardwired throughout the code. |
It works when composing, but the voice is ignored when playing back and when saving. |
It tracks the voice except during save. |
@walterbender What exactly do we need to do here? Please guide. |
Each key can be assigned to a unique instrument. When we save, we don't wrap the set instrument block around the individual notes. (It would be best to group multiple notes using the same instrument, eg, piano do piano re piano mi guitar fa piano sol piano la piano ti --> piano [do re mi] guitar fa piano [la ti] The relevant code is here: |
@walterbender would something like this work ? |
Looks like an appropriate way to do it. No idea if it works. But we should try to make it work. |
Had no idea that this was implemented. This is very nice. @walterbender Perhaps we should have the synth in the macros to make this feature more evident. |
We should honor the synth set as per:
The text was updated successfully, but these errors were encountered: