Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Daudiosource.cc93 , _last_scale (0.0) in AudioSource()
110 , _last_scale (0.0) in AudioSource()
508 …if (_first_run || (_last_scale != samples_per_visual_peak) || (_last_map_off != map_off) || (_las… in read_peaks_with_fpp()
554 _last_scale = samples_per_visual_peak; in read_peaks_with_fpp()
601 …if (_first_run || (_last_scale != samples_per_visual_peak) || (_last_map_off != map_off) || (_last… in read_peaks_with_fpp()
670 _last_scale = samples_per_visual_peak; in read_peaks_with_fpp()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Daudiosource.h151 mutable double _last_scale; variable