bosone Posted March 18, 2006 Report Posted March 18, 2006 how can i modify the code so that when i change the edited layer (note, velocity, length...) the fast button reset itself?i often use the fast when i change the velocity, but then, when i come back to the note/gate event, i'd like to automatically disable the fast behaviour of encoders...thanks!
TK. Posted March 18, 2006 Report Posted March 18, 2006 The changes have to be made in seq_buttons.incSearch for "SEQ_Button_Fast", add a label like "SEQ_Button_Fast_Direct" below the first #endif, and before the "data wheel" comment.Now you can add following code below SEQ_BUTTON_LayerA (as an example): bcf SEQ_MODE0, SEQ_MODE0_FAST_ENCODERS, BANKED call SEQ_Button_Fast_DirectBest Regards, Thorsten.
bosone Posted March 18, 2006 Author Report Posted March 18, 2006 faster than light!!!thanks as usual thorsten!!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now