Ardour  9.0-pre0-582-g084a23a80d
ARDOUR::TimecodeTransportMaster Class Referenceabstract

#include <transport_master.h>

Inheritance diagram for ARDOUR::TimecodeTransportMaster:
[legend]

Public Member Functions

 TimecodeTransportMaster (std::string const &name, SyncSource type)
 
virtual Timecode::TimecodeFormat apparent_timecode_format () const =0
 
bool apparent_timecode_format_valid () const
 
bool fr2997 () const
 
void set_fr2997 (bool)
 
- Public Member Functions inherited from ARDOUR::TransportMaster
 TransportMaster (SyncSource t, std::string const &name)
 
virtual ~TransportMaster ()
 
virtual void pre_process (pframes_t nframes, samplepos_t now, std::optional< samplepos_t >)=0
 
virtual bool speed_and_position (double &speed, samplepos_t &position, samplepos_t &lp, samplepos_t &when, samplepos_t now)
 
virtual void reset (bool with_position)=0
 
virtual bool locked () const =0
 
virtual bool ok () const =0
 
virtual bool usable () const
 
virtual bool starting () const
 
virtual samplecnt_t resolution () const =0
 
virtual samplecnt_t update_interval () const =0
 
virtual bool requires_seekahead () const =0
 
virtual samplecnt_t seekahead_distance () const
 
virtual bool sample_clock_synced () const
 
virtual void set_sample_clock_synced (bool)
 
virtual std::string delta_string () const
 
sampleoffset_t current_delta () const
 
virtual std::string position_string () const =0
 
virtual bool can_loop () const
 
virtual Locationloop_location () const
 
bool has_loop () const
 
SyncSource type () const
 
TransportRequestSource request_type () const
 
std::string name () const
 
void set_name (std::string const &)
 
int set_state (XMLNode const &, int)
 
XMLNodeget_state () const
 
virtual void set_session (Session *)
 
std::shared_ptr< Portport () const
 
bool check_collect ()
 
virtual void set_collect (bool)
 
bool collect () const
 
virtual void init ()=0
 
virtual void check_backend ()
 
virtual bool allow_request (TransportRequestSource, TransportRequestType) const
 
std::string allowed_request_string () const
 
TransportRequestType request_mask () const
 
void set_request_mask (TransportRequestType)
 
bool removeable () const
 
void set_removeable (bool yn)
 
std::string display_name (bool sh=true) const
 
virtual void unregister_port ()
 
void connect_port_using_state ()
 
virtual void create_port ()=0
 
- Public Member Functions inherited from PBD::Stateful
 Stateful ()
 
virtual ~Stateful ()
 
virtual bool apply_change (PropertyBase const &)
 
PropertyChange apply_changes (PropertyList const &)
 
const OwnedPropertyListproperties () const
 
void add_property (PropertyBase &s)
 
void add_extra_xml (XMLNode &)
 
XMLNodeextra_xml (const std::string &str, bool add_if_missing=false)
 
void save_extra_xml (const XMLNode &)
 
const PBD::IDid () const
 
bool set_id (const XMLNode &)
 
void set_id (const std::string &)
 
void reset_id ()
 
void clear_changes ()
 
virtual void clear_owned_changes ()
 
PropertyListget_changes_as_properties (PBD::Command *) const
 
virtual void rdiff (std::vector< PBD::Command * > &) const
 
bool changed () const
 
virtual PropertyListproperty_factory (const XMLNode &) const
 
virtual void suspend_property_changes ()
 
virtual void resume_property_changes ()
 
bool property_changes_suspended () const
 

Protected Member Functions

void register_properties ()
 
- Protected Member Functions inherited from ARDOUR::TransportMaster
virtual void connection_handler (std::weak_ptr< ARDOUR::Port >, std::string name1, std::weak_ptr< ARDOUR::Port >, std::string name2, bool yn)
 
virtual std::string format_delta_time (sampleoffset_t) const
 
- Protected Member Functions inherited from PBD::Stateful
void add_instant_xml (XMLNode &, const std::string &directory_path)
 
XMLNodeinstant_xml (const std::string &str, const std::string &directory_path)
 
void add_properties (XMLNode &) const
 
PropertyChange set_values (XMLNode const &)
 
virtual void post_set (const PropertyChange &)
 
virtual void send_change (const PropertyChange &)
 
virtual void mid_thaw (const PropertyChange &)
 
bool regenerate_xml_or_string_ids () const
 

Protected Attributes

samplepos_t timecode_offset
 
bool timecode_negative_offset
 
bool timecode_format_valid
 
- Protected Attributes inherited from ARDOUR::TransportMaster
SyncSource _type
 
PBD::Property< std::string > _name
 
Session_session
 
sampleoffset_t _current_delta
 
bool _pending_collect
 
bool _removeable
 
PBD::Property< TransportRequestType_request_mask
 
PBD::Property< bool > _sclock_synced
 
PBD::Property< bool > _collect
 
PBD::Property< bool > _connected
 
SafeTime current
 
int transport_direction
 
int dll_initstate
 
double t0
 
double t1
 
double e2
 
double b
 
double c
 
std::shared_ptr< Port_port
 
XMLNode port_node
 
PBD::ScopedConnection port_connection
 
PBD::ScopedConnection backend_connection
 
- Protected Attributes inherited from PBD::Stateful
XMLNode_extra_xml
 
XMLNode_instant_xml
 
PBD::PropertyChange _pending_changed
 
Glib::Threads::Mutex _lock
 
std::string _xml_node_name
 name of node to use for this object in XML More...
 
OwnedPropertyList_properties
 

Private Attributes

PBD::Property< bool > _fr2997
 

Additional Inherited Members

- Static Public Member Functions inherited from ARDOUR::TransportMaster
static std::shared_ptr< TransportMasterfactory (SyncSource, std::string const &, bool removeable)
 
static std::shared_ptr< TransportMasterfactory (XMLNode const &)
 
static void make_property_quarks ()
 
- Public Attributes inherited from PBD::Stateful
PBD::Signal< void(const PropertyChange &)> PropertyChanged
 
- Static Public Attributes inherited from ARDOUR::TransportMaster
static const std::string state_node_name
 
- Static Public Attributes inherited from PBD::Stateful
static int current_state_version
 
static int loading_state_version
 

Detailed Description

Definition at line 480 of file transport_master.h.

Constructor & Destructor Documentation

◆ TimecodeTransportMaster()

ARDOUR::TimecodeTransportMaster::TimecodeTransportMaster ( std::string const &  name,
SyncSource  type 
)

Member Function Documentation

◆ apparent_timecode_format()

virtual Timecode::TimecodeFormat ARDOUR::TimecodeTransportMaster::apparent_timecode_format ( ) const
pure virtual

◆ apparent_timecode_format_valid()

bool ARDOUR::TimecodeTransportMaster::apparent_timecode_format_valid ( ) const
inline

Definition at line 487 of file transport_master.h.

◆ fr2997()

bool ARDOUR::TimecodeTransportMaster::fr2997 ( ) const
inline

Definition at line 491 of file transport_master.h.

◆ register_properties()

void ARDOUR::TimecodeTransportMaster::register_properties ( )
protectedvirtual

Reimplemented from ARDOUR::TransportMaster.

◆ set_fr2997()

void ARDOUR::TimecodeTransportMaster::set_fr2997 ( bool  )

Member Data Documentation

◆ _fr2997

PBD::Property<bool> ARDOUR::TimecodeTransportMaster::_fr2997
private

Definition at line 505 of file transport_master.h.

◆ timecode_format_valid

bool ARDOUR::TimecodeTransportMaster::timecode_format_valid
protected

Definition at line 502 of file transport_master.h.

◆ timecode_negative_offset

bool ARDOUR::TimecodeTransportMaster::timecode_negative_offset
protected

Definition at line 501 of file transport_master.h.

◆ timecode_offset

samplepos_t ARDOUR::TimecodeTransportMaster::timecode_offset
protected

Definition at line 500 of file transport_master.h.


The documentation for this class was generated from the following file: