Jump to content

disabling "fast" when changing layer?


Recommended Posts

Posted

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!

Posted

The changes have to be made in seq_buttons.inc

Search 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_Direct

Best Regards, Thorsten.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...