I couldn't find it again todayGale Andrews wrote:Where is the post? It isn't on the French forum.steve wrote:I presume that the French post has been answered?
Peter
I couldn't find it again todayGale Andrews wrote:Where is the post? It isn't on the French forum.steve wrote:I presume that the French post has been answered?
That's a good idea.Robert J. H. wrote:You could assign the free "U" for 'Move Track &Up'
except that characters with descenders should not really be used as access keys because the underscore is not visible.Robert J. H. wrote:and thus free the letter "P" for 'Move Track to To&P'.
I'm aware of that, but I had an idea that might help.Robert J. H. wrote:A sub-menu for the move commands is not that attractive because the one step at the time commands have still to be applied several times in sequence to move a track to an arbitrary position
I am not so fond of little undo steps.steve wrote:[Rather than "Move Track to Top / Bottom" creating just one "undo" event, I can make it create a "Move Track Up / Down" event for each step of the journey. The advantage of this is that, for example, if you have 10 tracks and you want to move the tenth track so that it becomes the second track, all that you need to do is:
1) 10th track drop-down menu. Select "Move Track to Top". The track is now the first track.
2) Ctrl+Z (Undo). This will undo the last "Move Track Up" action. The track is now the 2nd track in the project.
Clever idea Robert, but that is much more complicated to code and may be beyond my limited abilities.Robert J. H. wrote:Another elegant solution:
I'd imagine that for users that do this very often, they would quickly think of one of the quicker ways to do it.Robert J. H. wrote:Imagine that I have created a copy of the original and applied a full wet reverb. I now try to find the perfect mixture by using gain up and down. Eventually, I realize that the reverb was too long. I have to undo all gain changes to finally arrive at the unprocessed duplicate (there are of course alternatives to this, like duplicating the original again or using the undo history).
You're much too modeste. We grow with our tasks...steve wrote:Clever idea Robert, but that is much more complicated to code and may be beyond my limited abilities.Robert J. H. wrote:Another elegant solution:
Thanks for your vote of confidenceRobert J. H. wrote: You're much too modeste. We grow with our tasks...
It shouldn't be that hard to get the track names and gather them in a sub-menu.
Proposed changes:A Name
B Waveform dB
C
D Move Track Down
E Set Rate
F Set Sample Format
G*
H Pitch (EAC)
I
J*
K Make Stereo Tracks
L Left Channel
M Mono
N Split Stereo to Mono
O Spectrogram log(f)
P* Move Track Up
Q*
R Right Channel
S Spectrogram
T Split Stereo Track
U
V Waveform
W
X
Y*
Z
Letters marked * have a descender in lower case, which is bad for an access key.
This then allows the new commands to be:Split Stereo Track: t->i
Move Track Up: p->U
Waveform dB: B->W
B = Move Track to Bottom
T = Move Track to Top
C = Swap Channels
A Name
B Move Track to Bottom
C Swap Channels
D Move Track Down
E Set Rate
F Set Sample Format
G*
H Pitch (EAC)
I Split Stereo Track
J*
K Make Stereo Tracks
L Left Channel
M Mono
N Split Stereo to Mono
O Spectrogram log(f)
P*
Q*
R Right Channel
S Spectrogram
T Move Track to Top
U Move Track Up
V Waveform
W Waveform dB
X
Y*
Z
* = "decender".
Is it a common task for VI users to move tracks around?Robert J. H. wrote:How about calling up a dialog box for "Move Track Before" like those for selecting the host, input and so on?
Well, at least for me It's a common task. A song can easily have 20 tracks. I do sometimes render a couple of tracks into one, which logically appears at the end of the list and I have to move it up to the right group (rhythm for example).steve wrote:Is it a common task for VI users to move tracks around?Robert J. H. wrote:How about calling up a dialog box for "Move Track Before" like those for selecting the host, input and so on?
For sighted mouse users, these options are probably not used often as tracks can be dragged with the mouse (though the "Move Track to Top" option could be very useful when "sub-mixing" tracks in very large multi-track projects).
I'm just wondering, if there is a common user case for rearranging tracks, it might be worth taking quite a different approach that allows multiple tracks to be reordered simultaneously.