Added parameter for max capture length
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user