input and output volume stored as part of CModulator

refs #81
This commit is contained in:
Klaus Basan
2014-01-08 00:09:47 +00:00
committed by Mathew Sutcliffe
parent d15d0db431
commit 64e14b7965
2 changed files with 31 additions and 9 deletions

View File

@@ -63,6 +63,8 @@ namespace BlackMisc
argument << this->m_frequencyActive;
argument << this->m_frequencyStandby;
argument << this->m_digits;
argument << this->m_volumeInput;
argument << this->m_volumeOutput;
}
/*
@@ -74,6 +76,8 @@ namespace BlackMisc
argument >> this->m_frequencyActive;
argument >> this->m_frequencyStandby;
argument >> this->m_digits;
argument >> this->m_volumeInput;
argument >> this->m_volumeOutput;
}
/*