11namespace tracktion {
inline namespace engine
30 bool isMidi()
const override {
return false; }
31 bool isMuted()
const override {
return false; }
void initialise() override
Initialises the Clip.
bool canBeAddedTo(ClipOwner &) override
Tests whether this clip can go on the given parent.
juce::Colour getDefaultColour() const override
Returns the default colour for this clip.
bool isMidi() const override
Returns true if this is a MidiClip.
juce::String getSelectableDescription() override
Subclasses must return a description of what they are.
bool isMuted() const override
Returns true if the clip is muted.
Base class for items that can contain clips.
ID for objects of type EditElement - e.g.