Contents

data(withSMPTEResolution:error:)

Gets a data object that contains the events from the sequence.

Declaration

func data(withSMPTEResolution SMPTEResolution: Int, error outError: NSErrorPointer) -> Data

Parameters

  • SMPTEResolution:

    The relationship between tick and quarter note for saving to a Standard MIDI File. Pass 0 to use the default.

  • outError:

    On exit, if an error occurs, a description of the error.

Discussion

The client controls the lifetime of the data value this method returns.

See Also

Getting Sequence Properties