Home
last modified time | relevance | path

Searched refs:effect_name (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dsoxdialog.c122 !strcmp(ed->effect_name,"echos") || in sox_dialog_apply_proc_main()
123 !strcmp(ed->effect_name,"reverb") || in sox_dialog_apply_proc_main()
124 !strcmp(ed->effect_name,"chorus") || in sox_dialog_apply_proc_main()
125 !strcmp(ed->effect_name,"flanger") || in sox_dialog_apply_proc_main()
126 !strcmp(ed->effect_name,"phaser")) { in sox_dialog_apply_proc_main()
164 ed->effect_name); in sox_dialog_apply_proc_main()
171 ed->effect_name, in sox_dialog_apply_proc_main()
242 !strcmp(ed->effect_name,"earwax") || in sox_dialog_apply_proc_main()
243 !strcmp(ed->effect_name,"reverse")) { in sox_dialog_apply_proc_main()
244 strcpy(c,ed->effect_name); in sox_dialog_apply_proc_main()
[all …]
H A Deffectbrowser.h87 GtkWidget *effect_browser_new_with_effect(Document *doc, gchar *effect_name,
91 void effect_browser_set_effect(EffectBrowser *eb, gchar *effect_name,
94 void effect_browser_invalidate_effect(EffectBrowser *eb, gchar *effect_name,
H A Deffectdialog.c102 void effect_dialog_setup(EffectDialog *ed, gchar *effect_name, gpointer eb) in effect_dialog_setup() argument
106 ed->effect_name = effect_name; in effect_dialog_setup()
H A Deffectdialog.h58 gchar *effect_name; member
88 void effect_dialog_setup(EffectDialog *ed, gchar *effect_name, gpointer eb);
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/effects/control/
H A Dsfx_generator.cfg7 …ter_volume_: "if(master_volume = -1, if(tmp.volume_list[effect_name], tmp.volume_list[effect_name]…
10 setup: "def() if(effect_name, sound_loop(effect_name,volume_level))",
27 name: "effect_name",
H A Dsfx_falloff_generator.cfg13 similar_generators: "filter(level.chars, value.type = type and value.effect_name = effect_name)",
24 …ter_volume_: "if(master_volume = -1, if(tmp.volume_list[effect_name], tmp.volume_list[effect_name]…
30 setup: "def() [sound_loop(effect_name, volume_level),schedule(2,fire_event('adjust_volume'))]",
35 on_load: "if(vars.effect_name and size(filter(similar_generators, value.tmp.is_master)) = 0, [set(t…
36 on_setup: "[sound_loop(vars.effect_name, volume_level), schedule(2, fire_event('adjust_volume'))]",
54 name: "effect_name",
/dports/audio/caps-lv2/caps-lv2-5d52a0c/
H A Dmake_single_plugins.py91 for ladspa_uid, effect_name, sources in effects_info:
95 bundlepath = "plugins/mod-caps-%s.lv2" % effect_name
103 fh.write(interface_code.replace("__EFFECT__", effect_name))
107 … fh.write(manifest.replace("__LADSPA_UID__", ladspa_uid).replace("__EFFECT__", effect_name))
111 … fh.write(makefile_single.replace("__EFFECT__", effect_name).replace("__SOURCES__", sources))
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/ampsim/DK/buildlv2/
H A Dmake_lv2_X11bundle.sh251 if [ ! -z "$effect_name" ]; then
252 EFNAME=${effect_name^^}
253 efname=${effect_name}
254 sed -i 's/EffectNAME/'"${effect_name}"'/g' gui/gx_${bname}_x11ui.c
255 echo -e "set plugin name to "$BLUE"Gx$effect_name"$NONE
325 if [ ! -z "$effect_name" ]; then
326 sed -i 's/EffectNAME/'"${effect_name}"'/g' plugin/gx_${bname}.ttl
402 effect_name=""
411 n) effect_name=$OPTARG;;
435 echo -e "$effect_name"
H A Dmake_lv2_bundle.sh267 if [ ! -z "$effect_name" ]; then
268 EFNAME=${effect_name^^}
269 efname=${effect_name}
270 sed -i 's/EffectNAME/'"${effect_name}"'/g' gui/gx_${bname}_ui.c
280 echo -e "set plugin name to "$BLUE"Gx$effect_name"$NONE
357 if [ ! -z "$effect_name" ]; then
358 sed -i 's/EffectNAME/'"${effect_name}"'/g' plugin/gx_${bname}.ttl
433 effect_name=""
441 n) effect_name=$OPTARG;;
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dplugin.cpp69 audio_module_iface *create_calf_plugin_by_name(const char *effect_name) in create_calf_plugin_by_name() argument
71 …#define PER_MODULE_ITEM(name, isSynth, jackname) if (!strcasecmp(effect_name, jackname)) return ne… in create_calf_plugin_by_name()
76 plugin_metadata_iface *create_calf_metadata_by_name(const char *effect_name) in create_calf_metadata_by_name() argument
78 …#define PER_MODULE_ITEM(name, isSynth, jackname) if (!strcasecmp(effect_name, jackname)) return ne… in create_calf_metadata_by_name()
H A Dpreset_gui.cpp73 if (i->plugin != gui->effect_name) in store_preset()
83 sp.plugin = gui->effect_name; in store_preset()
100 if (i->plugin == gui->effect_name && i->name == sp.name) in store_preset()
127 if (p.plugin != gui->effect_name) in activate_preset()
/dports/audio/fluidsynth/fluidsynth-2.2.4/include/fluidsynth/
H A Dladspa.h53 FLUIDSYNTH_API int fluid_ladspa_add_effect(fluid_ladspa_fx_t *fx, const char *effect_name,
57 FLUIDSYNTH_API int fluid_ladspa_effect_port_exists(fluid_ladspa_fx_t *fx, const char *effect_name, …
58 FLUIDSYNTH_API int fluid_ladspa_effect_set_control(fluid_ladspa_fx_t *fx, const char *effect_name,
60 FLUIDSYNTH_API int fluid_ladspa_effect_link(fluid_ladspa_fx_t *fx, const char *effect_name,
/dports/multimedia/openshot/openshot-qt-2.6.1/src/windows/models/
H A Deffects_model.py55effect_name = self.sourceModel().data(self.sourceModel().index(sourceRow, 1, sourceParent))
62 self.filterRegExp().indexIn(effect_name) >= 0 and \
66 self.filterRegExp().indexIn(effect_name) >= 0 and \
114 effect_name = effect_info["class_name"]
118 icon_name = "%s.png" % effect_name.lower().replace(' ', '')
210 col.setData(effect_name, Qt.DisplayRole)
211 col.setText(effect_name)
216 if effect_name not in self.model_names:
218 self.model_names[effect_name] = QPersistentModelIndex(row[1].index())
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Traits/Core/Image/
H A DToolkitTestTrait.php95 * @param string $effect_name
100 …protected function assertImageEffect(array $expected_operations, string $effect_name, array $data)… argument
101 $effect = $this->imageEffectPluginManager->createInstance($effect_name, ['data' => $data]);
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/bindings/
H A Dfluid_ladspa.c772 fluid_return_val_if_fail(effect_name != NULL, FALSE); in fluid_ladspa_effect_port_exists()
777 effect = get_effect(fx, effect_name); in fluid_ladspa_effect_port_exists()
840 fluid_return_val_if_fail(effect_name != NULL, FLUID_FAILED); in fluid_ladspa_effect_set_control()
845 effect = get_effect(fx, effect_name); in fluid_ladspa_effect_set_control()
885 int fluid_ladspa_add_effect(fluid_ladspa_fx_t *fx, const char *effect_name, in fluid_ladspa_add_effect() argument
891 fluid_return_val_if_fail(effect_name != NULL, FLUID_FAILED); in fluid_ladspa_add_effect()
908 effect->name = FLUID_STRDUP(effect_name); in fluid_ladspa_add_effect()
940 int fluid_ladspa_effect_link(fluid_ladspa_fx_t *fx, const char *effect_name, in fluid_ladspa_effect_link() argument
950 fluid_return_val_if_fail(effect_name != NULL, FLUID_FAILED); in fluid_ladspa_effect_link()
961 effect = get_effect(fx, effect_name); in fluid_ladspa_effect_link()
[all …]
/dports/multimedia/olive/olive-0.1.2/ui/
H A Deffectui.cpp17 QString effect_name; in EffectUI() local
52 effect_name = t->name; in EffectUI()
54 effect_name = tr("%1 (Opening)").arg(t->name); in EffectUI()
56 effect_name = tr("%1 (Closing)").arg(t->name); in EffectUI()
62 effect_name = e->name; in EffectUI()
66 SetTitle(effect_name); in EffectUI()
/dports/multimedia/pitivi/pitivi-0.999/pitivi/
H A Deffects.py156 def __init__(self, effect_name, media_type, categories, argument
159 self.effect_name = effect_name
171 os.path.join(pixdir, self.effect_name + ".png"),
182 if self.effect_name.startswith("gl"):
183 return "glupload ! %s ! gldownload" % self.effect_name
185 return self.effect_name
315 def _getEffectCategories(self, effect_name): argument
326 if effect_name in effects:
329 if effect_name in effects:
/dports/multimedia/openshot/openshot-qt-2.6.1/src/windows/
H A Dprocess_effect.py52 def __init__(self, clip_id, effect_name, effect_params): argument
61 self.effect_name = effect_name
76 self.setWindowTitle(self.windowTitle() % self.effect_name)
334 processing = openshot.ClipProcessingJobs(self.effect_name, jsonString)
367 self.effect = openshot.EffectInfo().CreateEffect(self.effect_name)
/dports/www/drupal8/drupal-8.9.20/core/modules/image/tests/src/Functional/
H A DImageEffectsTest.php215 * @param string $effect_name
223 protected function assertImageEffect($effect_name, array $data) { argument
224 $effect = $this->manager->createInstance($effect_name, ['data' => $data]);
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/hardware/
H A DhardwareController.cpp335 string effect_name = settings["effect"].lower(); in createEffect() local
336 if (effect_name == "static" || effect_name == "") in createEffect()
338 else if (effect_name == "glow") in createEffect()
340 else if (effect_name == "blink") in createEffect()
342 else if (effect_name == "variable") in createEffect()
344 else if (effect_name == "noise") in createEffect()
H A DhardwareMappingEffects.cpp6 #define REQ_SETTING(key, variable, effect_name) \ argument
7 …) == settings.end()) { LOG(ERROR) << "[" << key << "] not set for " << effect_name << " effect"; r…
9 #define OPT_SETTING(key, variable, effect_name, default) \ argument
/dports/multimedia/olive/olive-0.1.2/effects/
H A Deffectloaders.cpp155 QString effect_name = ""; in load_shader_effects_worker() local
160 effect_name = attr.at(j).value().toString(); in load_shader_effects_worker()
165 if (!effect_name.isEmpty()) { in load_shader_effects_worker()
169 em.name = effect_name; in load_shader_effects_worker()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/lua/
H A DGameApi.cpp1315 std::string effect_name; in game_api_get_command_effect() local
1321 effect_name = enum_to_name(effect); in game_api_get_command_effect()
1328 effect_name = enum_to_name(effect); in game_api_get_command_effect()
1334 effect_name = game->is_suspended() ? "" : "use_item_1"; in game_api_get_command_effect()
1340 effect_name = game->is_suspended() ? "" : "use_item_2"; in game_api_get_command_effect()
1347 effect_name = enum_to_name(effect); in game_api_get_command_effect()
1359 effect_name = game->is_suspended() ? "" : "move_up"; in game_api_get_command_effect()
1365 effect_name = game->is_suspended() ? "" : "move_left"; in game_api_get_command_effect()
1371 effect_name = game->is_suspended() ? "" : "move_down"; in game_api_get_command_effect()
1379 if (effect_name.empty()) { in game_api_get_command_effect()
[all …]
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Dhost_session.h95 std::string get_next_instance_name(const std::string &effect_name);
96 std::string get_full_plugin_name(const std::string &effect_name);
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dmagic_spell_test.cpp346 REQUIRE( box_type.effect_name == "spawn_item" );
375 REQUIRE( mummy_type.effect_name == "summon" );
547 REQUIRE( pew_type.effect_name == "attack" );
626 REQUIRE( montage_type.effect_name == "recover_energy" );
654 REQUIRE( kiss_type.effect_name == "recover_energy" );

12345678