Added parameter for max capture length

This commit is contained in:
xenakios
2017-12-18 19:48:40 +02:00
parent f3d769504d
commit 8c9749a90c
2 changed files with 7 additions and 0 deletions

View File

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