If capture buffer used, refresh waveform when GUI has been closed and reopened.

This commit is contained in:
xenakios
2017-12-13 05:18:39 +02:00
parent f872a13257
commit e411a99f70
5 changed files with 25 additions and 2 deletions

View File

@ -51,6 +51,8 @@ public:
String setAudioFile(File file);
File getAudioFile();
AudioBuffer<float>* getSourceAudioBuffer();
void setNumOutChannels(int chans);
int getNumOutChannels() { return m_num_outchans; }
double getInfilePositionPercent();