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! Quote
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. Quote
bosone Posted March 18, 2006 Author Report Posted March 18, 2006 faster than light!!!thanks as usual thorsten!!! 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.