We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
File ignored (/Users/kadia/Downloads/MusicGenerator-master/data/midi/ragtimemusic/MIDI_sample.mid): SMTPE timecode not supported (480 given)
The text was updated successfully, but these errors were encountered:
having the same issue. have you been able to resolve it?
Sorry, something went wrong.
No not yet. @xmdx If you do, please update here.
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.
No branches or pull requests
File ignored (/Users/kadia/Downloads/MusicGenerator-master/data/midi/ragtimemusic/MIDI_sample.mid): SMTPE timecode not supported (480 given)
The text was updated successfully, but these errors were encountered: