Fix envelope tilt. Add envelope y scale and tilt as plugin parameters

This commit is contained in:
xenakios
2018-02-28 14:36:13 +02:00
parent f5995807f4
commit 3816194fbf
5 changed files with 15 additions and 3 deletions

View File

@ -62,6 +62,8 @@ const int cpi_num_inchans = 32;
const int cpi_bypass_stretch = 33;
const int cpi_freefilter_shiftx = 34;
const int cpi_freefilter_shifty = 35;
const int cpi_freefilter_scaley = 36;
const int cpi_freefilter_tilty = 37;
class MyPropertiesFile
{