Contents page

Rules for Tools/pasteclip()


pasteclip()
SYNOPSIS
     void pasteclip(struct Clip *destination, struct Clip *insert,
               long begin)

ARGUMENTS
    `struct Clip  *destination'
          The Clip to paste into.

    `struct Clip  *insert'
          The Clip to insert.

    `long begin'
          Starting time of paste.

DESCRIPTION
     `pasteclip()' places the insert Clip at the `begin' marker in the
     destination Clip, shifting the rest of the destination Clip to the
     right to make room for the insertion.  `pasteclip()' inserts the
     lyrics, time signature changes, and all other Song Parameters as
     well as the MIDI Event list.

SEE
     See clearclip(), dupeclip(), copyclip(), cutclip(), mixclip(),
     loadclip(), saveclip(), clipboard().