my first go at a mod in MB SID.. i wanted to be able to start a seq in the bass or drum engine without having to trigger a note on.. after following this topic. http://www.midibox.org/forum/index.php/topic,11188.0.html i had a go at this. cs_menu_tables.inc ; --------------------------------------------------------------------------
CS_MENU_TABLES_B
;; pointer to table par. button pressed exec button pressed page name var max print function
CS_MENU_T_ENTRY CS_MENU_TABLE_B_ROOT, CS_MENU_Page_Root, CS_MENU_BUTTON_Play, "---", SID_PATCH, 0x7f, PRINT_PAT ; (special handling in CS_MENU_PageUpDown selected with SID_PATCH)
and:
; --------------------------------------------------------------------------
CS_MENU_TABLES_D
;; pointer to table par. button pressed exec button pressed page name var max print function
CS_MENU_T_ENTRY CS_MENU_TABLE_D_ROOT, CS_MENU_Page_Root, CS_MENU_BUTTON_Play, "---", SID_PATCH, 0x7f, PRINT_PAT ; (special handling in CS_MENU_PageUpDown selected with SID_PATCH)
it works out quite nice.. in a bassline or drum patch, once in the menu root, menu button will toggle start /stop sequence 8) cool to be able to just hold the little box and trigger / tweak patterns.. [[sUPER FUN!!!]] ;D switching to a lead patch gets your main menu back.. now i just need to replace my wobbbbly encoder switch! ..just thought id share that.