Try handling multichannel stuff. Not going too well, looks like the plugin will need to get a setting to set the actual number of output channels that will be processed...

This commit is contained in:
xenakios
2017-11-14 03:13:32 +02:00
parent b2cdb3aa85
commit 836dad1e7d
3 changed files with 6 additions and 22 deletions

View File

@ -74,6 +74,7 @@ private:
int m_rec_pos = 0;
void finishRecording(int lenrecorded);
bool m_using_memory_buffer = true;
int m_cur_num_out_chans = 2;
std::mutex m_mutex;
//==============================================================================
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PaulstretchpluginAudioProcessor)