Contents page

Rules for Tools/mixclip()


mixclip()
SYNOPSIS
     void mixclip(struct Clip *destination, struct Clip *mix,
             long begin)

ARGUMENTS
    `struct Clip  *destination'
          The Clip to mix clip into.

    `struct Clip  *mix'
          The source Clip.

    `long begin'
          Starting time of mix.

DESCRIPTION
     `mixclip()' merges the mix Clip with the destination Clip,
     starting at `begin' in the destination Clip.  `mixclip()' merges
     only the MIDI Event list and ignores the Song Parameters.

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