|
void | add_job_mt (EngineJobImpl *aejob, const AudioEngine::JobQueue *jobqueue) |
|
| AudioEngineThread (const VoidF &, uint, SpeakerArrangement, const FastMemory::Block &) |
|
void | capture_start (const String &filename, bool needsrunning) |
|
void | capture_stop () |
|
void | create_processors_ml () |
|
bool | driver_dispatcher (const LoopState &state) |
|
void | enable_output (AudioProcessor &aproc, bool onoff) |
|
String | engine_stats_string (uint64_t stats) const |
|
AudioProcessorP | get_event_source () |
|
ProjectImplP | get_project () |
|
void | ipc_dispatch () |
|
bool | ipc_pending () |
|
bool | pcm_check_write (bool write_buffer, int64 *timeout_usecs_p=nullptr) |
|
bool | process_jobs (AtomicIntrusiveStack< EngineJobImpl > &joblist) |
|
void | queue_user_note (const String &channel, UserNote::Flags flags, const String &text) |
|
void | run (StartQueue *sq) |
|
void | schedule_add (AudioProcessor &aproc, uint level) |
|
void | schedule_clear () |
|
void | schedule_queue_update () |
|
void | schedule_render (uint64 frames) |
|
void | set_project (ProjectImplP project) |
|
void | start_threads_ml () |
|
void | stop_threads_ml () |
|
void | update_driver_set (DriverSet &dset) |
|
void | wakeup_thread_mt () |
|
virtual | ~AudioEngineThread () |
|
uint64_t | block_size () const |
|
String | engine_stats (uint64_t stats) const |
|
uint64_t | frame_counter () const |
|
AudioProcessorP | get_event_source () |
|
ProjectImplP | get_project () |
|
double | inyquist () const |
|
void | ipc_dispatch () |
|
bool | ipc_pending () |
|
uint | nyquist () const |
|
void | queue_capture_start (CallbackS &, const String &filename, bool needsrunning) |
|
void | queue_capture_stop (CallbackS &) |
|
uint | sample_rate () const |
|
void | set_autostop (uint64_t nsamples) |
|
void | set_project (ProjectImplP project) |
|
SpeakerArrangement | speaker_arrangement () const |
|
void | start_threads () |
|
void | stop_threads () |
|
const AudioTransport & | transport () const |
|
bool | update_drivers (const String &pcm, uint latency_ms, const StringS &midis) |
|
void | wakeup_thread_mt () |
|