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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...