Home
last modified time | relevance | path

Searched refs:_pending_automation_state (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dautomation_streamview.cc60 , _pending_automation_state (Off) in AutomationStreamView()
167 _pending_automation_state = state; in set_automation_state()
219 return _pending_automation_state; in automation_state()
H A Dautomation_streamview.h86 ARDOUR::AutoState _pending_automation_state; variable