data(withSMPTEResolution:error:)
Gets a data object that contains the events from the sequence.
Declaration
func data(withSMPTEResolution SMPTEResolution: Int, error outError: NSErrorPointer) -> DataParameters
- SMPTEResolution:
The relationship between tick and quarter note for saving to a Standard MIDI File. Pass
0to 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.