Try adding parameter to open the import file dialog, but now working right at the moment

This commit is contained in:
xenakios
2018-03-03 22:19:02 +02:00
parent 9a17b7b6c6
commit 47bf763408
4 changed files with 19 additions and 1 deletions

View File

@ -67,6 +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;
class MyPropertiesFile
{
@ -178,6 +179,7 @@ public:
Range<double> m_wave_view_range;
int m_prepare_count = 0;
shared_envelope m_free_filter_envelope;
bool m_import_dlg_open = false;
private: