|
LMMS
|
Macros | |
| #define | RETURN_ERR(expr) |
Typedefs | |
| typedef void(* | sound_callback_t) (void *data, short *out, int count) |
Functions | |
| static const char * | sound_init (long sample_rate, int buf_size, sound_callback_t, void *data) |
| static void | sound_start () |
| static void | sound_stop () |
| static void | sound_cleanup () |
| static void | sdl_callback (void *data, Uint8 *out, int count) |
Variables | |
| const int | fill_rate = 45 |
| static sound_callback_t | sound_callback |
| static void * | sound_callback_data |
| #define RETURN_ERR | ( | expr | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |