From 4eb199ec6dde4aa554dc786685b4e57bfe09b3fa Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 7 Oct 2021 17:52:15 +0200 Subject: [PATCH] Fix microtonal JACK app variant --- lv2ttl/fat1_micro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lv2ttl/fat1_micro.h b/lv2ttl/fat1_micro.h index d365b2a..cc9b74d 100644 --- a/lv2ttl/fat1_micro.h +++ b/lv2ttl/fat1_micro.h @@ -7,7 +7,7 @@ extern const LV2UI_Descriptor* lv2ui_descriptor(uint32_t index); static const RtkLv2Description _fat1_micro = { &lv2_descriptor, &lv2ui_descriptor - , 0 // uint32_t dsp_descriptor_id + , 1 // uint32_t dsp_descriptor_id , 0 // uint32_t gui_descriptor_id , "Autotune (microtonal)" // const char *plugin_human_id , (const struct LV2Port[41])