Home
last modified time | relevance | path

Searched refs:current_automation (Results 1 – 4 of 4) sorted by relevance

/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/
H A Dags_recall_audio.c402 AgsAutomation *current_automation; in ags_recall_audio_automate() local
406 current_automation = automation->data; in ags_recall_audio_automate()
409 g_object_get(current_automation, in ags_recall_audio_automate()
421 if(!ags_automation_test_flags(current_automation, AGS_AUTOMATION_BYPASS)){ in ags_recall_audio_automate()
424 ret_x = ags_automation_get_value(current_automation, in ags_recall_audio_automate()
H A Dags_automation.c3456 AgsAutomation *current_automation; in ags_automation_get_specifier_unique() local
3475 current_automation = automation->data; in ags_automation_get_specifier_unique()
3528 AgsAutomation *current_automation; in ags_automation_get_specifier_unique_with_channel_type() local
3549 current_automation = automation->data; in ags_automation_get_specifier_unique_with_channel_type()
3615 AgsAutomation *current_automation; in ags_automation_find_specifier() local
3624 current_automation = automation->data; in ags_automation_find_specifier()
3667 AgsAutomation *current_automation; in ags_automation_find_channel_type_with_control_name() local
3682 current_automation = automation->data; in ags_automation_find_channel_type_with_control_name()
3732 AgsAutomation *current_automation; in ags_automation_find_specifier_with_type_and_line() local
3748 current_automation = automation->data; in ags_automation_find_specifier_with_type_and_line()
[all …]
H A Dags_recall_channel.c591 AgsAutomation *current_automation; in ags_recall_channel_automate() local
595 current_automation = automation->data; in ags_recall_channel_automate()
598 g_object_get(current_automation, in ags_recall_channel_automate()
610 if(!ags_automation_test_flags(current_automation, AGS_AUTOMATION_BYPASS)){ in ags_recall_channel_automate()
613 ret_x = ags_automation_get_value(current_automation, in ags_recall_channel_automate()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/editor/
H A Dags_select_acceleration_dialog.c553 AgsAutomation *current_automation; in ags_select_acceleration_dialog_apply() local
560 current_automation = list_automation->data; in ags_select_acceleration_dialog_apply()
562 g_object_get(current_automation, in ags_select_acceleration_dialog_apply()
578 g_object_get(current_automation, in ags_select_acceleration_dialog_apply()
617 g_object_get(current_automation, in ags_select_acceleration_dialog_apply()
645 ags_automation_add_region_to_selection(current_automation, in ags_select_acceleration_dialog_apply()