Moved dry source playback into its own method. Allow moving waveform time selection without having to press shift

This commit is contained in:
xenakios
2018-02-23 17:43:29 +02:00
parent 531d2e221b
commit 1f24ffb1b6
5 changed files with 31 additions and 19 deletions

View File

@ -167,6 +167,7 @@ private:
double m_rec_pos = 0.0;
bool m_lock_timesel_set = false;
bool m_using_audio_buffer = false;
bool m_is_at_selection_drag_area = false;
void updateCachedImage();
double viewXToNormalized(double xcor)
{