Very preliminary tests to allow reacting to incoming MIDI notes

This commit is contained in:
xenakios
2019-01-17 19:26:41 +02:00
parent 57ac702c3f
commit cf3c26989e
3 changed files with 26 additions and 1 deletions

View File

@ -273,6 +273,7 @@ private:
AudioFilePreviewComponent* m_previewcomponent = nullptr;
void saveCaptureBuffer();
SharedResourcePointer<MyThreadPool> m_threadpool;
int m_midinote_to_use = -1;
//==============================================================================
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PaulstretchpluginAudioProcessor)
};