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
on init
declare ui_menu instrument
literate_macro(add_menu_item(instrument, '#l#', #n#)) on INST_1, INST_2
end on
This works when put in a separate macro
on init
declare ui_menu instrument
literate_macro(add_menu_defines(instrument, #l#, #n#)) on INST_1, INST_2
end on
macro add_menu_defines(#menu#, #name#, #n#)
add_menu_item(#menu#, '#name#', #n#)
end macro
The text was updated successfully, but these errors were encountered:
This works when put in a separate macro
The text was updated successfully, but these errors were encountered: