Advanced Gtk+ Sequencer Reference Manual | ||||
---|---|---|---|---|
Top | Description |
#include <ags/audio/recall/ags_copy_pattern_channel.h> struct AgsCopyPatternChannel; struct AgsCopyPatternChannelClass; AgsCopyPatternChannel * ags_copy_pattern_channel_new (AgsChannel *destination
,AgsChannel *source
,AgsPort *pattern
);GList * ags_copy_pattern_channel_template_find_source_and_destination (,
GList *recallAgsChannel *destination
,AgsChannel *source
);
struct AgsCopyPatternChannel { AgsRecallChannel recall_channel; AgsPort *pattern; };
struct AgsCopyPatternChannelClass { AgsRecallChannelClass recall_channel; };
AgsCopyPatternChannel * ags_copy_pattern_channel_new (AgsChannel *destination
,AgsChannel *source
,AgsPort *pattern
);
Creates an AgsCopyPatternChannel
|
the destination AgsChannel |
|
the source AgsChannel |
|
the pattern port |
Returns : |
a new AgsCopyPatternChannel |
Since 0.4
GList * ags_copy_pattern_channel_template_find_source_and_destination (,
GList *recallAgsChannel *destination
,AgsChannel *source
);