|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Temporarily disables clip slots. More...
#include "tracktion_Renderer.h"
Public Member Functions | |
| ScopedClipSlotDisabler (Edit &e, Track::Array &ta) | |
Public Attributes | |
| Edit & | edit |
| Track::Array | tracks |
| std::vector< bool > | playSlotClips |
Temporarily disables clip slots.
Useful for rendering
Definition at line 210 of file tracktion_Renderer.h.
| tracktion::engine::Renderer::ScopedClipSlotDisabler::ScopedClipSlotDisabler | ( | Edit & | e, |
| Track::Array & | ta | ||
| ) |
Definition at line 212 of file tracktion_Renderer.h.
| tracktion::engine::Renderer::ScopedClipSlotDisabler::~ScopedClipSlotDisabler | ( | ) |
Definition at line 225 of file tracktion_Renderer.h.
| Edit& tracktion::engine::Renderer::ScopedClipSlotDisabler::edit |
Definition at line 232 of file tracktion_Renderer.h.
| std::vector<bool> tracktion::engine::Renderer::ScopedClipSlotDisabler::playSlotClips |
Definition at line 234 of file tracktion_Renderer.h.
| Track::Array tracktion::engine::Renderer::ScopedClipSlotDisabler::tracks |
Definition at line 233 of file tracktion_Renderer.h.