2 #ifndef __BST_SAMPLE_EDITOR_H__
3 #define __BST_SAMPLE_EDITOR_H__
14 #define BST_TYPE_SAMPLE_EDITOR (bst_sample_editor_get_type ())
15 #define BST_SAMPLE_EDITOR(object) (GTK_CHECK_CAST ((object), BST_TYPE_SAMPLE_EDITOR, BstSampleEditor))
16 #define BST_SAMPLE_EDITOR_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), BST_TYPE_SAMPLE_EDITOR, BstSampleEditorClass))
17 #define BST_IS_SAMPLE_EDITOR(object) (GTK_CHECK_TYPE ((object), BST_TYPE_SAMPLE_EDITOR))
18 #define BST_IS_SAMPLE_EDITOR_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), BST_TYPE_SAMPLE_EDITOR))
19 #define BST_SAMPLE_EDITOR_GET_CLASS(obj) (GTK_CHECK_GET_CLASS ((obj), BST_TYPE_SAMPLE_EDITOR, BstSampleEditorClass))
27 GtkVBox parent_object;
33 GtkAdjustment *zoom_adjustment;
34 GtkAdjustment *vscale_adjustment;
38 BstQSampler **qsampler;
45 GtkVBoxClass parent_class;
50 GtkType bst_sample_editor_get_type (
void);
51 GtkWidget* bst_sample_editor_new (SfiProxy sample);
52 void bst_sample_editor_set_sample (BstSampleEditor *sample_editor,
53 SfiProxy editable_sample);
54 void bst_sample_editor_rebuild (BstSampleEditor *sample_editor);
Definition: bstsampleeditor.hh:43
Definition: bstplayback.hh:16
Definition: bstsampleeditor.hh:25