Zrythm
a highly automated and intuitive digital audio workstation
|
Data Fields | |
GtkDialog | parent_instance |
GtkButton * | cancel_btn |
GtkButton * | quantize_btn |
GtkBox * | note_length_box |
GtkBox * | note_type_box |
DigitalMeterWidget * | note_length |
DigitalMeterWidget * | note_type |
GtkToggleButton * | adjust_start |
GtkToggleButton * | adjust_end |
GtkBox * | amount_box |
GtkBox * | swing_box |
GtkBox * | randomization_box |
BarSliderWidget * | amount |
BarSliderWidget * | swing |
BarSliderWidget * | randomization |
QuantizeOptions * | opts |
Definition at line 36 of file quantize_dialog.h.
GtkToggleButton* QuantizeDialogWidget::adjust_end |
Definition at line 46 of file quantize_dialog.h.
GtkToggleButton* QuantizeDialogWidget::adjust_start |
Definition at line 45 of file quantize_dialog.h.
BarSliderWidget* QuantizeDialogWidget::amount |
Definition at line 50 of file quantize_dialog.h.
GtkBox* QuantizeDialogWidget::amount_box |
Definition at line 47 of file quantize_dialog.h.
GtkButton* QuantizeDialogWidget::cancel_btn |
Definition at line 39 of file quantize_dialog.h.
DigitalMeterWidget* QuantizeDialogWidget::note_length |
Definition at line 43 of file quantize_dialog.h.
GtkBox* QuantizeDialogWidget::note_length_box |
Definition at line 41 of file quantize_dialog.h.
DigitalMeterWidget* QuantizeDialogWidget::note_type |
Definition at line 44 of file quantize_dialog.h.
GtkBox* QuantizeDialogWidget::note_type_box |
Definition at line 42 of file quantize_dialog.h.
QuantizeOptions* QuantizeDialogWidget::opts |
Definition at line 54 of file quantize_dialog.h.
GtkDialog QuantizeDialogWidget::parent_instance |
Definition at line 38 of file quantize_dialog.h.
GtkButton* QuantizeDialogWidget::quantize_btn |
Definition at line 40 of file quantize_dialog.h.
BarSliderWidget* QuantizeDialogWidget::randomization |
Definition at line 52 of file quantize_dialog.h.
GtkBox* QuantizeDialogWidget::randomization_box |
Definition at line 49 of file quantize_dialog.h.
BarSliderWidget* QuantizeDialogWidget::swing |
Definition at line 51 of file quantize_dialog.h.
GtkBox* QuantizeDialogWidget::swing_box |
Definition at line 48 of file quantize_dialog.h.