mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-18 19:55:00 -04:00
Make LFO controller accept custom waveforms
This commit is contained in:
@@ -894,6 +894,23 @@ QString SampleBuffer::openAudioFile() const
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
QString SampleBuffer::openAndSetAudioFile()
|
||||
{
|
||||
QString fileName = this->openAudioFile();
|
||||
|
||||
if(!fileName.isEmpty())
|
||||
{
|
||||
this->setAudioFile( fileName );
|
||||
}
|
||||
|
||||
return fileName;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#undef LMMS_HAVE_FLAC_STREAM_ENCODER_H /* not yet... */
|
||||
#undef LMMS_HAVE_FLAC_STREAM_DECODER_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user