AudioFileProcessor: update amp model when new sample is loaded (#8198)

This commit is contained in:
Yohanan authored and GitHub committed 2026-01-19 10:58:14 -05:00
1 parent f4f85e1f33
commit a4d252186f
1 file changed
+1
@@ -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();
}