Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Sep 15, 2023
1 parent b15b90c commit dd25edc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/effects.c
Original file line number Diff line number Diff line change
Expand Up @@ -5472,14 +5472,14 @@ int effects_preset_save(int effect_id, const char *dir, const char *file_name, c
scratch_dir = GetPluginStateDir(effect->instance, g_lv2_scratch_dir);

LilvState* const state = lilv_state_new_from_instance(
g_effects[effect_id].lilv_plugin,
g_effects[effect_id].lilv_instance,
effect->lilv_plugin,
effect->lilv_instance,
&g_urid_map,
scratch_dir,
dir,
dir,
dir,
GetPortValueForState, &g_effects[effect_id],
GetPortValueForState, effect,
LV2_STATE_IS_POD|LV2_STATE_IS_PORTABLE,
effect->features);

Expand Down

0 comments on commit dd25edc

Please sign in to comment.