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

add sync-to-downbeat function to track #16

Open
kylestetz opened this issue Jan 27, 2015 · 3 comments
Open

add sync-to-downbeat function to track #16

kylestetz opened this issue Jan 27, 2015 · 3 comments

Comments

@kylestetz
Copy link
Owner

As per @enedrio's idea, it would be cool if one track could be synced to the downbeat of another.

What is the name of this function?

  • dsync for "downbeat sync"?
  • syncd for "sync to downbeat"?
  • downbeat?

I imagine that the track doing the calling is looking to by synced to the track passed into it. Or should it be the other way around? E.g.

t1 = new track()
t2 = new track()
t1.beat(2), t2.beat(7)
// some time passes...
t1.syncd(t2) // <--------- what should happen?
@hughrawlinson
Copy link

yaaaaaaas, this

@kylestetz
Copy link
Owner Author

@hughrawlinson what do you think about the question I am posing? From which direction should the syncing happen?

@hughrawlinson
Copy link

I mean, if the first track that starts established a global pattern that everything would sync to, that'd be real nice, otherwise just a pattern for doing that sort of thing would be good. Otherwise, definitely t1 should sync to t2 because you're calling the function (and semantically mutating) t1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants