mirror of
https://github.com/LMMS/lmms.git
synced 2026-02-02 18:54:29 -05:00
AudioFileProcessor: update amp model when new sample is loaded (#8198)
This commit is contained in:
@@ -320,6 +320,7 @@ void AudioFileProcessor::setAudioFile(const QString& _audio_file, bool _rename)
|
||||
|
||||
m_sample = Sample(SampleBuffer::fromFile(_audio_file));
|
||||
loopPointChanged();
|
||||
ampModelChanged();
|
||||
reverseModelChanged();
|
||||
emit sampleUpdated();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user