Added pause playback feature with fades for smoothing

This commit is contained in:
xenakios
2017-12-14 22:17:45 +02:00
parent 6ad663da47
commit dc86913533
4 changed files with 51 additions and 4 deletions

View File

@ -43,6 +43,7 @@ const int cpi_filter_high = 24;
const int cpi_onsetdetection = 25;
const int cpi_capture_enabled = 26;
const int cpi_num_outchans = 27;
const int cpi_pause_enabled = 28;
class PaulstretchpluginAudioProcessor : public AudioProcessor, public MultiTimer
{