BEAST/BSE - Better Audio System and Sound Engine  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bstpatternctrl.hh
Go to the documentation of this file.
1  // Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
2 #ifndef __BST_PATTERN_CONTROLLER_H__
3 #define __BST_PATTERN_CONTROLLER_H__
4 
5 #include "bstpatternview.hh"
6 
7 G_BEGIN_DECLS
8 
9 typedef struct {
10  GxkParam *vraster;
11  GxkParam *steps;
12  GxkParam *step_dir;
13  GxkParam *hwrap;
14  GxkParam *base_octave;
15  GxkParam *row_shading;
16  /* misc data */
17  guint ref_count;
18  BstPatternView *pview;
19  /* tool selections */
20  GxkActionGroup *quant_rtools;
22 
23 
24 BstPatternController* bst_pattern_controller_new (BstPatternView *pview,
25  GxkActionGroup *quant_rtools);
26 BstPatternController* bst_pattern_controller_ref (BstPatternController *self);
27 void bst_pattern_controller_unref (BstPatternController *self);
28 BstKeyBinding* bst_pattern_controller_default_generic_keys (void);
29 BstKeyBinding* bst_pattern_controller_generic_keys (void);
30 BstKeyBinding* bst_pattern_controller_default_piano_keys (void);
31 BstKeyBinding* bst_pattern_controller_piano_keys (void);
32 
33 G_END_DECLS
34 
35 #endif /* __BST_PATTERN_CONTROLLER_H__ */
Definition: bstpatternctrl.hh:9
Definition: gxkparam.hh:14
Definition: gxkaction.hh:143