Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

ALLEGRO_BPM_TO_SECS - Allegro 5 API

Description

       Convert beats per minute to seconds.

Allegro reference manual                                                            ALLEGRO_BPM_TO_SECS(3alleg5)

Name

       ALLEGRO_BPM_TO_SECS - Allegro 5 API

Synopsis

              #include <allegro5/allegro.h>

              #define ALLEGRO_BPM_TO_SECS(x)        (60.0 / (x))

See Also