|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
An area of the edit currently control by a control surface. More...
#include "tracktion_ExternalControllerManager.h"
Public Member Functions | |
| bool | contains (ClipSlot &) const |
| bool | isLeft (ClipSlot &) const |
| bool | isRight (ClipSlot &) const |
| bool | isTop (ClipSlot &) const |
| bool | isBottom (ClipSlot &) const |
Public Attributes | |
| juce::Colour | colour |
| Track & | firstTrack |
| Track & | lastTrack |
| int | firstScene |
| int | lastScene |
An area of the edit currently control by a control surface.
Definition at line 15 of file tracktion_ExternalControllerManager.h.
| bool tracktion::engine::ColourArea::contains | ( | ClipSlot & | clipSlot | ) | const |
Definition at line 14 of file tracktion_ExternalControllerManager.cpp.
| bool tracktion::engine::ColourArea::isBottom | ( | ClipSlot & | clipSlot | ) | const |
Definition at line 68 of file tracktion_ExternalControllerManager.cpp.
| bool tracktion::engine::ColourArea::isLeft | ( | ClipSlot & | clipSlot | ) | const |
Definition at line 28 of file tracktion_ExternalControllerManager.cpp.
| bool tracktion::engine::ColourArea::isRight | ( | ClipSlot & | clipSlot | ) | const |
Definition at line 41 of file tracktion_ExternalControllerManager.cpp.
| bool tracktion::engine::ColourArea::isTop | ( | ClipSlot & | clipSlot | ) | const |
Definition at line 54 of file tracktion_ExternalControllerManager.cpp.
| juce::Colour tracktion::engine::ColourArea::colour |
Definition at line 17 of file tracktion_ExternalControllerManager.h.
| int tracktion::engine::ColourArea::firstScene |
Definition at line 20 of file tracktion_ExternalControllerManager.h.
| Track& tracktion::engine::ColourArea::firstTrack |
Definition at line 18 of file tracktion_ExternalControllerManager.h.
| int tracktion::engine::ColourArea::lastScene |
Definition at line 21 of file tracktion_ExternalControllerManager.h.
| Track& tracktion::engine::ColourArea::lastTrack |
Definition at line 19 of file tracktion_ExternalControllerManager.h.