aboutsummaryrefslogtreecommitdiffstats
path: root/src/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.c')
-rw-r--r--src/state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.c b/src/state.c
index f59ea43..32d6c86 100644
--- a/src/state.c
+++ b/src/state.c
@@ -192,7 +192,7 @@ set_port_value(const char* port_symbol,
ev->protocol = 0;
ev->size = sizeof(fvalue);
*(float*)ev->body = fvalue;
- jack_ringbuffer_write(jalv->plugin_events, buf, sizeof(buf));
+ zix_ring_write(jalv->plugin_events, buf, sizeof(buf));
}
}