Project initialization, saving and loading.
More...
Project initialization, saving and loading.
◆ AUDIO_ENGINE
| #define AUDIO_ENGINE (PROJECT->engine ()) |
◆ AUDIO_POOL
| #define AUDIO_POOL (PROJECT->audio_pool_.get ()) |
◆ MONITOR_FADER
| #define MONITOR_FADER (PROJECT->controlRoom ()->monitor_fader_) |
◆ P_CHORD_TRACK
| #define P_CHORD_TRACK (TRACKLIST->singletonTracks ()->chordTrack ()) |
◆ P_MARKER_TRACK
| #define P_MARKER_TRACK (TRACKLIST->singletonTracks ()->markerTrack ()) |
◆ P_MASTER_TRACK
| #define P_MASTER_TRACK (TRACKLIST->singletonTracks ()->masterTrack ()) |
◆ P_MODULATOR_TRACK
| #define P_MODULATOR_TRACK (TRACKLIST->singletonTracks ()->modulatorTrack ()) |
◆ PORT_CONNECTIONS_MGR
| #define PORT_CONNECTIONS_MGR (PROJECT->port_connections_manager_.get ()) |
◆ PROJECT
| #define PROJECT (Project::get_active_instance ()) |
◆ ROUTER
| #define ROUTER (&PROJECT->engine ()->graph_dispatcher ()) |
◆ S_PLUGIN_SETTINGS
| #define S_PLUGIN_SETTINGS (SETTINGS->plugin_settings_) |
◆ S_USER_SHORTCUTS
| #define S_USER_SHORTCUTS (SETTINGS->user_shortcuts_) |
◆ SETTINGS
| #define SETTINGS (gZrythm->settings_) |
◆ SNAP_GRID_EDITOR
| #define SNAP_GRID_EDITOR (PROJECT->snapGridEditor ()) |
◆ SNAP_GRID_TIMELINE
| #define SNAP_GRID_TIMELINE (PROJECT->snapGridTimeline ()) |
◆ TRACKLIST
| #define TRACKLIST (PROJECT->tracklist_) |
◆ TRANSPORT
| #define TRANSPORT (PROJECT->transport_) |
◆ ProjectPath
| Enumerator |
|---|
| PLUGINS | Plugins path.
|
| PluginStates | Path for state .ttl files.
|
| PLUGIN_EXT_COPIES | External files for plugin states, under the STATES dir.
|
| PLUGIN_EXT_LINKS | External files for plugin states, under the STATES dir.
|
Definition at line 60 of file project.h.