Changeset 06156a6
- Timestamp:
- Sep 27, 2005, 9:15:11 PM (19 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 8d0b707
- Parents:
- 26d9f8f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ext/midi/midi_file.c
r26d9f8f r06156a6 159 159 mf->ntracks += (unsigned int) (mthd[10]) << 16; 160 160 /** \bug: smpte timing not yet implemented */ 161 if( (int)(mthd[12]) < 0){161 if(!mthd[12]){ 162 162 /*if((mthd[12]) < 0){*/ 163 163 mf->uses_smpte = 1;
Note: See TracChangeset
for help on using the changeset viewer.