mdSetStartPoint(3dm)					  mdSetStartPoint(3dm)
      mdSetStartPoint - Define initial MIDI-stamp and UST time values
      #include <dmedia/midi.h>
     int mdSetStartPoint(MDport	port, long long	time, long long	stamp)
     mdSetStartPoint defines the start point on	the MIDI time line.  It	takes
     two arguments, a UST time and a midi stamp	value.	The timeline is
     defined such that at the specified	UST time, the midi stamp is set	to the
     specified value.
     mdSetStartPoint returns 0 on success, and -1 if its ioctl to the midi
     device driver failed.  This should	only occur if the fd of	the device
     driver has	been closed.
     mdSetStampMode(3dm), dmGetUST(3dm)
									PPPPaaaaggggeeee 1111 [ Back ]
 |