.\" Generated by the Allegro makedoc utility .TH midi_time 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME midi_time \- The current position in the MIDI file, in seconds. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B extern volatile long midi_time; .SH DESCRIPTION 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. .SH SEE ALSO .BR play_midi (3alleg4), .BR midi_pos (3alleg4), .BR get_midi_length (3alleg4), .BR exmidi (3alleg4)