1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 14:34:57 -04:00

MIMO: channel marker affinity with the stream being displayed on the main spectrum. Implemented in demod AM

This commit is contained in:
f4exb
2019-05-30 18:38:10 +02:00
parent d0c829f141
commit ecb4a08718
16 changed files with 66 additions and 8 deletions
@@ -184,6 +184,7 @@ RemoteSourceGUI::RemoteSourceGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet,
m_channelMarker.setColor(m_settings.m_rgbColor);
m_channelMarker.setCenterFrequency(0);
m_channelMarker.setTitle("Remote source");
m_channelMarker.setSourceOrSinkStream(false);
m_channelMarker.blockSignals(false);
m_channelMarker.setVisible(true); // activate signal on the last setting only