anonyme-x22 Posted March 14 Report Posted March 14 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 Quote
TK. Posted March 21 Report Posted March 21 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. Quote
anonyme-x22 Posted March 31 Author Report Posted March 31 (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 March 31 by anonyme-x22 Quote
TK. Posted April 3 Report Posted April 3 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. Quote
anonyme-x22 Posted April 5 Author Report Posted April 5 (edited) Hello, I still think that adding the default value in the layer page configuration would have been a better value to behavior. Rgds, Edited April 6 by anonyme-x22 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.