Removed the phase freeze processing for now.

This commit is contained in:
xenakios
2019-01-17 15:23:01 +02:00
parent 13e39ca30c
commit 23d63c8827
7 changed files with 11 additions and 63 deletions

View File

@ -88,7 +88,6 @@ const int cpi_octaves_ratio7 = 59;
const int cpi_looping_enabled = 60;
const int cpi_rewind = 61;
const int cpi_dryplayrate = 62;
const int cpi_phase_refresh_rate = 63;
class MyThreadPool : public ThreadPool
{