Remove function which handles the audio buffer outside of the LooperClip

main
Georg Krause 2019-03-19 14:00:46 +01:00
parent 0b5b7bf199
commit 140663b442
1 changed files with 0 additions and 5 deletions

View File

@ -83,11 +83,6 @@ public:
long getActualAudioLength();
size_t audioBufferSize();
AudioBuffer* getAudioBuffer()
{
return _buffer;
}
/// set clip state
void queuePlay(bool=true);
void queueStop();