17 String pcm_override, midi_override;
19 const char *outputfile =
nullptr;
22 int jsonapi_logflags = 1;
24 bool allow_randomization =
true;
25 bool list_drivers =
false;
26 bool play_autostart =
false;
27 double play_autostop = D64MAX;
28 enum ModeT { SYNTHENGINE, CHECK_INTEGRITY_TESTS };
29 ModeT mode = SYNTHENGINE;
35void main_loop_wakeup ();
36void main_loop_autostop_mt ();
The Anklang C++ API namespace.
JobQueue main_jobs(call_main_loop)
Execute a job callback in the Ase main loop.
uint16_t uint16
A 16-bit unsigned integer.
RtJobQueue main_rt_jobs
Queue a callback for the main_loop without invoking malloc(), addition is obstruction free.
Wrap simple callback pointers, without using malloc (obstruction free).
Add a simple callback to the main event loop, without using malloc (obstruction free).