summaryrefslogtreecommitdiffstats
path: root/src/server/InputPort.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-10-02 23:56:47 -0400
committerDavid Robillard <d@drobilla.net>2016-10-02 23:56:47 -0400
commita513af4218d0a62a45960d04ff6ddeecb8d3d4f5 (patch)
tree928d0ded4a352403b01a5b6a20fdd2a47a56256d /src/server/InputPort.cpp
parent05d89a68915df359fb50eae7e9a8e44a8bde7e7b (diff)
downloadingen-a513af4218d0a62a45960d04ff6ddeecb8d3d4f5.tar.gz
ingen-a513af4218d0a62a45960d04ff6ddeecb8d3d4f5.tar.bz2
ingen-a513af4218d0a62a45960d04ff6ddeecb8d3d4f5.zip
Add event outputs to Trigger and Controller
Diffstat (limited to 'src/server/InputPort.cpp')
-rw-r--r--src/server/InputPort.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/InputPort.cpp b/src/server/InputPort.cpp
index 71fd69e4..c4f44440 100644
--- a/src/server/InputPort.cpp
+++ b/src/server/InputPort.cpp
@@ -223,6 +223,7 @@ InputPort::next_value_offset(SampleCount offset, SampleCount end) const
void
InputPort::update_values(SampleCount offset, uint32_t voice)
{
+ buffer(voice)->update_value_buffer(offset);
}
void