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

Multiple tracks #8

Open
dxinteractive opened this issue Feb 27, 2021 · 1 comment
Open

Multiple tracks #8

dxinteractive opened this issue Feb 27, 2021 · 1 comment
Labels
enhancement New feature or request priority

Comments

@dxinteractive
Copy link
Owner

Really want this one but it's a bit of work. Tracks are their own note lanes that are played simultaneously

  • Setters will need to be able to target individual tracks, or all
  • Tracks should be nameable and referenceable
  • Visually should format them like staves
@dxinteractive dxinteractive added the enhancement New feature or request label Feb 27, 2021
@dxinteractive dxinteractive mentioned this issue Mar 22, 2021
@dxinteractive
Copy link
Owner Author

Use < and >

0-0-<0-0-0-0-;4-7-9-11->0-0-

the same syntax can be formatted like

<
    0-0-0-0-;
    4-7-9-11-
>

Different parts can have different setters

<
    (osc:sine)0-0-0-0-;
    (osc:sawtooth)4-7-9-11-
>

Perhaps also a repeat character to fill in a part to the length of the longest sibling part

0-0-<0-0-0-0-;4-7-9-11->0-0-
=
0-0-<0-*;4-7-9-11->0-0-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority
Projects
None yet
Development

No branches or pull requests

1 participant