summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/PortImpl.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/server/PortImpl.cpp b/src/server/PortImpl.cpp
index 9c4c7b5e..61fd7be9 100644
--- a/src/server/PortImpl.cpp
+++ b/src/server/PortImpl.cpp
@@ -198,9 +198,7 @@ PortImpl::update_set_state(Context& context, uint32_t voice)
SetState& state = _set_states->at(voice);
switch (state.state) {
case SetState::HALF_SET_CYCLE_1:
- if (context.start() > state.time) {
- state.state = SetState::HALF_SET_CYCLE_2;
- }
+ state.state = SetState::HALF_SET_CYCLE_2;
break;
case SetState::HALF_SET_CYCLE_2: {
buffer(voice)->set_block(state.value, 0, context.nframes());