mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 23:30:00 +01:00
hint chain to reload after adding FX
This commit is contained in:
@@ -3857,7 +3857,9 @@ gboolean
|
||||
{
|
||||
int value = 0;
|
||||
vevo_property_get( fx_list_, name, 0, &value );
|
||||
if(value) info->uc.selected_effect_id = value;
|
||||
if(value) {
|
||||
info->uc.selected_effect_id = value;
|
||||
}
|
||||
}
|
||||
g_free(name);
|
||||
|
||||
@@ -3891,7 +3893,7 @@ on_effectlist_row_activated(GtkTreeView *treeview,
|
||||
snprintf(trip,sizeof(trip), "%03d:%d %d %d;", VIMS_CHAIN_ENTRY_SET_EFFECT,0,info->uc.selected_chain_entry, gid );
|
||||
vj_midi_learning_vims( info->midi, NULL, trip, 0 );
|
||||
update_label_str( "value_friendlyname", FX_PARAMETER_VALUE_DEFAULT_HINT );
|
||||
|
||||
info->uc.reload_hint[HINT_CHAIN] = 1;
|
||||
}
|
||||
g_free(name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user