Attempt to provide some factory presets, but getting messy...Readme changes.

This commit is contained in:
xenakios
2017-12-27 22:20:44 +02:00
parent 22aaaeb836
commit 843af8a8f9
4 changed files with 145 additions and 73 deletions

View File

@ -145,6 +145,8 @@ public:
void setPreBufferAmount(int x);
int getPreBufferAmount();
bool m_load_file_with_state = true;
ValueTree getStateTree();
void setStateFromTree(ValueTree tree);
private:
@ -181,6 +183,8 @@ private:
bool m_last_host_playing = false;
AudioBuffer<float> m_input_buffer;
std::vector<float> m_reset_pars;
int m_cur_program = 0;
void setParameters(const std::vector<double>& pars);
//==============================================================================
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PaulstretchpluginAudioProcessor)
};