Contents page

Rules for Tools/createtrack()


createtrack()
SYNOPSIS
          struct Track *createtrack(char fill)

ARGUMENTS
    `char fill'
          Flag to install PipeLine.

DESCRIPTION
     `createtrack()' creates a Track structure and initializes it.  If
     you set the fill flag, `createtrack()' names the track and
     installs MIDI In and Out Tools in it.

     `createtrack()' is useful for Accessories that read other file
     formats into Bars&Pipes.  See the source code for MuFFy for an
     example.