Advanced Gtk+ Sequencer Reference Manual | ||||
---|---|---|---|---|
Top | Description |
#include <ags/audio/task/ags_init_channel.h> struct AgsInitChannel; struct AgsInitChannelClass; AgsInitChannel * ags_init_channel_new (AgsChannel *channel
,,
gboolean play_pad,
gboolean playback,
gboolean sequencer);
gboolean notation
struct AgsInitChannel { AgsTask task; AgsChannel *channel; gboolean play_pad; gboolean playback; gboolean sequencer; gboolean notation; };
AgsInitChannel * ags_init_channel_new (AgsChannel *channel
,,
gboolean play_pad,
gboolean playback,
gboolean sequencer);
gboolean notation
Creates an AgsInitChannel.
|
the AgsChannel |
|
TRUE |
|
init playback |
|
init sequencer |
|
init notation |
Returns : |
an new AgsInitChannel. |
Since 0.4