Hi ,i’ve finished my first seq ,so i started to build my second one ,this time with four rows of butons..
T.K. in an precedent topic told me how to program the revisited seq.butons.inc .So ,following his advises ,i’ve done a new project in mplab ,the fact the “build” process succeeds with no error does mean that the apps will run fine ,i’m curious ,it’s the first time i really tweaks the code so …
secondly ,to make me things easier ,and as i’ve got encoders with integrated switch , i have added 64 step buttons and will use the encoders switchs for the menu access , keeping the now useless “menu” bouton input that i will connect to the encoders switchs .But it’s mainly because of my lack of knowledge in programing!
So i’ve just removed the
;; lower status: SEQ_STEP_EDIT mode
BIFSET SEQ_MODE0, SEQ_MODE0_STEP_EDIT, BANKED, rgoto SEQ_GP_Mode0_Button
lines in the seq_gp.inc file .
Even if i’ve link my step butons directly to the “Â SEQ_GP_Mode0_Button” of the seq_gp.inc ,I don’t find how to remove this step that consist in verify if the “menu” butons is pressed or now ,in order to branch directly the gp butons directly to the different menus.
i hope all that is not too confuse ,maybe someone can help me?
P.S. :as i will have 4 rows of butons ,could i implement a fonction to switch the four row and the attached LEDs to edit the 3 layers of note events when a track is in the new “drum” mode?