DragonFly On-Line Manual Pages

Search: Section:  


MIDTOTCL(1)            DragonFly General Commands Manual           MIDTOTCL(1)

NAME

midtotcl - create the tclmidi commands that will generate a MIDI file

SYNOPSIS

midtotcl [-playable] [filename]

DESCRIPTION

midtotcl is a tclmidi(1) script that prints out the tclmidi commands necessary to reconstruct a MIDI file. This is useful for editing existing MIDI files. By default, midtotcl adds commands to print the MIDI to stdout in the form of a Standard Midi File. If the -playable option is specified, midtotcl will add commands to automatically play the MIDI song after building it. The file name may be specified on the command line or read from stdin. See midievents(n) for a discription of the different types of events and their parameters. A similar script is the minfo(1) program that prints the data in a MIDI file.

SEE ALSO

midievents(n) minfo(1)

AUTHORS

Mike Durian - durian@boogie.com DragonFly 6.5-DEVELOPMENT June 8, 1994 DragonFly 6.5-DEVELOPMENT

Search: Section: