From f13778e27986a6ed4031416b066e3f6cdd1415d9 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Sun, 15 Dec 2019 00:43:52 +0100 Subject: [PATCH] Added a todo item --- lv2/sfizz.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lv2/sfizz.c b/lv2/sfizz.c index fcea23cf..40b686db 100644 --- a/lv2/sfizz.c +++ b/lv2/sfizz.c @@ -465,6 +465,7 @@ sfizz_lv2_handle_atom_object(sfizz_plugin_t *self, const LV2_Atom_Object *obj) sfz_file_path->type = self->sfizz_sfz_file_uri; // If the parameter is different from the current one we send it through + // TODO: this check could happen on the worker side self->changing_state = true; if (strcmp(self->sfz_file_path, LV2_ATOM_BODY_CONST(sfz_file_path))) self->worker->schedule_work(self->worker->handle, null_terminated_atom_size, sfz_file_path);