#include "main.hh"
Public Types | |
enum | ModeT { SYNTHENGINE , CHECK_INTEGRITY_TESTS } |
Public Attributes | |
bool | allow_randomization |
std::vector< String > | args |
AudioEngine * | engine |
int | jsonapi_logflags |
bool | list_drivers |
String | midi_override |
ModeT | mode |
bool | norc |
const char * | outputfile |
String | pcm_override |
bool | play_autostart |
double | play_autostop |
WebSocketServer * | web_socket_server |
uint16 | websocket_port |
enum ModeT |
AudioEngine* engine |
String pcm_override |
String midi_override |
WebSocketServer* web_socket_server |
const char* outputfile |
std::vector<String> args |
uint16 websocket_port |
int jsonapi_logflags |
bool norc |
bool allow_randomization |
bool list_drivers |
bool play_autostart |
double play_autostop |
ModeT mode |