Initial implementation to save buffer after capturing audio. Still need to figure out a proper way to determine the file path where to save to.

This commit is contained in:
xenakios
2018-11-08 20:22:26 +02:00
parent e9f38c78a5
commit 8405ddf2a5
2 changed files with 48 additions and 2 deletions

View File

@ -264,6 +264,8 @@ private:
std::array<AudioParameterBool*, 9> m_sm_enab_pars;
bool m_lastrewind = false;
AudioFilePreviewComponent* m_previewcomponent = nullptr;
void saveCaptureBuffer();
String m_capture_uuid;
//==============================================================================
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PaulstretchpluginAudioProcessor)
};