1midi_time(3)                    Allegro manual                    midi_time(3)
2
3
4

NAME

6       midi_time  - The current position in the MIDI file, in seconds. Allegro
7       game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       extern volatile long midi_time;
14

DESCRIPTION

16       Contains the position in seconds in the currently playing midi. This is
17       useful if you want to display the current song position in seconds, not
18       as beat number.
19
20

SEE ALSO

22       play_midi(3), midi_pos(3), get_midi_length(3), exmidi(3)
23
24
25
26Allegro                          version 4.4.3                    midi_time(3)
Impressum