Zrythm
a highly automated and intuitive digital audio workstation
|
#include "gtk_wrapper.h"
Go to the source code of this file.
Data Structures | |
struct | ChordKeyWidget |
Piano roll note widget to be shown on the left side of the piano roll (128 of these). More... | |
Macros | |
#define | CHORD_KEY_WIDGET_TYPE (chord_key_widget_get_type ()) |
Typedefs | |
typedef struct _PianoKeyboardWidget | PianoKeyboardWidget |
Functions | |
void | chord_key_widget_refresh (ChordKeyWidget *self) |
ChordKeyWidget * | chord_key_widget_new (int idx) |
Creates a ChordKeyWidget for the given MIDI note descriptor. | |
#define CHORD_KEY_WIDGET_TYPE (chord_key_widget_get_type ()) |
Definition at line 16 of file chord_key.h.
typedef struct _PianoKeyboardWidget PianoKeyboardWidget |
Definition at line 19 of file chord_key.h.