Add option for loading imported file with plugin's state. Use a small loop xfade amount as default.

This commit is contained in:
xenakios
2017-12-26 20:24:10 +02:00
parent 29e46bd008
commit 21b06b8353
3 changed files with 17 additions and 6 deletions

View File

@ -144,6 +144,7 @@ public:
void resetParameters();
void setPreBufferAmount(int x);
int getPreBufferAmount();
bool m_load_file_with_state = true;
private: