Home
last modified time | relevance | path

Searched refs:PhaseAutomation (Results 1 – 7 of 7) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dphase_control.cc29 : AutomationControl (session, PhaseAutomation, ParameterDescriptor (PhaseAutomation), in PhaseControl()
30 … boost::shared_ptr<AutomationList>(new AutomationList(Evoral::Parameter(PhaseAutomation))), in PhaseControl()
H A Devent_type_map.cc167 p_type = PhaseAutomation; in from_symbol()
260 } else if (t == PhaseAutomation) { in to_symbol()
H A Dparameter_descriptor.cc124 case PhaseAutomation: in ParameterDescriptor()
H A Denums.cc200 REGISTER_ENUM (PhaseAutomation); in setup_enum_writer()
H A Dluabindings.cc2024 .addConst ("PhaseAutomation", ARDOUR::AutomationType(PhaseAutomation)) in common()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/mackie/
H A Dsubview.cc810 …NG_INVALIDATOR, boost::bind (&TrackViewSubview::notify_change, this, PhaseAutomation, global_strip… in setup_vpot()
811 notify_change (PhaseAutomation, global_strip_position, true); in setup_vpot()
862 case PhaseAutomation: in notify_change()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dtypes.h162 PhaseAutomation, enumerator