Remove import file parameter and replace with spectrum module select parameter

This commit is contained in:
xenakios
2018-03-03 22:48:24 +02:00
parent 219a0b9a49
commit e1b0f6aaad
4 changed files with 14 additions and 16 deletions

View File

@ -67,7 +67,7 @@ const int cpi_freefilter_tilty = 37;
const int cpi_freefilter_randomy_numbands = 38;
const int cpi_freefilter_randomy_rate = 39;
const int cpi_freefilter_randomy_amount = 40;
const int cpi_import_file = 41;
const int cpi_select_spec_module = 41;
class MyPropertiesFile
{