Protection against invalid Channel Router settings.

This commit is contained in:
Robin E.R. Davies
2026-05-25 21:43:19 -04:00
parent 2004069e07
commit 726b0d268e
5 changed files with 121 additions and 69 deletions
+1
View File
@@ -84,6 +84,7 @@ namespace pipedal
std::vector<int64_t> &auxInputChannels() { return auxInputChannels_; }
std::vector<int64_t> &auxOutputChannels() { return auxOutputChannels_; }
bool IsValid() const;
private:
void normalizeChannelSelection();