ALLEGRO_BPM_TO_SECS - Man Page
Allegro 5 API
Synopsis
#include <allegro5/allegro.h> #define ALLEGRO_BPM_TO_SECS(x) (60.0 / (x))
Description
Convert beats per minute to seconds.
Info
Allegro reference manual
Allegro 5 API
#include <allegro5/allegro.h> #define ALLEGRO_BPM_TO_SECS(x) (60.0 / (x))
Convert beats per minute to seconds.