summaryrefslogtreecommitdiff
path: root/orkaudio/messages/TapeMsg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orkaudio/messages/TapeMsg.cpp')
-rw-r--r--orkaudio/messages/TapeMsg.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/orkaudio/messages/TapeMsg.cpp b/orkaudio/messages/TapeMsg.cpp
index 86c86b4..4c212d3 100644
--- a/orkaudio/messages/TapeMsg.cpp
+++ b/orkaudio/messages/TapeMsg.cpp
@@ -28,6 +28,7 @@ void TapeMsg::Define(Serializer* s)
{
CStdString tapeMessageName(TAPE_MESSAGE_NAME);
s->StringValue(OBJECT_TYPE_TAG, tapeMessageName, true);
+ s->StringValue(REC_ID_PARAM, m_recId, true);
s->StringValue(STAGE_PARAM, m_stage, true);
s->StringValue(CAPTURE_PORT_PARAM, m_capturePort, true);
s->IntValue(TIMESTAMP_PARAM, (int&)m_timestamp, true);