15namespace tracktion::inline engine
25 globalReturnToArrangement,
42 currentGroupRoundRobin,
68std::function<void (MonotonicBeat)> createFollowAction (Clip&);
87 void removeAction (
Action&);
108 static tracktion::engine::FollowAction fromVar (
const var& v)
111 return followActionFromString (v.
toString()).value_or (FollowAction::none);
114 static var toVar (tracktion::engine::FollowAction v)
const String & toString() const noexcept
Declarations from this namespaces are inlined into tracktion.
std::optional< FollowAction > followActionFromString(juce::String s)
Converts a string to a FollowAction if possible.
std::optional< FollowAction > followActionFromChoice(juce::String)
Converts a FollowAction choice to a FollowAction if possible.
FollowAction
Determines the type of action to perform after a Clip has played for a set period.