diff options
author | David Robillard <d@drobilla.net> | 2013-01-08 06:56:08 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-01-08 06:56:08 +0000 |
commit | a25dd4b1a7779efa73f5821ef177c3cf2fce6334 (patch) | |
tree | 73207db7b3970a32f1637478fd41c724ae409843 | |
parent | ac408e8d4ce77389e65d69e9a1ff30fd54a25ada (diff) | |
download | ingen-a25dd4b1a7779efa73f5821ef177c3cf2fce6334.tar.gz ingen-a25dd4b1a7779efa73f5821ef177c3cf2fce6334.tar.bz2 ingen-a25dd4b1a7779efa73f5821ef177c3cf2fce6334.zip |
Add log plugin.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4906 a436a847-0d15-0410-975c-d299462d15a1
-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( |