Skip to content
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

storyboard feature #428

Open
johannesunger opened this issue Aug 9, 2024 · 0 comments
Open

storyboard feature #428

johannesunger opened this issue Aug 9, 2024 · 0 comments

Comments

@johannesunger
Copy link
Contributor

johannesunger commented Aug 9, 2024

as a composer I want to have an option to arrange several parts into a piece, to make it easier to manage the order of apperance of theese parts.

  • if no storyboard exists in a piece it will be handled as usual
  • every track with a name can be arranged

examples

a single sequence

| -> start -> main -> end

a single sequence, multilined

| -> start -> main 
-> bridge -> end 

two sequences, performed simultaneously

| -> start -> main 
| -> "start p1" -> "main p1"

resting
r is a rest function, argument can be a trackname or a number of quarters

| -> start -> main 
| -> r(start) -> "main p1" 

repeats

| |:  -> main -> p2 :(x2)|  
|  main  |: -> p2 :(x2)|  
|  main  |: -> p2 | ^1 -> p3 :|^2 -> p4  :|  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: nice to have
Development

No branches or pull requests

1 participant