bosone Posted November 10, 2008 Report Posted November 10, 2008 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_ChangePagebut now, if i compile, i get an error message.how should i modify it??thanks! Quote
bugfight Posted November 10, 2008 Report Posted November 10, 2008 http://www.midibox.org/forum/index.php/topic,12362.0.html Quote
bosone Posted November 10, 2008 Author Report Posted November 10, 2008 Paste the error message..../src\seq_buttons.inc:679:Error [179] Unknown opcode "IFSET"from the "unknow opcode" i supposed that there was something completely different in the new seq3.3c code (even because i had to install other programs to compile it, as found in the midibox.org dokuwikinow i will look at the other threadEDIT: it seems too complicated for me, i don't know anything about ASM, even if i have some very very very very very basic knowledge about general programming... Quote
stryd_one Posted November 13, 2008 Report Posted November 13, 2008 IFSET is gone. Follow Bugfight's link... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.