You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to make some automation using autobot and ran into problems which don't know how to workaround:
Unable to emulate creation of local key/time signature, which usually requires use of CTRL+Click on palette cell. I can use api.shortcuts.activate() but there is no such shortcut to emulate CTRL+Click.
Unable to access measure properties for selected measure. Calling api.dispatcher.dispatch("measure-properties") opens dialog with wrong context (probably, note or rest, not measure itself)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to make some automation using autobot and ran into problems which don't know how to workaround:
api.shortcuts.activate()
but there is no such shortcut to emulate CTRL+Click.api.dispatcher.dispatch("measure-properties")
opens dialog with wrong context (probably, note or rest, not measure itself)Appreciate any help
Beta Was this translation helpful? Give feedback.
All reactions