Hello everyone.
I have this feature request that came up on my mind while working on a project for my students. Hope it’s not too silly.
Imagine a command that could help in some operations with non consecutive bars, I’ll give you some examples:
- “Remove empty bars”: every empty bar would be deleted. That could work for the whole project/flow/selected area. The remaining bars would be put in consecutive order.
- “Select Bar n.”: input the bars you need to select like 1 , 2-5, 46, 700… So now I have selected bar 1, bars from 2 to 5, bar 46 and bar 700.
- “Remove Bar n.”: input some numbers like 1-40, 45, 200 ; it would delete bars from 1 to 40, but also bar 45 and 200. Everything would be consolidated.
- “Copy bar n.”: right know, one can select, let’s say, bar 1 and 3 with cmd/ctrl + click and copy them. Then paste those in bar 5. One would have now music in bar 5 and 7. “Copy bar n.” command would paste every bar without considering the empty space, so one would have music in bars 5 and 6.
What do you think?