Zrythm
a highly automated and intuitive digital audio workstation
|
Handles recording. More...
Go to the source code of this file.
Data Structures | |
struct | RecordingManager |
Macros | |
#define | RECORDING_MANAGER (gZrythm->recording_manager) |
Functions | |
REALTIME void | recording_manager_handle_recording (RecordingManager *self, const TrackProcessor *track_processor, const EngineProcessTimeInfo *time_nfo) |
Handles the recording logic inside the process cycle. | |
int | recording_manager_process_events (RecordingManager *self) |
GSourceFunc to be added using idle add. | |
RecordingManager * | recording_manager_new () |
Creates the event queue and starts the event loop. | |
void | recording_manager_free (RecordingManager *self) |
Handles recording.
Definition in file recording_manager.h.