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

Deep redesign: phase #4. Compiles

This commit is contained in:
f4exb
2015-08-17 08:29:34 +02:00
parent b5f2475fbf
commit a6a7145f3d
77 changed files with 1816 additions and 1429 deletions
+2 -1
View File
@@ -54,6 +54,7 @@ void PluginAPI::removeChannelMarker(ChannelMarker* channelMarker)
m_mainWindow->removeChannelMarker(channelMarker);
}
/*
void PluginAPI::setSampleSource(SampleSource* sampleSource)
{
m_dspEngine->stopAcquistion();
@@ -83,7 +84,7 @@ void PluginAPI::addAudioSource(AudioFifo* audioFifo)
void PluginAPI::removeAudioSource(AudioFifo* audioFifo)
{
m_dspEngine->removeAudioSink(audioFifo);
}
}*/
void PluginAPI::registerSampleSource(const QString& sourceName, PluginInterface* plugin)
{