Top | ![]() |
![]() |
![]() |
![]() |
Functions
|
ags_midi_preferences_get_sequencer_editor () |
|
ags_midi_preferences_add_sequencer_editor () |
|
ags_midi_preferences_remove_sequencer_editor () |
AgsMidiPreferences * | ags_midi_preferences_new () |
#define | AGS_IS_MIDI_PREFERENCES() |
#define | AGS_IS_MIDI_PREFERENCES_CLASS() |
#define | AGS_MIDI_PREFERENCES() |
#define | AGS_MIDI_PREFERENCES_CLASS() |
#define | AGS_MIDI_PREFERENCES_GET_CLASS() |
|
ags_midi_preferences_get_type () |
Types and Values
#define | AGS_TYPE_MIDI_PREFERENCES |
struct | AgsMidiPreferences |
struct | AgsMidiPreferencesClass |
Implemented Interfaces
AgsMidiPreferences implements
Description
AgsMidiPreferences enables you to make preferences of sequencer, midi channels, samplerate and buffer size.
Functions
ags_midi_preferences_get_sequencer_editor ()
GList * ags_midi_preferences_get_sequencer_editor (AgsMidiPreferences *midi_preferences
);
Get line member of midi_preferences
.
Since:
ags_midi_preferences_add_sequencer_editor ()
void ags_midi_preferences_add_sequencer_editor (AgsMidiPreferences *midi_preferences
,AgsSequencerEditor *sequencer_editor
);
Add sequencer_editor
to midi_preferences
.
Parameters
midi_preferences |
the |
|
sequencer_editor |
||
x |
the x position |
|
y |
the y position |
|
width |
the width |
|
height |
the height |
Since:
ags_midi_preferences_remove_sequencer_editor ()
void ags_midi_preferences_remove_sequencer_editor (AgsMidiPreferences *midi_preferences
,AgsSequencerEditor *sequencer_editor
);
Remove sequencer_editor
from midi_preferences
.
Since:
ags_midi_preferences_new ()
AgsMidiPreferences * ags_midi_preferences_new ();
Create a new instance of AgsMidiPreferences
Since:
AGS_IS_MIDI_PREFERENCES()
#define AGS_IS_MIDI_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_MIDI_PREFERENCES))
AGS_IS_MIDI_PREFERENCES_CLASS()
#define AGS_IS_MIDI_PREFERENCES_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_MIDI_PREFERENCES))
AGS_MIDI_PREFERENCES()
#define AGS_MIDI_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MIDI_PREFERENCES, AgsMidiPreferences))
AGS_MIDI_PREFERENCES_CLASS()
#define AGS_MIDI_PREFERENCES_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MIDI_PREFERENCES, AgsMidiPreferencesClass))
AGS_MIDI_PREFERENCES_GET_CLASS()
#define AGS_MIDI_PREFERENCES_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MIDI_PREFERENCES, AgsMidiPreferencesClass))