Add free filter envelope transforms as plugin parameters etc!

This commit is contained in:
xenakios
2018-02-28 14:20:26 +02:00
parent 9774af6e62
commit f5995807f4
5 changed files with 21 additions and 9 deletions

View File

@ -60,6 +60,8 @@ const int cpi_passthrough = 30;
const int cpi_markdirty = 31;
const int cpi_num_inchans = 32;
const int cpi_bypass_stretch = 33;
const int cpi_freefilter_shiftx = 34;
const int cpi_freefilter_shifty = 35;
class MyPropertiesFile
{