Lines Matching refs:audio_channel

5404 					AGS_LINE(gobject)->channel->audio_channel, AGS_LINE(gobject)->channel->audio_channel + 1,  in ags_simple_file_read_line()
5416 AGS_CHANNEL(gobject)->audio_channel, AGS_CHANNEL(gobject)->audio_channel + 1, in ags_simple_file_read_line()
6350 … AGS_LINE(gobject)->channel->audio_channel, AGS_LINE(gobject)->channel->audio_channel + 1, in ags_simple_file_read_effect_line()
6362 AGS_CHANNEL(gobject)->audio_channel, AGS_CHANNEL(gobject)->audio_channel + 1, in ags_simple_file_read_effect_line()
7468 guint audio_channel; in ags_simple_file_read_notation_fixup_1_0_to_1_2() local
7475 audio_channel = 0; in ags_simple_file_read_notation_fixup_1_0_to_1_2()
7480 audio_channel = g_ascii_strtoull(str, in ags_simple_file_read_notation_fixup_1_0_to_1_2()
7599 notation_list = ags_notation_find_near_timestamp(notation[0], audio_channel, in ags_simple_file_read_notation_fixup_1_0_to_1_2()
7607 "audio-channel", audio_channel, in ags_simple_file_read_notation_fixup_1_0_to_1_2()
7673 guint audio_channel; in ags_simple_file_read_notation() local
7679 audio_channel = gobject->audio_channel; in ags_simple_file_read_notation()
7693 audio_channel = 0; in ags_simple_file_read_notation()
7698 audio_channel = g_ascii_strtoull(str, in ags_simple_file_read_notation()
7707 "audio-channel", audio_channel, in ags_simple_file_read_notation()
10711 guint audio_channel; in ags_simple_file_write_line() local
10715 "audio-channel", &audio_channel, in ags_simple_file_write_line()
10729 audio_channel); in ags_simple_file_write_line()
11815 g_strdup_printf("%d", notation->audio_channel)); in ags_simple_file_write_notation()