Home
last modified time | relevance | path

Searched refs:notation_editor (Results 1 – 23 of 23) sorted by relevance

/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_notation_editor.c250 notation_editor->tact_counter = 0; in ags_notation_editor_init()
254 notation_editor->active_key = NULL; in ags_notation_editor_init()
258 notation_editor->soundcard = NULL; in ags_notation_editor_init()
403 AgsNotationEditor *notation_editor; in ags_notation_editor_set_property() local
441 AgsNotationEditor *notation_editor; in ags_notation_editor_get_property() local
524 (gpointer) notation_editor, in ags_notation_editor_disconnect()
530 (gpointer) notation_editor, in ags_notation_editor_disconnect()
533 (gpointer) notation_editor, in ags_notation_editor_disconnect()
584 (gpointer) notation_editor, in ags_notation_editor_real_machine_changed()
587 (gpointer) notation_editor, in ags_notation_editor_real_machine_changed()
[all …]
H A Dags_notation_editor_callbacks.c26 AgsNotationEditor *notation_editor) in ags_notation_editor_machine_changed_callback() argument
34 AgsNotationEditor *notation_editor) in ags_notation_editor_piano_key_pressed_callback() argument
38 ags_notation_editor_start_play_key(notation_editor, in ags_notation_editor_piano_key_pressed_callback()
45 AgsNotationEditor *notation_editor) in ags_notation_editor_piano_key_released_callback() argument
49 ags_notation_editor_stop_play_key(notation_editor, in ags_notation_editor_piano_key_released_callback()
56 AgsNotationEditor *notation_editor) in ags_notation_editor_resize_audio_channels_callback() argument
64 ags_notebook_insert_tab(notation_editor->notebook, in ags_notation_editor_resize_audio_channels_callback()
67 tab = notation_editor->notebook->tab; in ags_notation_editor_resize_audio_channels_callback()
74 ags_notebook_remove_tab(notation_editor->notebook, in ags_notation_editor_resize_audio_channels_callback()
83 AgsNotationEditor *notation_editor) in ags_notation_editor_resize_pads_callback() argument
[all …]
H A Dags_notation_editor.h111 void ags_notation_editor_add_note(AgsNotationEditor *notation_editor,
114 void ags_notation_editor_delete_note(AgsNotationEditor *notation_editor,
117 void ags_notation_editor_select_region(AgsNotationEditor *notation_editor,
121 void ags_notation_editor_do_feedback(AgsNotationEditor *notation_editor);
123 void ags_notation_editor_start_play_key(AgsNotationEditor *notation_editor,
125 void ags_notation_editor_stop_play_key(AgsNotationEditor *notation_editor,
128 void ags_notation_editor_select_all(AgsNotationEditor *notation_editor);
130 void ags_notation_editor_paste(AgsNotationEditor *notation_editor);
131 void ags_notation_editor_copy(AgsNotationEditor *notation_editor);
132 void ags_notation_editor_cut(AgsNotationEditor *notation_editor);
[all …]
H A Dags_notation_editor_callbacks.h39 AgsNotationEditor *notation_editor);
43 AgsNotationEditor *notation_editor);
46 AgsNotationEditor *notation_editor);
50 AgsNotationEditor *notation_editor);
53 AgsNotationEditor *notation_editor);
H A Dags_window.c292 window->notation_editor = g_object_new(AGS_TYPE_NOTATION_EDITOR, in ags_window_init()
297 (GtkWidget *) window->notation_editor); in ags_window_init()
404 ags_connectable_connect(AGS_CONNECTABLE(window->notation_editor)); in ags_window_connect()
449 ags_connectable_disconnect(AGS_CONNECTABLE(window->notation_editor)); in ags_window_disconnect()
H A Dags_window.h85 AgsNotationEditor *notation_editor; member
H A Dags_machine_callbacks.c356 …list_start = gtk_container_get_children((GtkContainer *) window->notation_editor->machine_selector… in ags_machine_popup_destroy_activate_callback()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/editor/
H A Dags_notation_toolbar_callbacks.c93 AgsNotationEditor *notation_editor; in ags_notation_toolbar_copy_or_cut_callback() local
109 AgsNotationEditor *notation_editor; in ags_notation_toolbar_paste_callback() local
119 AgsNotationEditor *notation_editor; in ags_notation_toolbar_match_audio_channel_callback() local
134 AgsNotationEditor *notation_editor; in ags_notation_toolbar_no_duplicates_callback() local
149 AgsNotationEditor *notation_editor; in ags_notation_toolbar_invert_callback() local
183 AgsNotationEditor *notation_editor; in ags_notation_toolbar_tool_popup_enable_all_lines_callback() local
190 notebook = notation_editor->notebook; in ags_notation_toolbar_tool_popup_enable_all_lines_callback()
212 AgsNotationEditor *notation_editor; in ags_notation_toolbar_tool_popup_disable_all_lines_callback() local
219 notebook = notation_editor->notebook; in ags_notation_toolbar_tool_popup_disable_all_lines_callback()
241 AgsNotationEditor *notation_editor; in ags_notation_toolbar_zoom_callback() local
[all …]
H A Dags_notation_edit_callbacks.c184 AgsNotationEditor *notation_editor; in ags_notation_edit_drawing_area_button_press_event() local
293 ags_notation_editor_add_note(notation_editor, in ags_notation_edit_drawing_area_button_release_add_note()
355 AgsNotationEditor *notation_editor; in ags_notation_edit_drawing_area_button_release_event() local
498 AgsNotationEditor *notation_editor; in ags_notation_edit_drawing_area_motion_notify_event() local
540 AgsNotationEditor *notation_editor; in ags_notation_edit_drawing_area_key_press_event() local
561 machine = notation_editor->selected_machine; in ags_notation_edit_drawing_area_key_press_event()
597 ags_notation_editor_copy(notation_editor); in ags_notation_edit_drawing_area_key_press_event()
605 ags_notation_editor_paste(notation_editor); in ags_notation_edit_drawing_area_key_press_event()
613 ags_notation_editor_cut(notation_editor); in ags_notation_edit_drawing_area_key_press_event()
652 AgsNotationEditor *notation_editor; in ags_notation_edit_drawing_area_key_release_event() local
[all …]
H A Dags_composite_toolbar_callbacks.c110 notation_editor = NULL; in ags_composite_toolbar_invert_callback()
125 if(notation_editor != NULL){ in ags_composite_toolbar_invert_callback()
139 if(notation_editor == NULL){ in ags_composite_toolbar_invert_callback()
150 if(notation_editor == NULL && in ags_composite_toolbar_invert_callback()
182 notation_editor = NULL; in ags_composite_toolbar_copy_callback()
197 if(notation_editor != NULL){ in ags_composite_toolbar_copy_callback()
211 if(notation_editor == NULL){ in ags_composite_toolbar_copy_callback()
254 notation_editor = NULL; in ags_composite_toolbar_cut_callback()
269 if(notation_editor != NULL){ in ags_composite_toolbar_cut_callback()
326 notation_editor = NULL; in ags_composite_toolbar_paste_callback()
[all …]
H A Dags_notation_meta.c332 AgsNotationEditor *notation_editor; in ags_notation_meta_connect() local
346 if(notation_editor != NULL){ in ags_notation_meta_connect()
355 AgsNotationEditor *notation_editor; in ags_notation_meta_disconnect() local
369 if(notation_editor != NULL){ in ags_notation_meta_disconnect()
370 g_object_disconnect(notation_editor, in ags_notation_meta_disconnect()
389 AgsNotationEditor *notation_editor; in ags_notation_meta_refresh() local
398 if(notation_editor == NULL){ in ags_notation_meta_refresh()
483 …if(notation_editor->notation_toolbar->selected_edit_mode == notation_editor->notation_toolbar->pos… in ags_notation_meta_refresh()
485 …}else if(notation_editor->notation_toolbar->selected_edit_mode == notation_editor->notation_toolba… in ags_notation_meta_refresh()
487 …}else if(notation_editor->notation_toolbar->selected_edit_mode == notation_editor->notation_toolba… in ags_notation_meta_refresh()
[all …]
H A Dags_notation_edit.c852 AgsNotationEditor *notation_editor; in ags_notation_edit_auto_scroll_timeout() local
900 AgsNotationEditor *notation_editor; in ags_notation_edit_reset_vscrollbar() local
921 g_object_set(notation_editor->scrolled_piano, in ags_notation_edit_reset_vscrollbar()
925 if(notation_editor->selected_machine == NULL){ in ags_notation_edit_reset_vscrollbar()
996 AgsNotationEditor *notation_editor; in ags_notation_edit_reset_hscrollbar() local
1018 if(notation_editor->selected_machine == NULL){ in ags_notation_edit_reset_hscrollbar()
1074 AgsNotationEditor *notation_editor; in ags_notation_edit_draw_segment() local
1317 AgsNotationEditor *notation_editor; in ags_notation_edit_draw_position() local
1416 AgsNotationEditor *notation_editor; in ags_notation_edit_draw_cursor() local
1635 AgsNotationEditor *notation_editor; in ags_notation_edit_draw_note() local
[all …]
H A Dags_machine_selector_callbacks.c172 AgsNotationEditor *notation_editor; in ags_machine_selector_popup_reverse_mapping_callback() local
178 notation_editor = (AgsNotationEditor *) gtk_widget_get_ancestor((GtkWidget *) machine_selector, in ags_machine_selector_popup_reverse_mapping_callback()
181 if(notation_editor->selected_machine != NULL){ in ags_machine_selector_popup_reverse_mapping_callback()
183 ags_audio_set_behaviour_flags(notation_editor->selected_machine->audio, in ags_machine_selector_popup_reverse_mapping_callback()
186 ags_audio_unset_behaviour_flags(notation_editor->selected_machine->audio, in ags_machine_selector_popup_reverse_mapping_callback()
195 AgsNotationEditor *notation_editor; in ags_machine_selector_popup_shift_piano_callback() local
197 notation_editor = (AgsNotationEditor *) gtk_widget_get_ancestor((GtkWidget *) machine_selector, in ags_machine_selector_popup_shift_piano_callback()
200 if(notation_editor->selected_machine != NULL){ in ags_machine_selector_popup_shift_piano_callback()
212 notation = notation_editor->selected_machine->audio->notation; in ags_machine_selector_popup_shift_piano_callback()
275 g_object_set(notation_editor->scrolled_piano->piano, in ags_machine_selector_popup_shift_piano_callback()
[all …]
H A Dags_position_notation_cursor_dialog.c382 AgsNotationEditor *notation_editor; in ags_position_notation_cursor_dialog_apply() local
398 notation_editor = window->notation_editor; in ags_position_notation_cursor_dialog_apply()
400 machine = notation_editor->selected_machine; in ags_position_notation_cursor_dialog_apply()
406 notation_toolbar = notation_editor->notation_toolbar; in ags_position_notation_cursor_dialog_apply()
411 notation_edit = notation_editor->notation_edit; in ags_position_notation_cursor_dialog_apply()
H A Dags_select_note_dialog.c429 AgsNotationEditor *notation_editor; in ags_select_note_dialog_apply() local
453 notation_editor = window->notation_editor; in ags_select_note_dialog_apply()
455 machine = notation_editor->selected_machine; in ags_select_note_dialog_apply()
493 while((i = ags_notebook_next_active_tab(notation_editor->notebook, in ags_select_note_dialog_apply()
H A Dags_crop_note_dialog.c405 AgsNotationEditor *notation_editor; in ags_crop_note_dialog_apply() local
430 notation_editor = window->notation_editor; in ags_crop_note_dialog_apply()
432 machine = notation_editor->selected_machine; in ags_crop_note_dialog_apply()
H A Dags_move_note_dialog.c405 AgsNotationEditor *notation_editor; in ags_move_note_dialog_apply() local
431 notation_editor = window->notation_editor; in ags_move_note_dialog_apply()
433 machine = notation_editor->selected_machine; in ags_move_note_dialog_apply()
H A Dags_notation_meta_callbacks.c23 ags_notation_meta_machine_changed_callback(AgsNotationEditor *notation_editor, AgsMachine *machine, in ags_notation_meta_machine_changed_callback() argument
H A Dags_notation_meta_callbacks.h39 void ags_notation_meta_machine_changed_callback(AgsNotationEditor *notation_editor, AgsMachine *mac…
H A Dags_machine_selector.c269 AgsNotationEditor *notation_editor; in ags_machine_selector_remove_index() local
/dports/audio/gsequencer/gsequencer-3.10.4/ags/test/X/
H A Dags_functional_notation_editor_workflow_test.c141 AgsNotationEditor *notation_editor; in ags_functional_notation_editor_workflow_test_drum() local
190 notation_editor = window->notation_editor; in ags_functional_notation_editor_workflow_test_drum()
211 machine_selector = notation_editor->machine_selector; in ags_functional_notation_editor_workflow_test_drum()
235 AgsNotationEditor *notation_editor; in ags_functional_notation_editor_workflow_test_matrix() local
284 notation_editor = window->notation_editor; in ags_functional_notation_editor_workflow_test_matrix()
305 machine_selector = notation_editor->machine_selector; in ags_functional_notation_editor_workflow_test_matrix()
330 AgsNotationEditor *notation_editor; in ags_functional_notation_editor_workflow_test_ffplayer() local
379 notation_editor = window->notation_editor; in ags_functional_notation_editor_workflow_test_ffplayer()
400 machine_selector = notation_editor->machine_selector; in ags_functional_notation_editor_workflow_test_ffplayer()
H A Dags_functional_test_util.c1367 notation_editor = window->notation_editor; in ags_functional_test_util_file_default_editor_resize()
2217 notation_editor = window->notation_editor; in ags_functional_test_util_notation_toolbar_cursor_click()
2246 notation_editor = window->notation_editor; in ags_functional_test_util_notation_toolbar_edit_click()
2275 notation_editor = window->notation_editor; in ags_functional_test_util_notation_toolbar_delete_click()
2304 notation_editor = window->notation_editor; in ags_functional_test_util_notation_toolbar_select_click()
2333 notation_editor = window->notation_editor; in ags_functional_test_util_notation_toolbar_invert_click()
2362 notation_editor = window->notation_editor; in ags_functional_test_util_notation_toolbar_paste_click()
2391 notation_editor = window->notation_editor; in ags_functional_test_util_notation_toolbar_copy_click()
2420 notation_editor = window->notation_editor; in ags_functional_test_util_notation_toolbar_cut_click()
2449 notation_editor = window->notation_editor; in ags_functional_test_util_notation_toolbar_zoom()
[all …]
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/file/
H A Dags_simple_file.c184 AgsNotationEditor *notation_editor);
246 AgsNotationEditor *notation_editor);
1789 &(gobject->notation_editor)); in ags_simple_file_read_window()
6919 if(*notation_editor != NULL){ in ags_simple_file_read_notation_editor()
6920 gobject = *notation_editor; in ags_simple_file_read_notation_editor()
6938 AgsNotationEditor *notation_editor) in ags_simple_file_read_notation_editor_launch() argument
7017 ags_machine_selector_link_index(notation_editor->machine_selector, in ags_simple_file_read_notation_editor_launch()
7024 g_object_set_property((GObject *) notation_editor, in ags_simple_file_read_notation_editor_launch()
8751 window->notation_editor); in ags_simple_file_write_window()
11452 "reference", notation_editor, in ags_simple_file_write_notation_editor()
[all …]