Home
last modified time | relevance | path

Searched refs:TR_Speed (Results 1 – 5 of 5) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dtransport_master.cc478 if (_request_mask == TransportRequestType (TR_StartStop|TR_Speed|TR_Locate)) { in allowed_request_string()
484 } else if (_request_mask == TR_Speed) { in allowed_request_string()
H A Denums.cc433 REGISTER_ENUM (TR_Speed); in setup_enum_writer()
H A Dsession_transport.cc765 if (should_ignore_transport_request (origin, TR_Speed)) { in request_transport_speed()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dtransport_masters_dialog.cc509 i->set_active (tm->request_mask() & TR_Speed); in build_request_options()
510 …ect (sigc::bind (sigc::mem_fun (*this, &TransportMastersWidget::Row::mod_request_type), TR_Speed)); in build_request_options()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dtypes.h625 TR_Speed = 0x2, enumerator