-
-
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
Piano Roll to Step Sequencer Bug #1681
Comments
Piano Roll to Step Sequencer should be banished (or notes should be interpolated with some assumptions) 👍 This has been around for ages. |
@tresf "Piano Roll to Step Sequencer should be banished". Can you explain what you mean by this? I'm a bit confused. |
One should never use the piano roll to put steps in the step sequencer. The functionality of going to piano roll should be irreversible, unless through a potential "undo" action. -Tres |
@tresf aha. That makes sense. In this case I'd actually definitely vote that double clicking is removed as a method to change to piano roll, as it's a very small/minor action for a rather major change. Even if undo is implemented. I'd also suggest we add some method to change panning in the sequence editor. I vote shift scroll. This way bb-patterns would distinguished by playing at their base note and having "infinite" length, but still keep the ability to change volume and panning. |
Well, perhaps, or perhaps we just switch it to a piano roll once a note is clicked. -Tres |
@tresf I guess it's very "usable" that way, but I feel like it should be a more explicit change that the user has to more "actively" decide to do. And maybe we should add a button to add piano patterns next to the bb pattern and auto pattern buttons |
I'm confused by this comment. Where would this button go? You can right click -> open in piano roll now or double click. Once a note is clicked, it should switch to a piano roll IMO. |
@tresf Oops. Never mind the piano pattern button, that was a stupid idea. I honestly don't know how that would work. |
It could be discussed if editing beat notes in the Piano Roll is supported or not. To set the record straight, we did not create beat notes (or any notes) in the Piano Roll, we only duplicated and moved them in the Piano Roll. |
@zonkmachine I just tried, and i can't reproduce either. There are other issues, unfortunately Should I leave these for this issue or close this and open a new one? |
In the BBTrack, yes. This is by design. Only notes that adhere to the 1/t6th agenda are allowed in there ( in a 4/4 beat...)
Same as in 1.1.3 . A BBTrack is converted to an InstrumentTrack when there are other notes than beat notes in it. It's not a new behaviour.
😮 No?! From where I'm looking they're still there...
Stick with this one for now. |
@zonkmachine Obviously we can't represent offbeat notes very well with the BB pattern view, which is why I'd prefer if we transformed into an instrument track whenever a note ca't be represented (regular length or not on 1/16). It's not exactly ideal to have notes that aren't visible. As for invisible beat notes, this is what I mean. |
@Spekular Sorry, got it now.
I agree on this. As I understand it this is two changes.
The second change depends on the first. |
@Spekular Are you looking at this or do you want me to have a go at it? |
@zonkmachine that looks good to me. I haven't looked into this any further, if you want to that would be great. |
This was fixed in #3375
This is the last remaining issue to solve then in order to close this issue. In PR #3361 I implement @Spekular's idea to turn beat patterns with notes that are not visible into melody patterns. It works fine but there could be better ways to signal this and keep the beat patterns. A different colour around the beat note frame for instance if there are notes there that are not visible. This is a fast way to fix the issue however. |
Unfortunately I had to revert #3361 so I'm reopening this issue. |
Is there any chance #5902 fixed this? |
Looks like there's a partial fix but let someone confirm. |
Not completely, see answer here: #5902 (comment) |
How difficult is it to fix the remaining issues? |
Re milestoned because this issue is almost stale, and we have more things to prioritise before release. |
Steps to reproduce:
This can be reproduced in many more situations than this one, it's just a specific example tat's easy to reproduce.
Related: #5902 (comment)
The text was updated successfully, but these errors were encountered: