Home
last modified time | relevance | path

Searched refs:enabled_automation_port (Results 1 – 6 of 6) sorted by relevance

/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/editor/
H A Dags_automation_toolbar.c640 … (ags_machine_automation_port_find_channel_type_with_control_name(machine->enabled_automation_port, in ags_automation_toolbar_load_port()
701 … (ags_machine_automation_port_find_channel_type_with_control_name(machine->enabled_automation_port, in ags_automation_toolbar_load_port()
784 … (ags_machine_automation_port_find_channel_type_with_control_name(machine->enabled_automation_port, in ags_automation_toolbar_load_port()
1073 machine->enabled_automation_port = g_list_prepend(machine->enabled_automation_port, in ags_automation_toolbar_apply_port()
1076 machine->enabled_automation_port = g_list_delete_link(machine->enabled_automation_port, in ags_automation_toolbar_apply_port()
1077 … ags_machine_automation_port_find_channel_type_with_control_name(machine->enabled_automation_port, in ags_automation_toolbar_apply_port()
H A Dags_automation_meta.c900 …t_find_channel_type_with_control_name(automation_editor->selected_machine->enabled_automation_port, in ags_automation_meta_refresh()
904 …t_find_channel_type_with_control_name(automation_editor->selected_machine->enabled_automation_port, in ags_automation_meta_refresh()
908 …t_find_channel_type_with_control_name(automation_editor->selected_machine->enabled_automation_port, in ags_automation_meta_refresh()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_machine.h155 GList *enabled_automation_port; member
H A Dags_machine.c517 machine->enabled_automation_port = NULL; in ags_machine_init()
1160 g_list_free_full(machine->enabled_automation_port, in ags_machine_finalize()
H A Dags_automation_editor.c1303 automation_port = machine->enabled_automation_port; in ags_automation_editor_real_machine_changed()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/file/
H A Dags_simple_file.c10334 if(machine->enabled_automation_port != NULL){ in ags_simple_file_write_machine()
10337 machine->enabled_automation_port); in ags_simple_file_write_machine()