Zrythm
a highly automated and intuitive digital audio workstation
|
Chord editor space. More...
#include "gtk_wrapper.h"
Go to the source code of this file.
Data Structures | |
struct | ChordEditorSpaceWidget |
The piano roll widget is the whole space inside the clip editor tab when a CHORD region is selected. More... | |
Macros | |
#define | CHORD_EDITOR_SPACE_WIDGET_TYPE (chord_editor_space_widget_get_type ()) |
#define | MW_CHORD_EDITOR_SPACE MW_CLIP_EDITOR_INNER->chord_editor_space |
Typedefs | |
typedef struct _ChordKeyWidget | ChordKeyWidget |
Functions | |
G_DECLARE_FINAL_TYPE (ChordEditorSpaceWidget, chord_editor_space_widget, Z, CHORD_EDITOR_SPACE_WIDGET, GtkBox) typedef struct _ArrangerWidget ArrangerWidget | |
int | chord_editor_space_widget_get_chord_height (ChordEditorSpaceWidget *self) |
int | chord_editor_space_widget_get_all_chords_height (ChordEditorSpaceWidget *self) |
void | chord_editor_space_widget_setup (ChordEditorSpaceWidget *self) |
void | chord_editor_space_widget_update_size_group (ChordEditorSpaceWidget *self, int visible) |
See CLIP_EDITOR_INNER_WIDGET_ADD_TO_SIZEGROUP. | |
void | chord_editor_space_widget_set_chord_keys_scroll_start_y (ChordEditorSpaceWidget *self, int y) |
void | chord_editor_space_widget_refresh (ChordEditorSpaceWidget *self) |
void | chord_editor_space_widget_refresh_chords (ChordEditorSpaceWidget *self) |
Chord editor space.
Definition in file chord_editor_space.h.
#define CHORD_EDITOR_SPACE_WIDGET_TYPE (chord_editor_space_widget_get_type ()) |
Definition at line 15 of file chord_editor_space.h.
typedef struct _ChordKeyWidget ChordKeyWidget |
Definition at line 24 of file chord_editor_space.h.