|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
The piano roll widget is the whole space inside the clip editor tab when a MIDI region is selected. More...
#include <src/gui/backend/gtk_widgets/midi_editor_space.h>
Data Fields | |
| GtkWidget | parent_instance |
| GtkPaned * | midi_arranger_velocity_paned |
| GtkScrolledWindow * | piano_roll_keys_scroll |
| GtkViewport * | piano_roll_keys_viewport |
| GtkBox * | midi_notes_box |
| PianoRollKeysWidget * | piano_roll_keys |
| GtkBox * | midi_arranger_box |
| Piano roll. | |
| ArrangerWrapperWidget * | arranger_wrapper |
| ArrangerWidget * | modifier_arranger |
| VelocitySettingsWidget * | velocity_settings |
| GtkBox * | midi_vel_chooser_box |
| GtkComboBoxText * | midi_modifier_chooser |
| GtkSizeGroup * | arranger_and_keys_vsize_group |
| Vertical size goup for the keys and the arranger. | |
| bool | scrolled_on_first_refresh |
| Whether we scrolled to the middle already (should happen once per run). | |
The piano roll widget is the whole space inside the clip editor tab when a MIDI region is selected.
Definition at line 39 of file midi_editor_space.h.
| GtkSizeGroup* MidiEditorSpaceWidget::arranger_and_keys_vsize_group |
Vertical size goup for the keys and the arranger.
Definition at line 63 of file midi_editor_space.h.
| ArrangerWrapperWidget* MidiEditorSpaceWidget::arranger_wrapper |
Definition at line 54 of file midi_editor_space.h.
| GtkBox* MidiEditorSpaceWidget::midi_arranger_box |
Piano roll.
Definition at line 53 of file midi_editor_space.h.
| GtkPaned* MidiEditorSpaceWidget::midi_arranger_velocity_paned |
Definition at line 43 of file midi_editor_space.h.
| GtkComboBoxText* MidiEditorSpaceWidget::midi_modifier_chooser |
Definition at line 59 of file midi_editor_space.h.
| GtkBox* MidiEditorSpaceWidget::midi_notes_box |
Definition at line 48 of file midi_editor_space.h.
| GtkBox* MidiEditorSpaceWidget::midi_vel_chooser_box |
Definition at line 58 of file midi_editor_space.h.
| ArrangerWidget* MidiEditorSpaceWidget::modifier_arranger |
Definition at line 55 of file midi_editor_space.h.
| GtkWidget MidiEditorSpaceWidget::parent_instance |
Definition at line 41 of file midi_editor_space.h.
| PianoRollKeysWidget* MidiEditorSpaceWidget::piano_roll_keys |
Definition at line 50 of file midi_editor_space.h.
| GtkScrolledWindow* MidiEditorSpaceWidget::piano_roll_keys_scroll |
Definition at line 45 of file midi_editor_space.h.
| GtkViewport* MidiEditorSpaceWidget::piano_roll_keys_viewport |
Definition at line 46 of file midi_editor_space.h.
| bool MidiEditorSpaceWidget::scrolled_on_first_refresh |
Whether we scrolled to the middle already (should happen once per run).
Definition at line 69 of file midi_editor_space.h.
| VelocitySettingsWidget* MidiEditorSpaceWidget::velocity_settings |
Definition at line 57 of file midi_editor_space.h.