llSourcell / How_to_generate_music_in_tensorflow_LIVE

Apache License 2.0
143 stars 78 forks source link

Which timecode is supported? #5

Open neelkadia-zz opened 7 years ago

neelkadia-zz commented 7 years ago

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

xmdx commented 7 years ago

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

neelkadia-zz commented 7 years ago

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

xunxdd commented 6 years ago

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.