i recently upgraded to seq3.3c and i have a problem in restoring the old customization i did to the buttons.
in particular, i changed the “metronome” button to have direct access to the events page.
this is my “old” code:
seq_buttons.inc
;; --------------------------------------------------------------------------
;; Enable/Disable Metronome
;; --------------------------------------------------------------------------
SEQ_BUTTON_Metronome
IFSET MIOS_PARAMETER2, 0, return
;; branch to events menu
movlw CS_MENU_PAGE_EVENTS
goto CS_M_HLP_ChangePage
but now, if i compile, i get an error message.
how should i modify it??
thanks!