Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
Ase::MainApp Struct Reference
Inheritance diagram for Ase::MainApp:
[legend]

Public Types

enum  ModeT { SYNTHENGINE , CHECK_INTEGRITY_TESTS }
 

Public Attributes

AudioEngineengine
 
String pcm_override
 
String midi_override
 
WebSocketServerweb_socket_server
 
const charoutputfile
 
std::vector< Stringargs
 
uint16 websocket_port
 
int jsonapi_logflags
 
bool norc
 
bool allow_randomization
 
bool list_drivers
 
bool play_autostart
 
double play_autostop
 
ModeT mode
 

Detailed Description

Definition at line 15 of file main.hh.

Member Enumeration Documentation

◆ ModeT

enum Ase::MainApp::ModeT

Definition at line 28 of file main.hh.

Member Data Documentation

◆ allow_randomization

bool Ase::MainApp::allow_randomization

Definition at line 24 of file main.hh.

◆ args

std::vector<String> Ase::MainApp::args

Definition at line 20 of file main.hh.

◆ engine

AudioEngine* Ase::MainApp::engine

Definition at line 16 of file main.hh.

◆ jsonapi_logflags

int Ase::MainApp::jsonapi_logflags

Definition at line 22 of file main.hh.

◆ list_drivers

bool Ase::MainApp::list_drivers

Definition at line 25 of file main.hh.

◆ midi_override

String Ase::MainApp::midi_override

Definition at line 17 of file main.hh.

◆ mode

ModeT Ase::MainApp::mode

Definition at line 29 of file main.hh.

◆ norc

bool Ase::MainApp::norc

Definition at line 23 of file main.hh.

◆ outputfile

const char* Ase::MainApp::outputfile

Definition at line 19 of file main.hh.

◆ pcm_override

String Ase::MainApp::pcm_override

Definition at line 17 of file main.hh.

◆ play_autostart

bool Ase::MainApp::play_autostart

Definition at line 26 of file main.hh.

◆ play_autostop

double Ase::MainApp::play_autostop

Definition at line 27 of file main.hh.

◆ web_socket_server

WebSocketServer* Ase::MainApp::web_socket_server

Definition at line 18 of file main.hh.

◆ websocket_port

uint16 Ase::MainApp::websocket_port

Definition at line 21 of file main.hh.


The documentation for this struct was generated from the following file: