Changeset 06156a6


Ignore:
Timestamp:
Sep 27, 2005, 9:15:11 PM (19 years ago)
Author:
Paul Brossier <piem@altern.org>
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
Message:

simplified smpte check
simplified smpte check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ext/midi/midi_file.c

    r26d9f8f r06156a6  
    159159  mf->ntracks += (unsigned int) (mthd[10]) << 16;
    160160  /** \bug: smpte timing not yet implemented */
    161   if((int)(mthd[12]) < 0){
     161  if(!mthd[12]){
    162162  /*if((mthd[12]) < 0){*/
    163163    mf->uses_smpte = 1;
Note: See TracChangeset for help on using the changeset viewer.