1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Deep redesign: Init sequence review phase #5: fixed source message forwarding for other sample sources

This commit is contained in:
f4exb
2015-08-19 22:12:08 +02:00
parent 23c956cf17
commit 60a8946ce4
4 changed files with 30 additions and 2 deletions
@@ -19,6 +19,7 @@
#include <QDebug>
#include "util/simpleserializer.h"
#include "dsp/dspcommands.h"
#include "dsp/filesink.h"
#include "filesourcegui.h"
@@ -272,6 +273,9 @@ bool FileSourceInput::applySettings(const Settings& settings, bool force)
m_fileSourceThread->startWork();
}
}
DSPSignalNotification *notif = new DSPSignalNotification(m_sampleRate, m_centerFrequency);
getOutputMessageQueue()->push(notif);
qDebug() << "FileSourceInput::applySettings:"
<< " file name: " << settings.m_fileName.toStdString().c_str()