Set default directory to the waveform directory when opening an audio file for a user-defined waveform
This commit is contained in:
@@ -138,7 +138,7 @@ OscillatorObject::~OscillatorObject()
|
||||
|
||||
void OscillatorObject::oscUserDefWaveDblClick()
|
||||
{
|
||||
QString af = m_sampleBuffer->openAndSetAudioFile();
|
||||
QString af = m_sampleBuffer->openAndSetWaveformFile();
|
||||
if( af != "" )
|
||||
{
|
||||
// TODO:
|
||||
|
||||
Reference in New Issue
Block a user