mdSetStartPoint(3dm)                                      mdSetStartPoint(3dm)


NAME
     mdSetStartPoint - Define initial MIDI-stamp and UST time values

SYNOPSIS
     #include <dmedia/midi.h>

     int mdSetStartPoint(MDport port, long long time, long long stamp)

DESCRIPTION
     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.

RETURN 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.

SEE ALSO
     mdSetStampMode(3dm), dmGetUST(3dm)


                                                                        Page 1