Number of steps during TAB edit should be definable
Closed this issue · 6 comments
Number of steps during TAB edit should be definable.
Currently after pressing a key it goes to the next line. It should be possible to define how many steps should be skipped.
This will enable playing / capturing arpegios/bass lines easier.
OK, it only records here what was agreed upon at the meeting.
The numeric keys 1 through 8 will be used to select the step, along with the CONTROL
key, that is:
- CONTROL+1 will set a step every one line
- CONTROL+2 sets a step every two lines
- CONTROL+3 sets a step every three lines
- and so on.
I was mad when I came up with this (or vice versa)
A solution has been implemented that allows you to set the step of moving the cursor in TAB edit mode.
The CONTROL keys and the digits 0 through 9 are used for this function.
Working principle.
Selecting 0 sets the step value to 0. However, selecting numbers 1 through 9 increases the step value by the selected number.
As a result, selecting a step "every 1 line" is:
CONTROL+0 and CONTROL+1
Setting a step "every 4 lines" is (holding CONTROL) press the digits 0 and 4.
For a step of 12, there are more combinations, because the value 12 can be obtained by selecting the numbers: 0, 6, 6 or 0,5,5,2, or 0 and press 1 twelve times :D
The maximum step value is 32, above this value the step resets to zero.
As for me, mega :D
There is an idea to solve this request differently.
That is, use a single hotkey, such as CONTROL+S, and show a prompt telling you to enter a new step value.
OK, this will be CONTROL+B