midi_time
The current position in the MIDI file, in seconds. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-2)
- Source: allegro4.4
- Report a bug
The current position in the MIDI file, in seconds. Allegro game programming library.
#include <allegro.h>
extern volatile long midi_time;
Contains the position in seconds in the currently playing midi. This is useful if you want to display the current song position in seconds, not as beat number.
play_midi(3alleg4), midi_pos(3alleg4), get_midi_length(3alleg4), exmidi(3alleg4)