Jump to content

Recommended Posts

Posted

Hello,

As far as i'm aware, i haven't see any option to set trigger default like velocity, length, etc.

So i need all the time to do an all for the pattern selecting velocity to set them to 127.

it would be interesting to have an option page for that in the option menu.

Thanks in advance,

Have a good day,

Rgds

Posted

First some background: here the list of predefined default values which are used on "clean tracks" (rest. if the "Clear" button is pressed):

static const u8 seq_par_default_value[SEQ_PAR_NUM_TYPES] = {
  0x00, // None
  0x3c, // Note: C-3
  0x40, // Chord1: A/2
  100,  // Velocity
  71,   // Length
  0x80, // CC // NEW: overruled via seq_core_options.INIT_CC !!!
  64,   // PitchBender
  0,    // Probability (reversed: 100%)
  0,    // Delay
  0,    // Roll
  0,    // Roll2
  0x80, // PrgCh // NEW: disabled by default
  0,    // Nth1
  0,    // Nth2
  0x40, // Chord2: A/2
  0,    // Aftertouch: 0
  0,    // Root: C
  0,    // Scale: 0
  0x01, // Chord3: 1
  0x00, // Ctrl
};

Yes I could make this configurable.

On the other hand: this would be a central ("global") configuration option somewhere buried in the Options page, effective for all tracks of the session.

Wouldn't it be more straightforward if you would pre-initialize the track by yourself based on your needs, and then store it as a preset?
MENU->Evnt then "PRESETS" (GP button #15)

This function allows you to store your current track setup on SD Card with a given name, and restore it later in any other session into any other track.

This way you could create your presets for different situations (e.g. all Velocity values set to middle although no note played)
We can also see this as an alternative to the Clear function -> just load a preset

Best Regards, Thorsten.

  • 2 weeks later...
Posted (edited)

Well you want my to set a template to reuse it after!

No it's a mess, seriously you mean 256 times * three layer, settings the default!

Better to have option with default for each layer, you never change them unless you want it.

Ex:

Note by default as C3, then you change it according what you want! 

Velocity by default should be 127. Then you change it for special velocity!

Len should be 1 step, and you change it according what you want.

According this layer 50% 75% of what, it's not speaking in step mode, it's 1 step 2 step 3 step 4 step, etc, glide!

 

Edited by anonyme-x22
Posted

Yes, I want you to use templates. You don't need to change the values 256 times, just use the ALL function to set the entire parameter layer to the same value.

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...