Top | ![]() |
![]() |
![]() |
![]() |
AgsMidiPreferences * | ags_midi_preferences_new () |
#define | AGS_IS_MIDI_PREFERENCES() |
#define | AGS_MIDI_PREFERENCES() |
#define | AGS_MIDI_PREFERENCES_CLASS() |
#define | AGS_MIDI_PREFERENCES_GET_CLASS() |
GType | ags_midi_preferences_get_type () |
enum | AgsMidiPreferencesFlags |
#define | AGS_TYPE_MIDI_PREFERENCES |
struct | AgsMidiPreferences |
struct | AgsMidiPreferencesClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsMidiPreferences
AgsMidiPreferences implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.
AgsMidiPreferences enables you to make preferences of sequencer, midi channels, samplerate and buffer size.
AgsMidiPreferences * ags_midi_preferences_new ();
Create a new instance of AgsMidiPreferences
Since: 2.0.0
#define AGS_IS_MIDI_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_MIDI_PREFERENCES))
#define AGS_MIDI_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MIDI_PREFERENCES, AgsMidiPreferences))
#define AGS_MIDI_PREFERENCES_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MIDI_PREFERENCES, AgsMidiPreferencesClass))
#define AGS_MIDI_PREFERENCES_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MIDI_PREFERENCES, AgsMidiPreferencesClass))