DragonFly On-Line Manual Pages

Search: Section:  


MIDIPUT(N)                             N                            MIDIPUT(N)

NAME

midiput - tclmidi command to insert an event in a MIDI song

SYNOPSIS

midiput MidiID track event

DESCRIPTION

midiput is a tclmidi(1) command that inserts an event in a track of a MIDI song. The first argument is a MIDI song descriptor as returned by midimake(n) or midiread(n). The second argument is the track in the MIDI song. The third argument is the event to insert. See midievents(n), for a description of MIDI events.

RETURN VALUES

midiput returns nothing.

SEE ALSO

tclmidi(1), midiread(n), midimake(n), midiget(n), midievents(n)

AUTHOR

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

Search: Section: