More work on the source module system

This commit is contained in:
Ryzerth
2020-10-02 01:44:18 +02:00
parent 1507e6ec31
commit 47b04ffef4
8 changed files with 158 additions and 47 deletions

View File

@@ -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;