1midi_time(3) Allegro manual midi_time(3)
23
4
NAME
6midi_time - The current position in the MIDI file, in seconds. Allegro
7game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
extern volatile long midi_time;
14
DESCRIPTION
16Contains the position in seconds in the currently playing midi. This is
17useful if you want to display the current song position in seconds, not
18as beat number.
1920
SEE ALSO
22play_midi(3), midi_pos(3), get_midi_length(3), exmidi(3)
2324
25
26
Allegro version 4.4.3 midi_time(3)