Remove the freeze seek code as it wasn't working. Best to postpone until the stretcher code has been rewritten.

This commit is contained in:
xenakios
2018-04-23 20:55:25 +03:00
parent 2d5064743c
commit 2f3a526291
2 changed files with 3 additions and 15 deletions

View File

@ -130,7 +130,7 @@ private:
double m_seekpos = 0.0;
bool m_freezing = false;
bool m_do_freeze_seek = false;
int m_pause_state = 0;
Range<double> m_playrange{ 0.0,1.0 };
int64_t m_rand_count = 0;