#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
◆ hylia_t
◆ hylia_time_info_t
◆ hylia_cleanup()
◆ hylia_create()
◆ hylia_enable()
◆ hylia_process()
◆ hylia_set_beats_per_bar()
| void hylia_set_beats_per_bar |
( |
hylia_t * | link, |
|
|
double | beatsPerBar ) |
◆ hylia_set_beats_per_minute()
| void hylia_set_beats_per_minute |
( |
hylia_t * | link, |
|
|
double | beatsPerMinute ) |
◆ hylia_set_output_latency()
◆ hylia_set_start_stop_sync_enabled()
| void hylia_set_start_stop_sync_enabled |
( |
hylia_t * | link, |
|
|
bool | enabled ) |
◆ hylia_start_playing()
◆ hylia_stop_playing()