-
-
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
Collapsible Song Editor Groups #735
Comments
I agree completely and support this suggestion 100%. |
yes! 👍 |
I just want the actual tracks in the song editor to be able to collapse, regardless of their type. I'm not entirely sure what you are suggesting @musikBear, but collapsed tracks would not be permanent but rather a toggle so users can quickly hide or show a parent's children tracks. This function would also only be in the song editor so what about the piano roll? The only way I'd see collapsing a piano roll usefule is if you wanted to collapse notes that aren't in the current scale being used. I'd say let's stick to having parent and children tracks in the song editor first, then maybe add funtionality to the piano roll if it's deemed logical and useful. |
Is this just totally dead? D: |
Everyone loves it, I guess? Right now there is a desperate need for it, IMO! And in the future these future enhancements is more acceptable with grouping: Unremovable tempo track, unremovable (?) notation track, convert to sample track -option (alternative to freeze function). |
Making tracks that can't be removed is a bad idea... And let's slow down and just focus on getting parent/child grouping first ha |
On 05/27/2014 06:24 AM, StakeoutPunch wrote:
In general yes but in this case no. If you read the mailing list, the |
The above referring to the tempo track, I mean. Comment tracks were never meant to be unremovable. As far as track groups go... while I fully support the idea, this is definitely not going to make it to 1.1, I can say that much. Even 1.2 is uncertain, because we already have plenty of work queued for that version as well (not to mention people will be on summer vacations...) Unless maybe someone comes along and offers to implement this track grouping for LMMS. Problem is that it's a moderately complex feature, even if it is mainly a UI thing - it's going to make the song editor's track moving code a lot more complex, when right now we can just make do with "what's the mouse position? is it above us? move track up! is it below us? move track down!" But, I'm sure this will get done eventually so there's no need to lose hope. Just a healthy dose of patience... |
I think this should be high on the priority list, together with MIDI export. I am working on trying to get hold of more devs in addition to a lot of other things 💯 |
One question that pops to my mind is: |
On 05/27/2014 06:32 PM, Raine M. Ekman wrote:
I don't see the point of making it tree-like... should be enough to just |
I believe that it would only need to be parent/child, more layers would just be over the top and probably confusing to most average users. Would it be fair to add this to 1.3? As for the moving code, wouldn't it stay relatively unchanged? I'd suggest that parent tracks don't move their children. |
On 05/28/2014 12:13 AM, StakeoutPunch wrote:
It's fair to "add" this whenever, just it won't be included in 1.1 since
Parents/groups (depending on how it's decided this should be This means that children of a group need to be directly below the |
Oh, I see what you mean about having to rewrite stuff for this to work. What I was going on about earlier was that when tracks are set as children they could look for the nearest parent track above them, and if that parent is moved they simply change to the next nearest parent. I just assumed this way would be easier to implement, while still providing basic functionality. Now that you've pointed out just how much would have to be changed to even begin including this, I can see why going all out would be a better use of time. |
This would be nice for saving CPU if you could just shut off a whole On Wed, May 28, 2014 at 7:22 PM, StakeoutPunch [email protected]
Digitizer out. |
Well, editing the group as a whole could be functions added... later |
Going to have a look at this, but before I start I have a few questions. It would be nice to have some specs to work to. even if they do have to be re evaluated. How are we going to visually differentiate between child and parent, icon, color, border, font? is this all to be done from the gear icon ( parenting, unparenting, collapsing, expanding )? is it fair to assume, when you parent a track, it uses the next above parent track? when parent track moves, all child track follow? you cant move a non child track inbetween children, skips to above next parent? can't move a child out of it;s parent group? children can be moved within the group? cant delete parent track while it has children? How do we represent that a track has hidden children, maybe reduce hidden height to 1px, so can still see when the child objects are? parent can unchild all children in 1 go? child tracks can join leave on there own? A Track with children, can not itself become a child track? Parenting and visibility are to be saved? What happens with solo, mute, unsolo, unmute behaviour on both parent and child tracks? All track types can be parents bb,automation,sampler, instrument? All track types can be children? Im not responsible for artists logic, if a bass synth is parent to the automation of the cutoff of the hats how do i know thats thats genius or not? From a logic pov, it's the TrackView's that are being grouped? sorry for all the questions ( there may be more ), I have worded them using the assumptions I would have made. but would rather have input now while im at the planning stage. |
You may want to target 2.0 for this... I sounds like quite a design change which requires more prototyping than most enhancements and that version/branch may be a good candidate for it. |
Also, the OP seems to focus mostly on Automation tracks, which can quickly start to take up a lot of space... perhaps the concept of nesting those (under a parent track) could segway into this concept a bit... |
I wouldn't like to group my automation tracks together... but it is a temporarily solution :) |
@diizy Is probably the one who tell you that. I am picturing the parent like a Beat/Bassline track where the icon is a folder, and maybe you could colorize the children in the same colour? This is the among the most important to figure out now, indention won't work, right?
Well, if you are going to have a context menu for it, why not list up the available track folders you can put it in? Yes, I would say it is fair to assume that. Could probably implement a drag and drop on top of folder with shortcut keys later. As I said I am thinking of this very similar to a folder which can be expanded to show its content, so you can probably understand what my thoughts are on many of your assumptions/questions :) Many of your assumptions/questions are thinking a lot further that I feel you need to go, I think a simple implementation is the first thing to achieve, really cool that you have been thinking about this 👍 |
Well theres a big difference between parent/child style and folder style track groups, Mockup 1 (Closed Group): It doesn't scale very well (Ba Dum Tss) for more than maybe 4 or 5 tracks visible, but with the text the user will still know how many are contained. Also, I feel that folders without multiple levels lose a lot of the point and their usefulness, so if it's possible to create groups within groups that would be ideal. A maximum number of folder levels (oh no magic numbers!) would be fine with me though. That way we could actually do things like indentation, with an extra 25 px wide track labels and 5px text indent per level or so. |
Im liking the indentation, very clean.
Yep, that is one of the fundamentals
This sounds cool, |
will the group track in B&B editor? |
What? |
will the group track be in B&B editor? ...... sorry |
Maybe, but probably first coming to Song Editor |
Will a user be able to use a Group track inside of another Group track ie a sublayer in a layer? |
@Reaper10 probably not, at least not at first, but this feature is hypothetical, so no one can answer that question for certain. |
This issue is about grouping tracks in the song editor and does not apply to the mixer in any way shape or form. |
Here's a mock-up made by @vlad0337187, see #3025 for his proposal of this feature. |
It would make a lot more sense to me to have the collapse/expand arrow on
the right, or just clicking anywhere on the track to collapse/expand.
…On Tue, Apr 24, 2018, 09:28 Lukas W ***@***.***> wrote:
Here's a mock-up made by @vlad1777d <https://github.com/vlad1777d>, see
#3025 <#3025> for his proposal of this
feature.
[image: image]
<https://user-images.githubusercontent.com/2879917/39172304-a6bcded6-47a1-11e8-8cdd-bc0cecf5f964.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#735 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AIgVmnmlf0-dIaG-UmBfjhib3uEiuD_0ks5trtQQgaJpZM4B76vs>
.
|
Also, as Beat/Bassline editor is organized in a same way, hope, it would be possible to create some "common" classes to use them in both: Also it would be good to display not just bars |
Consolidated into #4877, but I'll leave it open for now. I'm also going to remove the 1.3 milestone because I don't see it happening. Obviously the milestone can be re-added if progress suddenly happens on this and it becomes realistic to include in 1.3. |
Don't know, probably you're right. Btw, idea to display directory and open it by click is good too (see comment above) |
Is this a feature which could be added soon? |
I think it would be awesome if there was a way to create groups of tracks in the song editor. Let's say I have an instrument with 5 separate automation tracks. I set the instrument as the parent and the 5 automation tracks as children, now I can toggle the children's visibility using the instrument. I suppose the group options would be included under the gear icon where the existing track options go.
Maybe more specifically, tracks can have one of two group states: Parent or child. By default all tracks are parents. When a track is set as a child it associates with the closest parent track above it. Parent tracks (or children tracks) would be styled differently to denote the difference. Possibly another feature (yet assuredly more complicated) would be for the parent track to mute all its children when it is muted.
I think this addition would be useful for hiding tracks that aren't being worked with to provide a more organized work space and to reduce the amount of scrolling in huge projects. I got the idea from working in Photoshop, this idea is kind of similar to how layers can be grouped.
The text was updated successfully, but these errors were encountered: