#include "track.hh"
Classes | |
class | ClipScout |
Public Types | |
enum | { NONE } |
enum | Cmd { STOP , START } |
![]() | |
using | MemberAccessF = std::function< bool(GadgetImpl *, const Value *, Value *)> |
using | MemberClassT = bool(*)(const SharedBase &) |
using | MemberInfosP = const StringS &(*)() |
Public Member Functions | |
void | _activate () override |
AudioProcessorP | _audio_processor () const override |
void | _deactivate () override |
void | _set_event_source (AudioProcessorP esource) override |
void | _set_parent (GadgetImpl *parent) override |
DeviceP | access_device () override |
ssize_t | clip_index (const ClipImpl &clip) const |
int | clip_succession (const ClipImpl &clip) const |
MonitorP | create_monitor (int32 ochannel) override |
DeviceInfo | device_info () override |
bool | is_master () const override |
ClipS | launcher_clips () override |
int32 | midi_channel () const override |
void | midi_channel (int32 midichannel) override |
ProjectImpl * | project () const |
void | queue_cmd (CallbackS &, Cmd cmd, double arg=0) |
void | queue_cmd (DCallbackS &, Cmd cmd) |
TelemetryFieldS | telemetry () const override |
TrackImpl (ProjectImpl &, bool masterflag) | |
void | update_clips () |
![]() | |
void | _disconnect_remove () override |
bool | gui_supported () override |
void | gui_toggle () override |
bool | gui_visible () override |
bool | is_active () override |
DeviceS | list_devices () override |
![]() | |
GadgetImpl * | _parent () const override |
template<class O , class M > | |
void | _register_parameter (O *, M *, const Param::ExtraVals &) const |
PropertyS | access_properties () override |
Value | get_data (const String &key) const override |
bool | set_data (const String &key, const Value &v) override |
String | type_nick () const override |
![]() | |
void | emit_event (const String &type, const String &detail, const ValueR fields={}) override |
void | emit_notify (const String &detail) override |
ASE_USE_RESULT Connection | on_event (const String &eventselector, const EventHandler &eventhandler) override |
![]() | |
void | js_trigger (const String &eventselector, JsTrigger callback) |
![]() | |
template<class T > | |
bool | del_custom_data (CustomDataKey< T > *key) |
template<class T > | |
T | get_custom_data (CustomDataKey< T > *key) const |
template<class T > | |
bool | has_custom_data (CustomDataKey< T > *key) const |
template<class T > | |
void | set_custom_data (CustomDataKey< T > *key, T data) |
![]() | |
ProjectImpl * | _project () const |
virtual PropertyP | access_property (String ident) |
Value | get_value (String ident) |
virtual StringS | list_properties () |
bool | set_value (String ident, const Value &v) |
![]() | |
Track * | _track () const |
void | remove_self () |
Protected Member Functions | |
String | fallback_name () const override |
void | serialize (WritNode &xs) override |
![]() | |
DeviceImpl () | |
![]() | |
virtual void | create_properties () |
uint64_t | gadget_flags () const |
uint64_t | gadget_flags (uint64_t setbits, uint64_t mask=~uint64_t(0)) |
virtual bool | name_ (const std::string *n, std::string *q) override |
virtual | ~GadgetImpl () |
![]() | |
virtual | ~ObjectImpl ()=0 |
![]() | |
virtual | ~EmittableImpl () |
![]() | |
virtual | ~VirtualBase () noexcept=0 |
![]() | |
virtual | ~Object ()=0 |
![]() | |
void | custom_data_destroy () |
~CustomDataContainer () | |
![]() | |
Gadget () | |
![]() | |
Device () | |
Additional Inherited Members | |
![]() | |
static DeviceInfo | extract_info (const String &aseid, const AudioProcessor::StaticInfo &static_info) |
![]() | |
Member<&Gadget::name_ > | name |
![]() | |
Member<&Device::devs_ > | devs |
![]() | |
enum | : uint64_t { GADGET_DESTROYED , DEVICE_ACTIVE , MASTER_TRACK } |
![]() | |
static String | canonify_key (const String &input) |
![]() | |
PropertyImplS | props_ |
Ase::Track implementation.
enum Cmd |
|
explicit |
|
overrideprotectedvirtual |
Reimplemented from GadgetImpl.
|
overrideprotectedvirtual |
Serialize members and childern.
Reimplemented from GadgetImpl.
|
overridevirtual |
Add AudioProcessor to the Engine and start processing.
Reimplemented from DeviceImpl.
|
overridevirtual |
Stop processing the corresponding AudioProcessor.
Reimplemented from DeviceImpl.
|
overridevirtual |
Retrieve the corresponding AudioProcessor.
Implements Device.
|
overridevirtual |
Implements Device.
|
overridevirtual |
Assign parent container.
Reimplemented from DeviceImpl.
|
overridevirtual |
ProjectImpl * project | ( | ) | const |
|
overridevirtual |
Flag set on the main output track.
Implements Track.
|
overridevirtual |
Midi channel assigned to this track, 0 uses internal per-track channel.
Implements Track.
|
overridevirtual |
Retrieve the list of clips that can be directly played.
Implements Track.
void update_clips | ( | ) |
ssize_t clip_index | ( | const ClipImpl & | clip | ) | const |
int clip_succession | ( | const ClipImpl & | clip | ) | const |
|
overridevirtual |
void queue_cmd | ( | DCallbackS & | queue, |
Cmd | cmd | ||
) |