Home
last modified time | relevance | path

Searched refs:fx_pattern_channel_processor (Results 1 – 5 of 5) sorted by relevance

/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/fx/
H A Dags_fx_pattern_channel_processor.c84 gobject = (GObjectClass *) fx_pattern_channel_processor; in ags_fx_pattern_channel_processor_class_init()
93 AGS_RECALL(fx_pattern_channel_processor)->name = "ags-fx-pattern"; in ags_fx_pattern_channel_processor_init()
94 AGS_RECALL(fx_pattern_channel_processor)->version = AGS_RECALL_DEFAULT_VERSION; in ags_fx_pattern_channel_processor_init()
95 AGS_RECALL(fx_pattern_channel_processor)->build_id = AGS_RECALL_DEFAULT_BUILD_ID; in ags_fx_pattern_channel_processor_init()
98 AGS_RECALL(fx_pattern_channel_processor)->child_type = AGS_TYPE_FX_PATTERN_RECYCLING; in ags_fx_pattern_channel_processor_init()
104 AgsFxPatternChannelProcessor *fx_pattern_channel_processor; in ags_fx_pattern_channel_processor_dispose() local
106 fx_pattern_channel_processor = AGS_FX_PATTERN_CHANNEL_PROCESSOR(gobject); in ags_fx_pattern_channel_processor_dispose()
115 AgsFxPatternChannelProcessor *fx_pattern_channel_processor; in ags_fx_pattern_channel_processor_finalize() local
117 fx_pattern_channel_processor = AGS_FX_PATTERN_CHANNEL_PROCESSOR(gobject); in ags_fx_pattern_channel_processor_finalize()
136 AgsFxPatternChannelProcessor *fx_pattern_channel_processor; in ags_fx_pattern_channel_processor_new() local
[all …]
H A Dags_fx_pattern_audio_signal.c152 AgsFxPatternChannelProcessor *fx_pattern_channel_processor; in ags_fx_pattern_audio_signal_run_inter() local
185 fx_pattern_channel_processor = NULL; in ags_fx_pattern_audio_signal_run_inter()
198 "parent", &fx_pattern_channel_processor, in ags_fx_pattern_audio_signal_run_inter()
201 g_object_get(fx_pattern_channel_processor, in ags_fx_pattern_audio_signal_run_inter()
356 if(fx_pattern_channel_processor != NULL){ in ags_fx_pattern_audio_signal_run_inter()
357 g_object_unref(fx_pattern_channel_processor); in ags_fx_pattern_audio_signal_run_inter()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/test/audio/fx/
H A Dags_fx_pattern_audio_signal_test.c87 AgsFxPatternChannelProcessor *fx_pattern_channel_processor; in ags_fx_pattern_audio_signal_test_run_inter() local
139 fx_pattern_channel_processor = ags_fx_pattern_channel_processor_new(channel); in ags_fx_pattern_audio_signal_test_run_inter()
142 g_object_set(fx_pattern_channel_processor, in ags_fx_pattern_audio_signal_test_run_inter()
148 fx_pattern_channel_processor); in ags_fx_pattern_audio_signal_test_run_inter()
150 CU_ASSERT(fx_pattern_channel_processor != NULL); in ags_fx_pattern_audio_signal_test_run_inter()
159 ags_recall_add_child(fx_pattern_channel_processor, in ags_fx_pattern_audio_signal_test_run_inter()
219 AgsFxPatternChannelProcessor *fx_pattern_channel_processor; in ags_fx_pattern_audio_signal_test_stream_feed() local
276 g_object_set(fx_pattern_channel_processor, in ags_fx_pattern_audio_signal_test_stream_feed()
282 fx_pattern_channel_processor); in ags_fx_pattern_audio_signal_test_stream_feed()
284 CU_ASSERT(fx_pattern_channel_processor != NULL); in ags_fx_pattern_audio_signal_test_stream_feed()
[all …]
H A Dags_fx_pattern_channel_processor_test.c61 AgsFxPatternChannelProcessor *fx_pattern_channel_processor; in ags_fx_pattern_channel_processor_test_new() local
66 fx_pattern_channel_processor = ags_fx_pattern_channel_processor_new(channel); in ags_fx_pattern_channel_processor_test_new()
68 CU_ASSERT(fx_pattern_channel_processor != NULL); in ags_fx_pattern_channel_processor_test_new()
69 CU_ASSERT(AGS_RECALL_CHANNEL_RUN(fx_pattern_channel_processor)->source == channel); in ags_fx_pattern_channel_processor_test_new()
71 CU_ASSERT(AGS_RECALL(fx_pattern_channel_processor)->child_type == AGS_TYPE_FX_PATTERN_RECYCLING); in ags_fx_pattern_channel_processor_test_new()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/
H A Dags_fx_factory.c4161 AgsFxPatternChannelProcessor *fx_pattern_channel_processor; in ags_fx_factory_create_pattern() local
4319 ags_recall_set_flags((AgsRecall *) fx_pattern_channel_processor, in ags_fx_factory_create_pattern()
4321 ags_recall_set_ability_flags((AgsRecall *) fx_pattern_channel_processor, in ags_fx_factory_create_pattern()
4330 fx_pattern_channel_processor); in ags_fx_factory_create_pattern()
4333 fx_pattern_channel_processor); in ags_fx_factory_create_pattern()
4335 ags_connectable_connect(AGS_CONNECTABLE(fx_pattern_channel_processor)); in ags_fx_factory_create_pattern()
4480 ags_recall_set_flags((AgsRecall *) fx_pattern_channel_processor, in ags_fx_factory_create_pattern()
4482 ags_recall_set_ability_flags((AgsRecall *) fx_pattern_channel_processor, in ags_fx_factory_create_pattern()
4491 fx_pattern_channel_processor); in ags_fx_factory_create_pattern()
4494 fx_pattern_channel_processor); in ags_fx_factory_create_pattern()
[all …]