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

Which timecode is supported? #5

Open
neelkadia-zz opened this issue Aug 15, 2017 · 3 comments
Open

Which timecode is supported? #5

neelkadia-zz opened this issue Aug 15, 2017 · 3 comments

Comments

@neelkadia-zz
Copy link

File ignored (/Users/kadia/Downloads/MusicGenerator-master/data/midi/ragtimemusic/MIDI_sample.mid): SMTPE timecode not supported (480 given)

@xmdx
Copy link

xmdx commented Aug 27, 2017

having the same issue. have you been able to resolve it?

@neelkadia-zz
Copy link
Author

No not yet. @xmdx If you do, please update here.

@xunxdd
Copy link

xunxdd commented May 15, 2018

the midiconnector restricts the tempo to no more than 128 ticks per beat.

    if not 0 < midi_data.ticks_per_beat < 128:
          raise MidiInvalidException('SMTPE timecode not supported ({} given)'.format(midi_data.ticks_per_beat))

This music generator is pretty limited.

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

3 participants