summaryrefslogtreecommitdiffstats
path: root/matriseq.c
diff options
context:
space:
mode:
Diffstat (limited to 'matriseq.c')
-rw-r--r--matriseq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/matriseq.c b/matriseq.c
index 8894260..4290709 100644
--- a/matriseq.c
+++ b/matriseq.c
@@ -350,7 +350,7 @@ run(LV2_Handle instance, uint32_t n_frames)
while (!lv2_atom_sequence_is_end(&in->body, in->atom.size, ev) &&
ev->time.frames == t) {
if (ev->body.type == uris->atom_Blank) {
- const LV2_Atom_Object* obj = (LV2_Atom_Object*)&ev->body;
+ const LV2_Atom_Object* obj = (const LV2_Atom_Object*)&ev->body;
if (obj->body.otype == uris->time_Position) {
// Update transport position and speed
LV2_Atom *beat = NULL, *bpm = NULL, *speed = NULL;