Enable flag for modulator. Used with the GUI for MUTE.

This commit is contained in:
Klaus Basan
2014-01-13 02:43:45 +01:00
parent 4303cb8897
commit 3627d340b2
2 changed files with 16 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ namespace BlackMisc
argument << this->m_digits;
argument << this->m_volumeInput;
argument << this->m_volumeOutput;
argument << this->m_enabled;
}
/*
@@ -78,6 +79,7 @@ namespace BlackMisc
argument >> this->m_digits;
argument >> this->m_volumeInput;
argument >> this->m_volumeOutput;
argument >> this->m_enabled;
}
/*