diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/internals/Time.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/internals/Time.cpp b/src/server/internals/Time.cpp index 2abc1dbc..7fcbccbb 100644 --- a/src/server/internals/Time.cpp +++ b/src/server/internals/Time.cpp @@ -67,6 +67,8 @@ TimeNode::process(ProcessContext& context) // Initialise output to the empty sequence seq->atom.type = _notify_port->bufs().uris().atom_Sequence; seq->atom.size = sizeof(LV2_Atom_Sequence_Body); + seq->body.unit = 0; + seq->body.pad = 0; // Ask the driver to append any time events for this cycle context.engine().driver()->append_time_events( |