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

Documentation?? #41

Closed
maiamcc opened this issue Sep 10, 2014 · 1 comment
Closed

Documentation?? #41

maiamcc opened this issue Sep 10, 2014 · 1 comment
Labels

Comments

@maiamcc
Copy link

maiamcc commented Sep 10, 2014

Am I just missing documentation somewhere? It's almost impossible to do anything not described in your example without it. For example, I'm trying to figure out how to use SetTempoEvent, but I don't tell what any of the arguments are supposed to be. Help!

@vishnubob
Copy link
Owner

You aren't missing the documentation, it's just not there. I wish I had the spare time to build the docs out, but I've been fairly focused on other projects at the current time. If you or anyone else out there reading this would like to help me move this package forward, I would be happy to receive any assistance.

With regard to the SetTempoEvent(), it takes a few keyword arguments. Most frequently, you would use it like this:

ev = SetTempoEvent(tick=tick, bpm=bpm)
track.append(ev)

I hope this helps.

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

No branches or pull requests

2 participants