• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
MTC and Time Code Types
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MTC and Time Code Types


  • Subject: MTC and Time Code Types
  • From: "Cianflone, Chris" <email@hidden>
  • Date: Wed, 26 Jan 2005 21:10:08 -0600
  • Thread-topic: MTC and Time Code Types

Title: MTC and Time Code Types

Hi all,

I have read through most of the MIDI Time Code chapter from "The Complete MIDI 1.0 Detailed Specification" (and used MTC devices in the past as a user, perhaps not enough) and I thought I understood the various formats outlined there.  In particular for a quarter frame message the spec refers to "Time Code Type"
     0 = 24 Frames/Second
     1 = 25 Frames/Second
     2 = 30 Frames/Second (Drop Frame)
     3 = 30 Frames/Second (Non-Drop Frame)

However, from CoreAudioTypes.h we see the following:
       
                //      constants describing SMPTE types (taken from the MTC spec)
                enum
                {
                        kSMPTETimeType24                = 0,
                        kSMPTETimeType25                = 1,
                        kSMPTETimeType30Drop    = 2,
                        kSMPTETimeType30                = 3,
                        kSMPTETimeType2997              = 4,
                        kSMPTETimeType2997Drop  = 5
                };

So, what is kSMPTETimeType2997 and kSMPTETimeType2997Drop?  I have been searching the web all day and not really finding a sufficient answer to this (although a few things I found made reference to these extra formats).  Is there a more up-to-date MTC spec I should be reading?

Thanks,
Chris

------------------------------------
Chris Cianflone
Software Engineer
MakeMusic!
Coda Music Technologies

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: MTC and Time Code Types
      • From: kelly jacklin <email@hidden>
  • Prev by Date: Re: AU plugin midi output
  • Next by Date: Re: MTC and Time Code Types
  • Previous by thread: Re: Writing Midifiles - framework?
  • Next by thread: Re: MTC and Time Code Types
  • Index(es):
    • Date
    • Thread