Add parameter for stretch bypass

This commit is contained in:
xenakios
2018-02-21 19:49:16 +02:00
parent e6a7d26d27
commit 3b6e309232
4 changed files with 8 additions and 4 deletions

View File

@ -58,7 +58,7 @@ const int cpi_max_capture_len = 29;
const int cpi_passthrough = 30;
const int cpi_markdirty = 31;
const int cpi_num_inchans = 32;
const int cpi_playrangeoffset = 33;
const int cpi_bypass_stretch = 33;
class MyPropertiesFile
{