| Top |
| gboolean | ags_fx_notation_audio_test_flags () |
| void | ags_fx_notation_audio_set_flags () |
| void | ags_fx_notation_audio_unset_flags () |
| gboolean | ags_fx_notation_audio_get_pattern_mode () |
| void | ags_fx_notation_audio_set_pattern_mode () |
| GList * | ags_fx_notation_audio_get_feed_note () |
| void | ags_fx_notation_audio_add_feed_note () |
| void | ags_fx_notation_audio_remove_feed_note () |
| AgsFxNotationAudio * | ags_fx_notation_audio_new () |
| #define | AGS_FX_NOTATION_AUDIO() |
| #define | AGS_FX_NOTATION_AUDIO_CLASS() |
| #define | AGS_FX_NOTATION_AUDIO_GET_CLASS() |
| #define | AGS_IS_FX_NOTATION_AUDIO() |
| #define | AGS_IS_FX_NOTATION_AUDIO_CLASS() |
| GType | ags_fx_notation_audio_get_type () |
| #define | AGS_FX_NOTATION_AUDIO_DEFAULT_LOOP_START |
| #define | AGS_FX_NOTATION_AUDIO_DEFAULT_LOOP_END |
| enum | AgsFxNotationAudioFlags |
| #define | AGS_TYPE_FX_NOTATION_AUDIO |
| struct | AgsFxNotationAudio |
| struct | AgsFxNotationAudioClass |
GObject
╰── AgsRecall
╰── AgsRecallAudio
╰── AgsFxNotationAudio
├── AgsFxDssiAudio
╰── AgsFxLv2Audio
gboolean ags_fx_notation_audio_test_flags (AgsFxNotationAudio *fx_notation_audio,guint flags);
Test flags
of fx_notation_audio
.
Since: 3.3.0
void ags_fx_notation_audio_set_flags (AgsFxNotationAudio *fx_notation_audio,guint flags);
Set flags
of fx_notation_audio
.
Since: 3.3.0
void ags_fx_notation_audio_unset_flags (AgsFxNotationAudio *fx_notation_audio,guint flags);
Unset flags
of fx_notation_audio
.
Since: 3.3.0
gboolean
ags_fx_notation_audio_get_pattern_mode
(AgsFxNotationAudio *fx_notation_audio);
Get pattern mode of fx_notation_audio
.
Since: 3.3.0
void ags_fx_notation_audio_set_pattern_mode (AgsFxNotationAudio *fx_notation_audio,gboolean pattern_mode);
Set pattern_mode
of fx_notation_audio
.
Since: 3.3.0
GList *
ags_fx_notation_audio_get_feed_note (AgsFxNotationAudio *fx_notation_audio);
Get feed note of fx_notation_audio
.
Since: 3.3.0
void ags_fx_notation_audio_add_feed_note (AgsFxNotationAudio *fx_notation_audio,AgsNote *note);
Add note
to fx_notation_audio
.
Since: 3.3.0
void ags_fx_notation_audio_remove_feed_note (AgsFxNotationAudio *fx_notation_audio,AgsNote *note);
Remove note
from fx_notation_audio
.
Since: 3.3.0
AgsFxNotationAudio *
ags_fx_notation_audio_new (AgsAudio *audio);
Create a new instance of AgsFxNotationAudio
Since: 3.3.0
#define AGS_FX_NOTATION_AUDIO(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_NOTATION_AUDIO, AgsFxNotationAudio))
#define AGS_FX_NOTATION_AUDIO_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_NOTATION_AUDIO, AgsFxNotationAudioClass))
#define AGS_FX_NOTATION_AUDIO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_NOTATION_AUDIO, AgsFxNotationAudioClass))
#define AGS_IS_FX_NOTATION_AUDIO(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_NOTATION_AUDIO))
#define AGS_IS_FX_NOTATION_AUDIO_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_NOTATION_AUDIO))
“bpm” property“bpm” AgsPort *
The beats per minute.
Owner: AgsFxNotationAudio
Flags: Read / Write
Since: 3.3.0
“delay” property“delay” AgsPort *
The notation's delay.
Owner: AgsFxNotationAudio
Flags: Read / Write
Since: 3.3.0
“duration” property“duration” AgsPort *
The notation's duration.
Owner: AgsFxNotationAudio
Flags: Read / Write
Since: 3.3.0
“loop” property“loop” AgsPort *
Do loop.
Owner: AgsFxNotationAudio
Flags: Read / Write
Since: 3.3.0
“loop-end” property“loop-end” AgsPort *
The notation's loop-end.
Owner: AgsFxNotationAudio
Flags: Read / Write
Since: 3.3.0
“loop-start” property“loop-start” AgsPort *
The notation's loop-start.
Owner: AgsFxNotationAudio
Flags: Read / Write
Since: 3.3.0
“tact” property“tact” AgsPort *
The tact segmentation.
Owner: AgsFxNotationAudio
Flags: Read / Write
Since: 3.3.0