Home
last modified time | relevance | path

Searched refs:automation_run (Results 1 – 13 of 13) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dmute_control.h72 void automation_run (samplepos_t start, pframes_t nframes);
H A Dautomation_control.h109 virtual void automation_run (samplepos_t start, pframes_t nframes);
H A Dautomatable.h94 virtual void automation_run (samplepos_t, pframes_t, bool only_active = false);
H A Dslavable_automation_control.h49 virtual void automation_run (samplepos_t start, pframes_t nframes);
H A Dprocessor.h101 …virtual void silence (samplecnt_t nframes, samplepos_t start_sample) { automation_run (start_sampl… in silence()
H A Dplugin_insert.h90 void automation_run (samplepos_t, pframes_t, bool only_active = false);
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dmute_control.cc184 MuteControl::automation_run (samplepos_t start, pframes_t len) in automation_run() function in MuteControl
H A Dautomatable.cc471 Automatable::automation_run (samplepos_t start, pframes_t nframes, bool only_active) in automation_run() function in Automatable
476 (*ci)->automation_run (start, nframes); in automation_run()
487 c->automation_run (start, nframes); in automation_run()
H A Dautomation_control.cc165 AutomationControl::automation_run (samplepos_t start, pframes_t nframes) in automation_run() function in AutomationControl
H A Dsession_process.cc183 (*i)->automation_run (_transport_sample, nframes); in no_roll()
230 (*i)->automation_run (start_sample, nframes); in process_routes()
H A Dplugin_insert.cc643 PluginInsert::automation_run (samplepos_t start, pframes_t nframes, bool only_active) in automation_run() function in PluginInsert
661 Automatable::automation_run (start_pos, move, only_active); in automation_run()
667 Automatable::automation_run (start, nframes, only_active); in automation_run()
1249 automation_run (start_sample, nframes, true); // evaluate automation only in silence()
1321 automation_run (start_sample, nframes, true); // evaluate automation only in run()
H A Dslavable_automation_control.cc532 SlavableAutomationControl::automation_run (samplepos_t start, pframes_t nframes) in automation_run() function in SlavableAutomationControl
H A Droute.cc367 automation_run (start_sample, nframes); in process_output_buffers()
370 _pannable->automation_run (start_sample + _signal_latency, nframes); in process_output_buffers()
3291 automation_run (now, nframes); in silence_unlocked()
3293 _pannable->automation_run (now, nframes); in silence_unlocked()
3301 pi->automation_run (now, nframes); in silence_unlocked()