DragonFly On-Line Manual Pages

Search: Section:  


MIDIWRITE(N)                           N                          MIDIWRITE(N)

NAME

midiwrite - tclmidi command to write a MIDI song as a Standard MIDI File

SYNOPSIS

midiwrite FileID MidiID

DESCRIPTION

midiwrite is a tclmidi(1) command that writes a MIDI song to an open tcl file descriptor in the form of a Standard MIDI File. This command takes two arguments. The first is a tcl file descriptor as returned by the tcl command open(n), the string ``stdout'' or ``stderr.'' The second argument is a MIDI song descriptor as returned by midimake(n) or midiread(n).

RETURN VALUES

midiwrite does not return anything.

SEE ALSO

tclmidi(1), open(n), midiread(n), midimake(n)

AUTHOR

Mike Durian - durian@boogie.com DragonFly 6.5-DEVELOPMENT January 30, 1994 DragonFly 6.5-DEVELOPMENT

Search: Section: