logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

midi_out - Streams a block of MIDI commands into the player. Allegro game programming library.

Description

       Streams  a  block  of MIDI commands into the player in real-time, allowing you to trigger notes, jingles,
       etc, over the top of whatever MIDI file is currently playing.

Name

       midi_out - Streams a block of MIDI commands into the player. Allegro game programming library.

See Also

install_sound(3alleg4), load_midi_patches(3alleg4), midi_recorder(3alleg4)

Allegro                                           version 4.4.3                                midi_out(3alleg4)

Synopsis

#include<allegro.h>voidmidi_out(unsignedchar*data,intlength);

See Also