From e2de64d6f1beb9e492daf5b886e19933c1fa41dd Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- arts/modules/effects/mcopclass/Effect_WAVECAPTURE.mcopclass | 4 ++++ arts/modules/effects/mcopclass/FiveBandMonoComplexEQ.mcopclass | 6 ++++++ .../effects/mcopclass/FiveBandMonoComplexEQGuiFactory.mcopclass | 4 ++++ arts/modules/effects/mcopclass/FreeverbGuiFactory.mcopclass | 4 ++++ arts/modules/effects/mcopclass/MonoToStereo.mcopclass | 4 ++++ arts/modules/effects/mcopclass/StereoBalance.mcopclass | 4 ++++ arts/modules/effects/mcopclass/StereoBalanceGuiFactory.mcopclass | 4 ++++ .../modules/effects/mcopclass/StereoCompressorGuiFactory.mcopclass | 4 ++++ .../effects/mcopclass/StereoFirEqualizerGuiFactory.mcopclass | 4 ++++ arts/modules/effects/mcopclass/StereoToMono.mcopclass | 4 ++++ arts/modules/effects/mcopclass/StereoVolumeControlGui.mcopclass | 5 +++++ .../effects/mcopclass/StereoVolumeControlGuiFactory.mcopclass | 6 ++++++ arts/modules/effects/mcopclass/Synth_FREEVERB.mcopclass | 7 +++++++ arts/modules/effects/mcopclass/Synth_STEREO_COMPRESSOR.mcopclass | 6 ++++++ .../modules/effects/mcopclass/Synth_STEREO_FIR_EQUALIZER.mcopclass | 4 ++++ arts/modules/effects/mcopclass/Synth_STEREO_PITCH_SHIFT.mcopclass | 4 ++++ .../effects/mcopclass/Synth_STEREO_PITCH_SHIFT_FFT.mcopclass | 4 ++++ arts/modules/effects/mcopclass/Synth_VOICE_REMOVAL.mcopclass | 7 +++++++ arts/modules/effects/mcopclass/VoiceRemovalGuiFactory.mcopclass | 4 ++++ 19 files changed, 89 insertions(+) create mode 100644 arts/modules/effects/mcopclass/Effect_WAVECAPTURE.mcopclass create mode 100644 arts/modules/effects/mcopclass/FiveBandMonoComplexEQ.mcopclass create mode 100644 arts/modules/effects/mcopclass/FiveBandMonoComplexEQGuiFactory.mcopclass create mode 100644 arts/modules/effects/mcopclass/FreeverbGuiFactory.mcopclass create mode 100644 arts/modules/effects/mcopclass/MonoToStereo.mcopclass create mode 100644 arts/modules/effects/mcopclass/StereoBalance.mcopclass create mode 100644 arts/modules/effects/mcopclass/StereoBalanceGuiFactory.mcopclass create mode 100644 arts/modules/effects/mcopclass/StereoCompressorGuiFactory.mcopclass create mode 100644 arts/modules/effects/mcopclass/StereoFirEqualizerGuiFactory.mcopclass create mode 100644 arts/modules/effects/mcopclass/StereoToMono.mcopclass create mode 100644 arts/modules/effects/mcopclass/StereoVolumeControlGui.mcopclass create mode 100644 arts/modules/effects/mcopclass/StereoVolumeControlGuiFactory.mcopclass create mode 100644 arts/modules/effects/mcopclass/Synth_FREEVERB.mcopclass create mode 100644 arts/modules/effects/mcopclass/Synth_STEREO_COMPRESSOR.mcopclass create mode 100644 arts/modules/effects/mcopclass/Synth_STEREO_FIR_EQUALIZER.mcopclass create mode 100644 arts/modules/effects/mcopclass/Synth_STEREO_PITCH_SHIFT.mcopclass create mode 100644 arts/modules/effects/mcopclass/Synth_STEREO_PITCH_SHIFT_FFT.mcopclass create mode 100644 arts/modules/effects/mcopclass/Synth_VOICE_REMOVAL.mcopclass create mode 100644 arts/modules/effects/mcopclass/VoiceRemovalGuiFactory.mcopclass (limited to 'arts/modules/effects/mcopclass') diff --git a/arts/modules/effects/mcopclass/Effect_WAVECAPTURE.mcopclass b/arts/modules/effects/mcopclass/Effect_WAVECAPTURE.mcopclass new file mode 100644 index 00000000..7eae5f24 --- /dev/null +++ b/arts/modules/effects/mcopclass/Effect_WAVECAPTURE.mcopclass @@ -0,0 +1,4 @@ +Buildable=true +Interface=Arts::Effect_WAVECAPTURE,Arts::StereoEffect,Arts::SynthModule,Arts::Object +Language=C++ +Library=libartsmoduleseffects.la diff --git a/arts/modules/effects/mcopclass/FiveBandMonoComplexEQ.mcopclass b/arts/modules/effects/mcopclass/FiveBandMonoComplexEQ.mcopclass new file mode 100644 index 00000000..015054ad --- /dev/null +++ b/arts/modules/effects/mcopclass/FiveBandMonoComplexEQ.mcopclass @@ -0,0 +1,6 @@ +Buildable=true +Interface=Arts::FiveBandMonoComplexEQ,Arts::StereoEffect,Arts::SynthModule,Arts::Object +Language=C++ +Library=libartsmoduleseffects.la +Features=RackGUI +Name="Five Band Equalizer (Mono)" diff --git a/arts/modules/effects/mcopclass/FiveBandMonoComplexEQGuiFactory.mcopclass b/arts/modules/effects/mcopclass/FiveBandMonoComplexEQGuiFactory.mcopclass new file mode 100644 index 00000000..8ecb41a7 --- /dev/null +++ b/arts/modules/effects/mcopclass/FiveBandMonoComplexEQGuiFactory.mcopclass @@ -0,0 +1,4 @@ +Interface=Arts::FiveBandMonoComplexEQGuiFactory,Arts::GuiFactory,Arts::Object +CanCreate=Arts::FiveBandMonoComplexEQ +Language=C++ +Library=libartsmoduleseffects.la diff --git a/arts/modules/effects/mcopclass/FreeverbGuiFactory.mcopclass b/arts/modules/effects/mcopclass/FreeverbGuiFactory.mcopclass new file mode 100644 index 00000000..4c4d4e93 --- /dev/null +++ b/arts/modules/effects/mcopclass/FreeverbGuiFactory.mcopclass @@ -0,0 +1,4 @@ +Interface=Arts::FreeverbGuiFactory,Arts::GuiFactory,Arts::Object +CanCreate=Arts::Synth_FREEVERB +Language=C++ +Library=libartsmoduleseffects.la diff --git a/arts/modules/effects/mcopclass/MonoToStereo.mcopclass b/arts/modules/effects/mcopclass/MonoToStereo.mcopclass new file mode 100644 index 00000000..775b00e2 --- /dev/null +++ b/arts/modules/effects/mcopclass/MonoToStereo.mcopclass @@ -0,0 +1,4 @@ +Buildable=true +Interface=Arts::MonoToStereo,Arts::SynthModule,Arts::Object +Language=C++ +Library=libartsmoduleseffects.la diff --git a/arts/modules/effects/mcopclass/StereoBalance.mcopclass b/arts/modules/effects/mcopclass/StereoBalance.mcopclass new file mode 100644 index 00000000..1a59e1f8 --- /dev/null +++ b/arts/modules/effects/mcopclass/StereoBalance.mcopclass @@ -0,0 +1,4 @@ +Buildable=true +Interface=Arts::StereoBalance,Arts::StereoEffect,Arts::SynthModule,Arts::Object +Language=C++ +Library=libartsmoduleseffects.la diff --git a/arts/modules/effects/mcopclass/StereoBalanceGuiFactory.mcopclass b/arts/modules/effects/mcopclass/StereoBalanceGuiFactory.mcopclass new file mode 100644 index 00000000..a539a91e --- /dev/null +++ b/arts/modules/effects/mcopclass/StereoBalanceGuiFactory.mcopclass @@ -0,0 +1,4 @@ +Interface=Arts::StereoBalanceGuiFactory,Arts::GuiFactory,Arts::Object +CanCreate=Arts::StereoBalance +Language=C++ +Library=libartsmoduleseffects.la diff --git a/arts/modules/effects/mcopclass/StereoCompressorGuiFactory.mcopclass b/arts/modules/effects/mcopclass/StereoCompressorGuiFactory.mcopclass new file mode 100644 index 00000000..f392adb7 --- /dev/null +++ b/arts/modules/effects/mcopclass/StereoCompressorGuiFactory.mcopclass @@ -0,0 +1,4 @@ +Interface=Arts::StereoCompressorGuiFactory,Arts::GuiFactory,Arts::Object +CanCreate=Arts::Synth_STEREO_COMPRESSOR +Language=C++ +Library=libartsmoduleseffects.la diff --git a/arts/modules/effects/mcopclass/StereoFirEqualizerGuiFactory.mcopclass b/arts/modules/effects/mcopclass/StereoFirEqualizerGuiFactory.mcopclass new file mode 100644 index 00000000..d8f3c71d --- /dev/null +++ b/arts/modules/effects/mcopclass/StereoFirEqualizerGuiFactory.mcopclass @@ -0,0 +1,4 @@ +Interface=Arts::StereoFirEqualizerGuiFactory,Arts::GuiFactory,Arts::Object +CanCreate=Arts::Synth_STEREO_FIR_EQUALIZER +Language=C++ +Library=libartsmoduleseffects.la diff --git a/arts/modules/effects/mcopclass/StereoToMono.mcopclass b/arts/modules/effects/mcopclass/StereoToMono.mcopclass new file mode 100644 index 00000000..8208e6f4 --- /dev/null +++ b/arts/modules/effects/mcopclass/StereoToMono.mcopclass @@ -0,0 +1,4 @@ +Buildable=true +Interface=Arts::StereoToMono,Arts::SynthModule,Arts::Object +Language=C++ +Library=libartsmoduleseffects.la diff --git a/arts/modules/effects/mcopclass/StereoVolumeControlGui.mcopclass b/arts/modules/effects/mcopclass/StereoVolumeControlGui.mcopclass new file mode 100644 index 00000000..f1db522e --- /dev/null +++ b/arts/modules/effects/mcopclass/StereoVolumeControlGui.mcopclass @@ -0,0 +1,5 @@ +Buildable=true +Interface=Arts::StereoVolumeControlGui,Arts::LayoutBox,Arts::Frame,Arts::Widget,Arts::Object +Language=C++ +Library=libartsmoduleseffects.la +Requires=kdegui diff --git a/arts/modules/effects/mcopclass/StereoVolumeControlGuiFactory.mcopclass b/arts/modules/effects/mcopclass/StereoVolumeControlGuiFactory.mcopclass new file mode 100644 index 00000000..8668ddbc --- /dev/null +++ b/arts/modules/effects/mcopclass/StereoVolumeControlGuiFactory.mcopclass @@ -0,0 +1,6 @@ +Buildable=true +Interface=Arts::StereoVolumeControlGuiFactory,Arts::GuiFactory,Arts::Object +CanCreate=Arts::StereoVolumeControl +Language=C++ +Library=libartsmoduleseffects.la +Requires=kdegui diff --git a/arts/modules/effects/mcopclass/Synth_FREEVERB.mcopclass b/arts/modules/effects/mcopclass/Synth_FREEVERB.mcopclass new file mode 100644 index 00000000..def8bf1d --- /dev/null +++ b/arts/modules/effects/mcopclass/Synth_FREEVERB.mcopclass @@ -0,0 +1,7 @@ +Buildable=true +Interface=Arts::Synth_FREEVERB,Arts::StereoEffect,Arts::SynthModule,Arts::Object +Language=C++ +Library=libartsmoduleseffects.la +Features=RackGUI +Name="Freeverb" +Use=directly \ No newline at end of file diff --git a/arts/modules/effects/mcopclass/Synth_STEREO_COMPRESSOR.mcopclass b/arts/modules/effects/mcopclass/Synth_STEREO_COMPRESSOR.mcopclass new file mode 100644 index 00000000..357215a1 --- /dev/null +++ b/arts/modules/effects/mcopclass/Synth_STEREO_COMPRESSOR.mcopclass @@ -0,0 +1,6 @@ +Buildable=true +Interface=Arts::Synth_STEREO_COMPRESSOR,Arts::StereoEffect,Arts::SynthModule,Arts::Object +Language=C++ +Library=libartsmoduleseffects.la +Features=RackGUI +Name="Stereo Compressor" diff --git a/arts/modules/effects/mcopclass/Synth_STEREO_FIR_EQUALIZER.mcopclass b/arts/modules/effects/mcopclass/Synth_STEREO_FIR_EQUALIZER.mcopclass new file mode 100644 index 00000000..c127e6f0 --- /dev/null +++ b/arts/modules/effects/mcopclass/Synth_STEREO_FIR_EQUALIZER.mcopclass @@ -0,0 +1,4 @@ +Buildable=true +Interface=Arts::Synth_STEREO_FIR_EQUALIZER,Arts::StereoEffect,Arts::SynthModule,Arts::Object +Language=C++ +Library=libartsmoduleseffects.la diff --git a/arts/modules/effects/mcopclass/Synth_STEREO_PITCH_SHIFT.mcopclass b/arts/modules/effects/mcopclass/Synth_STEREO_PITCH_SHIFT.mcopclass new file mode 100644 index 00000000..97eff8dd --- /dev/null +++ b/arts/modules/effects/mcopclass/Synth_STEREO_PITCH_SHIFT.mcopclass @@ -0,0 +1,4 @@ +Buildable=true +Interface=Arts::Synth_STEREO_PITCH_SHIFT,Arts::StereoEffect,Arts::SynthModule,Arts::Object +Language=C++ +Library=libartsmoduleseffects.la diff --git a/arts/modules/effects/mcopclass/Synth_STEREO_PITCH_SHIFT_FFT.mcopclass b/arts/modules/effects/mcopclass/Synth_STEREO_PITCH_SHIFT_FFT.mcopclass new file mode 100644 index 00000000..a1669725 --- /dev/null +++ b/arts/modules/effects/mcopclass/Synth_STEREO_PITCH_SHIFT_FFT.mcopclass @@ -0,0 +1,4 @@ +Buildable=true +Interface=Arts::Synth_STEREO_PITCH_SHIFT_FFT,Arts::StereoEffect,Arts::SynthModule,Arts::Object +Language=C++ +Library=libartsmoduleseffects.la diff --git a/arts/modules/effects/mcopclass/Synth_VOICE_REMOVAL.mcopclass b/arts/modules/effects/mcopclass/Synth_VOICE_REMOVAL.mcopclass new file mode 100644 index 00000000..411747c5 --- /dev/null +++ b/arts/modules/effects/mcopclass/Synth_VOICE_REMOVAL.mcopclass @@ -0,0 +1,7 @@ +Buildable=true +Interface=Arts::Synth_VOICE_REMOVAL,Arts::StereoEffect,Arts::SynthModule,Arts::Object +Language=C++ +Library=libartsmoduleseffects.la +Features=RackGUI +Name="Voice Removal" +Use=directly \ No newline at end of file diff --git a/arts/modules/effects/mcopclass/VoiceRemovalGuiFactory.mcopclass b/arts/modules/effects/mcopclass/VoiceRemovalGuiFactory.mcopclass new file mode 100644 index 00000000..95368698 --- /dev/null +++ b/arts/modules/effects/mcopclass/VoiceRemovalGuiFactory.mcopclass @@ -0,0 +1,4 @@ +Interface=Arts::VoiceRemovalGuiFactory,Arts::GuiFactory,Arts::Object +CanCreate=Arts::Synth_VOICE_REMOVAL +Language=C++ +Library=libartsmoduleseffects.la -- cgit v1.2.1