DragonFly On-Line Manual Pages

Search: Section:  


MIDIREWIND(N)                          N                         MIDIREWIND(N)

NAME

midirewind - tclmidi command to reset a MIDI song pointer to the beginning

SYNOPSIS

midirewind mfileId [track]

DESCRIPTION

midirewind is a tclmidi(1) command that sets the internal place keeper of a MIDI song to the beginning. The first argument is a MIDI song descriptor as returned by midimake(n) or midiread(n). An optional second argument may also be specified to rewind only a specific track. This argument should be a track number. Without a second argument, all tracks in the MIDI song are rewound. midirewind affects all future calls to midiget(n) for the song.

RETURN VALUES

midirewind does not return anything.

SEE ALSO

tclm(1), midiread(n), midimake(n), midiget(n)

AUTHOR

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

Search: Section: