Set default directory to the waveform directory when opening an audio file for a user-defined waveform

This commit is contained in:
Vesa
2014-01-31 17:39:44 +02:00
parent 4bcc31a80c
commit 37ad60a704
5 changed files with 22 additions and 4 deletions

View File

@@ -138,7 +138,7 @@ OscillatorObject::~OscillatorObject()
void OscillatorObject::oscUserDefWaveDblClick()
{
QString af = m_sampleBuffer->openAndSetAudioFile();
QString af = m_sampleBuffer->openAndSetWaveformFile();
if( af != "" )
{
// TODO: