mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
Enable flag for modulator. Used with the GUI for MUTE.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user