Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
chord_key.h File Reference
#include <gtk/gtk.h>
Include dependency graph for chord_key.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)
 
ChordKeyWidgetchord_key_widget_new (int idx)
 Creates a ChordKeyWidget for the given MIDI note descriptor.
 

Macro Definition Documentation

◆ CHORD_KEY_WIDGET_TYPE

#define CHORD_KEY_WIDGET_TYPE   (chord_key_widget_get_type ())

Definition at line 16 of file chord_key.h.

Typedef Documentation

◆ PianoKeyboardWidget

typedef struct _PianoKeyboardWidget PianoKeyboardWidget

Definition at line 19 of file chord_key.h.