-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Song editor group operations #1212
Comments
On 10/15/2014 04:37 PM, unfa wrote:
It would totally be great. I wish we had someone who had the time and |
huh, so how is it going on school, diizy? University or just school? |
:) |
Some notes from #2453 by @qubodup:
|
I'm trying to decide whether or not it would make sense to break this apart into smaller issues. For example, I think it makes a lot of sense to delete the whole selection on right click -> delete, as opposed to the current behavior where it just deletes the clip you right clicked, disregarding the selection. It would also make sense to delete patterns when the delete key is pressed, especially now that we have reliable undo. These ideas probably both technically fit into this issue, but the issue spans a fairly large set of changes and we would have improved functionality even if we just implemented one or two. |
@SecondFlight do you aware of this PR: #3649? |
No, I wasn't. Looks great, @BaraMGB! |
Maybe this could fix some problems ? |
As part of a pruning effort, this |
While more than 1 clip is selected, a special menu item would indicate that you're about to do something on a group of clips. Opening B+B editor or Piano roll editor or Automation editor is unapplicable here, so these items should be hidden (as the mockup shows).
Now you can delete, mute, copy, cut, paste (replace with clipboard contents), change color or rename all at once.
Pasting a group of clips would need to know what tracks these clips belong to (just like with notes in piano roll).
And just like with Piano roll, I think the pasted items should start at the playhead, so the user has precise control where to paste stuff.
Other possibility is special "duplicate" function (instead of copy+paste).
Duplicate could create duplicates on the tracks the clips are already on, offseting them by teh selection length.
Also just like in the Piano roll, the Ctrl+drag should deploy rectangular selection IMHO. It's not assigned to anything yet, and keeping this consistent among different places is very important.
So duplicating this:
Would create this:
That'd be very useful for duplicating song parts. A hotkey for this would also be great (Ctrl+D?)
Also - extending the length of one clip while others are selected should work just like in Piano roll - extend all selected by the same length. Same with moving deleting with Delete key and duplicating with Ctrl+drag when the drag is started over a clip (unlike the selecting drag that starts over an empty space).
The text was updated successfully, but these errors were encountered: