Top | ![]() |
![]() |
![]() |
![]() |
AgsInitChannel * | ags_init_channel_new () |
#define | AGS_INIT_CHANNEL() |
#define | AGS_INIT_CHANNEL_CLASS() |
#define | AGS_INIT_CHANNEL_GET_CLASS() |
#define | AGS_IS_INIT_CHANNEL() |
#define | AGS_IS_INIT_CHANNEL_CLASS() |
GType | ags_init_channel_get_type () |
AgsChannel * | channel | Read / Write |
gboolean | do-notation | Read / Write |
gboolean | do-playback | Read / Write |
gboolean | do-sequencer | Read / Write |
gboolean | play-pad | Read / Write |
AgsInitChannel * ags_init_channel_new (AgsChannel *channel
,gboolean play_pad
,gboolean do_playback
,gboolean do_sequencer
,gboolean do_notation
);
Creates an AgsInitChannel.
channel |
the AgsChannel |
|
play_pad |
|
|
do_playback |
init playback |
|
do_sequencer |
init sequencer |
|
do_notation |
init notation |
Since: 0.4
#define AGS_INIT_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_INIT_CHANNEL, AgsInitChannel))
#define AGS_INIT_CHANNEL_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_INIT_CHANNEL, AgsInitChannelClass))
#define AGS_INIT_CHANNEL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_INIT_CHANNEL, AgsInitChannelClass))
#define AGS_IS_INIT_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_INIT_CHANNEL))
#define AGS_IS_INIT_CHANNEL_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_INIT_CHANNEL))
“channel”
property“channel” AgsChannel *
The assigned AgsChannel
Flags: Read / Write
Since: 0.7.117
“do-notation”
property“do-notation” gboolean
The effects do-notation.
Flags: Read / Write
Default value: FALSE
Since: 0.7.117
“do-playback”
property“do-playback” gboolean
The effects do-playback.
Flags: Read / Write
Default value: FALSE
Since: 0.7.117
“do-sequencer”
property“do-sequencer” gboolean
The effects do-sequencer.
Flags: Read / Write
Default value: FALSE
Since: 0.7.117
“play-pad”
property“play-pad” gboolean
Do play pad.
Flags: Read / Write
Default value: FALSE
Since: 0.7.117