Skip to content

Commit

Permalink
Fix microtonal JACK app variant
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Oct 7, 2021
1 parent 45dd36b commit 4eb199e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lv2ttl/fat1_micro.h
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 4eb199e

Please sign in to comment.