Home
last modified time | relevance | path

Searched refs:gain_timeout (Results 1 – 6 of 6) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/osc/
H A Dosc_cue_observer.cc96 gain_timeout.push_back (0); in refresh_strip()
134 for (uint32_t i = 0; i < gain_timeout.size(); i++) { in tick()
135 if (gain_timeout[i]) { in tick()
136 if (gain_timeout[i] == 1) { in tick()
139 gain_timeout[i]--; in tick()
164 gain_timeout.push_back (0); in send_init()
189 gain_timeout.clear (); in send_end()
246 gain_timeout[id] = 8; in send_gain_message()
H A Dosc_cue_observer.h59 std::vector<uint32_t> gain_timeout; variable
H A Dosc_route_observer.h70 uint32_t gain_timeout; variable
H A Dosc_route_observer.cc423 if (gain_timeout) { in tick()
424 if (gain_timeout == 1) { in tick()
427 gain_timeout--; in tick()
613 gain_timeout = 8; in send_gain_message()
H A Dosc_select_observer.h75 uint32_t gain_timeout; variable
H A Dosc_select_observer.cc614 if (gain_timeout) { in tick()
615 if (gain_timeout == 1) { in tick()
618 gain_timeout--; in tick()
958 gain_timeout = 8; in gain_message()