Home
last modified time | relevance | path

Searched refs:TransportRequestType (Results 1 – 10 of 10) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dtransport_master.h60 …LIBARDOUR_API extern PBD::PropertyDescriptor<ARDOUR::TransportRequestType> allowed_transport_reque…
385 virtual bool allow_request (TransportRequestSource, TransportRequestType) const;
388 TransportRequestType request_mask () const in request_mask()
392 void set_request_mask (TransportRequestType);
420 …PBD::Property<TransportRequestType> _request_mask; /* lists transport requests still accepted when…
758 bool allow_request (TransportRequestSource, TransportRequestType) const;
H A Dtypes_convert.h78 DEFINE_ENUM_CONVERT(ARDOUR::TransportRequestType) in DEFINE_ENUM_CONVERT()
H A Dtypes.h623 enum TransportRequestType { enum
H A Dsession.h1819 bool should_ignore_transport_request (TransportRequestSource, TransportRequestType);
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dtransport_master.cc42 PBD::PropertyDescriptor<TransportRequestType> allowed_transport_requests;
73 , _request_mask (Properties::allowed_transport_requests, TransportRequestType (0)) in TransportMaster()
469 TransportMaster::allow_request (TransportRequestSource src, TransportRequestType type) const in allow_request()
478 if (_request_mask == TransportRequestType (TR_StartStop|TR_Speed|TR_Locate)) { in allowed_request_string()
480 } else if (_request_mask == TransportRequestType (0)) { in allowed_request_string()
496 TransportMaster::set_request_mask (TransportRequestType t) in set_request_mask()
H A Dengine_slave.cc130 Engine_TransportMaster::allow_request (TransportRequestSource src, TransportRequestType type) const in allow_request()
H A Denums.cc101 TransportRequestType _TransportRequestType; in setup_enum_writer()
H A Dsession_transport.cc715 Session::should_ignore_transport_request (TransportRequestSource src, TransportRequestType type) in should_ignore_transport_request()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dtransport_masters_dialog.h101 void mod_request_type (ARDOUR::TransportRequestType);
H A Dtransport_masters_dialog.cc519 TransportMastersWidget::Row::mod_request_type (TransportRequestType t) in mod_request_type()
521 …tm->set_request_mask (TransportRequestType ((tm->request_mask() & t) ? (tm->request_mask() & ~t) :… in mod_request_type()