[go: up one dir, main page]

Menu

[r669]: / doc / listings / linking_safe.c  Maximize  Restore  History

Download this file

10 lines (7 with data), 402 Bytes

1
2
3
4
5
6
7
8
9
/* creating AgsLink task and add it to AgsDevout */
link_channel = ags_link_channel_new(ags_channel_nth(master_audio->input, 0),
ags_channel_nth(slave_audio->output, 0));
ags_devout_append_task(devout, link_channel);
link_channel = ags_link_channel_new(ags_channel_nth(master_audio->input, 1),
ags_channel_nth(slave_audio->output, 1));
ags_devout_append_task(devout, link_channel);