More work on the source module system
This commit is contained in:
@@ -26,6 +26,12 @@
|
||||
|
||||
namespace core {
|
||||
ConfigManager configManager;
|
||||
|
||||
void setInputSampleRate(double samplerate) {
|
||||
// NOTE: Zoom controls won't work
|
||||
gui::waterfall.setBandwidth(samplerate);
|
||||
sigpath::signalPath.setSampleRate(samplerate);
|
||||
}
|
||||
};
|
||||
|
||||
bool maximized = false;
|
||||
|
||||
Reference in New Issue
Block a user