DragonFly On-Line Manual Pages

Search: Section:  


MIDISPLIT(N)                           N                          MIDISPLIT(N)

NAME

midisplit - tclmidi command to split a track into a meta track and an other track

SYNOPSIS

midisplit {srcMidiId srcTrack} {metaMidiID metaTrack} {otherMidiID otherTrack}

DESCRIPTION

midisplit is a tclmidi(1) command that splits one track into two tracks. The first of the resulting tracks will contain only meta events, while the second will contain all other events. Both tracks will be terminated with a MetaEndOfTrack event. The first argument is a list that contains the MIDI song descriptor of the source track and the track number in that song. The second argument is a similar list for the track where meta events should go, and the third argument is a list describing where the remaining events should go. The MIDI song descriptors should be values returned by either midiread(n) or midimake(n).

RETURN VALUES

midisplit returns nothing.

SEE ALSO

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

AUTHOR

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

Search: Section: