mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
Implemented multiple sample sources for one preset
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
|
||||
void registerSampleSource(const QString& sourceName, PluginInterface* plugin);
|
||||
|
||||
void loadSettings(const Preset* preset);
|
||||
void loadSettings(Preset* preset);
|
||||
void saveSettings(Preset* preset);
|
||||
|
||||
void freeAll();
|
||||
@@ -58,6 +58,7 @@ public:
|
||||
void fillSampleSourceSelector(QComboBox* comboBox);
|
||||
int selectSampleSource(int index);
|
||||
int selectFirstSampleSource(const QString& sourceId);
|
||||
int selectSampleSourceBySerialOrSequence(const QString& sourceId, const QString& sourceSerial, int sourceSequence);
|
||||
|
||||
private:
|
||||
struct ChannelRegistration {
|
||||
|
||||
Reference in New Issue
Block a user