Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
chord_pad.h File Reference

Single chord pad. More...

#include <stdbool.h>
#include <gtk/gtk.h>
Include dependency graph for chord_pad.h:

Go to the source code of this file.

Macros

#define CHORD_PAD_WIDGET_TYPE   (chord_pad_widget_get_type ())
 

Functions

 G_DECLARE_FINAL_TYPE (ChordPadWidget, chord_pad_widget, Z, CHORD_PAD_WIDGET, GtkWidget) typedef struct _ChordPadWidget
 Single chord pad.
 
ChordPadWidget * chord_pad_widget_new (void)
 Creates a chord widget.
 
void chord_pad_widget_refresh (ChordPadWidget *self, int idx)
 Sets the chord index on the chord widget.
 

Variables

 ChordPadWidget
 

Detailed Description

Single chord pad.

Definition in file chord_pad.h.