diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-08 22:26:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-08 22:26:17 +0900 |
commit | fce86b22a2367f1be1f9aae5e1ba3d18d1371b74 (patch) | |
tree | 707fe84fef0569a152e632ce1e16407f9d19a3d2 /arts/modules/effects | |
parent | 41fa1afc2c571b909acd0312e4eebb4a0b21e3c2 (diff) | |
download | tdemultimedia-fce86b22a2367f1be1f9aae5e1ba3d18d1371b74.tar.gz tdemultimedia-fce86b22a2367f1be1f9aae5e1ba3d18d1371b74.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'arts/modules/effects')
-rw-r--r-- | arts/modules/effects/CMakeLists.txt | 20 | ||||
-rw-r--r-- | arts/modules/effects/Makefile.am | 22 | ||||
-rw-r--r-- | arts/modules/effects/artsmoduleseffects.idl | 2 | ||||
-rw-r--r-- | arts/modules/effects/effect_wavecapture_impl.cpp (renamed from arts/modules/effects/effect_wavecapture_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/effects/fivebandmonocomplexeq_impl.cpp (renamed from arts/modules/effects/fivebandmonocomplexeq_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/effects/freeverb/allpass.cpp | 2 | ||||
-rw-r--r-- | arts/modules/effects/freeverb/allpass.h (renamed from arts/modules/effects/freeverb/allpass.hpp) | 0 | ||||
-rw-r--r-- | arts/modules/effects/freeverb/comb.cpp | 2 | ||||
-rw-r--r-- | arts/modules/effects/freeverb/comb.h (renamed from arts/modules/effects/freeverb/comb.hpp) | 0 | ||||
-rw-r--r-- | arts/modules/effects/freeverb/revmodel.cpp | 2 | ||||
-rw-r--r-- | arts/modules/effects/freeverb/revmodel.h (renamed from arts/modules/effects/freeverb/revmodel.hpp) | 4 | ||||
-rw-r--r-- | arts/modules/effects/freeverbguifactory_impl.cpp (renamed from arts/modules/effects/freeverbguifactory_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/effects/monostereoconversion_impl.cpp (renamed from arts/modules/effects/monostereoconversion_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/effects/stereocompressorguifactory_impl.cpp (renamed from arts/modules/effects/stereocompressorguifactory_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/effects/synth_freeverb_impl.cpp (renamed from arts/modules/effects/synth_freeverb_impl.cc) | 2 | ||||
-rw-r--r-- | arts/modules/effects/synth_stereo_compressor_impl.cpp (renamed from arts/modules/effects/synth_stereo_compressor_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/effects/synth_stereo_fir_equalizer_impl.cpp (renamed from arts/modules/effects/synth_stereo_fir_equalizer_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/effects/synth_stereo_pitch_shift_fft_impl.cpp (renamed from arts/modules/effects/synth_stereo_pitch_shift_fft_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/effects/synth_stereo_pitch_shift_impl.cpp (renamed from arts/modules/effects/synth_stereo_pitch_shift_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/effects/synth_voice_removal_impl.cpp (renamed from arts/modules/effects/synth_voice_removal_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/effects/voiceremovalguifactory_impl.cpp (renamed from arts/modules/effects/voiceremovalguifactory_impl.cc) | 0 |
21 files changed, 28 insertions, 28 deletions
diff --git a/arts/modules/effects/CMakeLists.txt b/arts/modules/effects/CMakeLists.txt index 58c847d9..a5136f08 100644 --- a/arts/modules/effects/CMakeLists.txt +++ b/arts/modules/effects/CMakeLists.txt @@ -38,15 +38,15 @@ link_directories( tde_add_library( artsmoduleseffects SHARED AUTOMOC SOURCES - artsmoduleseffects.cc - fivebandmonocomplexeq_impl.cc - monostereoconversion_impl.cc - synth_stereo_pitch_shift_impl.cc synth_stereo_pitch_shift_fft_impl.cc - synth_voice_removal_impl.cc voiceremovalguifactory_impl.cc - synth_stereo_compressor_impl.cc stereocompressorguifactory_impl.cc - synth_stereo_fir_equalizer_impl.cc - synth_freeverb_impl.cc freeverbguifactory_impl.cc - effect_wavecapture_impl.cc + artsmoduleseffects.cpp + fivebandmonocomplexeq_impl.cpp + monostereoconversion_impl.cpp + synth_stereo_pitch_shift_impl.cpp synth_stereo_pitch_shift_fft_impl.cpp + synth_voice_removal_impl.cpp voiceremovalguifactory_impl.cpp + synth_stereo_compressor_impl.cpp stereocompressorguifactory_impl.cpp + synth_stereo_fir_equalizer_impl.cpp + synth_freeverb_impl.cpp freeverbguifactory_impl.cpp + effect_wavecapture_impl.cpp kstereovolumecontrolgui_impl.cpp stereovolumecontrolguifactory_impl.cpp VERSION 0.0.0 EMBED @@ -60,7 +60,7 @@ tde_add_library( artsmoduleseffects SHARED AUTOMOC add_custom_command( OUTPUT - artsmoduleseffects.cc artsmoduleseffects.h + artsmoduleseffects.cpp artsmoduleseffects.h artsmoduleseffects.mcopclass artsmoduleseffects.mcoptype COMMAND ${ARTS_MCOPIDL_EXECUTABLE} -t -I${CMAKE_SOURCE_DIR}/arts/gui/common diff --git a/arts/modules/effects/Makefile.am b/arts/modules/effects/Makefile.am index d5d54aad..a2c3f31f 100644 --- a/arts/modules/effects/Makefile.am +++ b/arts/modules/effects/Makefile.am @@ -20,15 +20,15 @@ INCLUDES = \ lib_LTLIBRARIES = libartsmoduleseffects.la -libartsmoduleseffects_la_SOURCES = artsmoduleseffects.cc \ - fivebandmonocomplexeq_impl.cc \ - monostereoconversion_impl.cc \ - synth_stereo_pitch_shift_impl.cc synth_stereo_pitch_shift_fft_impl.cc \ - synth_voice_removal_impl.cc voiceremovalguifactory_impl.cc \ - synth_stereo_compressor_impl.cc stereocompressorguifactory_impl.cc \ - synth_stereo_fir_equalizer_impl.cc \ - synth_freeverb_impl.cc freeverbguifactory_impl.cc \ - effect_wavecapture_impl.cc \ +libartsmoduleseffects_la_SOURCES = artsmoduleseffects.cpp \ + fivebandmonocomplexeq_impl.cpp \ + monostereoconversion_impl.cpp \ + synth_stereo_pitch_shift_impl.cpp synth_stereo_pitch_shift_fft_impl.cpp \ + synth_voice_removal_impl.cpp voiceremovalguifactory_impl.cpp \ + synth_stereo_compressor_impl.cpp stereocompressorguifactory_impl.cpp \ + synth_stereo_fir_equalizer_impl.cpp \ + synth_freeverb_impl.cpp freeverbguifactory_impl.cpp \ + effect_wavecapture_impl.cpp \ kstereovolumecontrolgui_impl.cpp stereovolumecontrolguifactory_impl.cpp libartsmoduleseffects_la_COMPILE_FIRST = ../../gui/common/artsgui.h \ ../common/artsmodulescommon.h ../../midi/artsmidi.h ../synth/artsmodulessynth.h \ @@ -44,10 +44,10 @@ libartsmoduleseffects_la_LDFLAGS = $(all_libraries) -L$(arts_libraries) -no-unde METASOURCES=AUTO -artsmoduleseffects.cc artsmoduleseffects.h artsmoduleseffects.mcoptype artsmoduleseffects.mcopclass: $(srcdir)/artsmoduleseffects.idl $(MCOPIDL) +artsmoduleseffects.cpp artsmoduleseffects.h artsmoduleseffects.mcoptype artsmoduleseffects.mcopclass: $(srcdir)/artsmoduleseffects.idl $(MCOPIDL) $(MCOPIDL) -t $(INCLUDES) $(srcdir)/artsmoduleseffects.idl -DISTCLEANFILES= artsmoduleseffects.cc artsmoduleseffects.h artsmoduleseffects.mcop* +DISTCLEANFILES= artsmoduleseffects.cpp artsmoduleseffects.h artsmoduleseffects.mcop* artsincludedir = $(includedir)/arts artsinclude_HEADERS = artsmoduleseffects.h artsmoduleseffects.idl diff --git a/arts/modules/effects/artsmoduleseffects.idl b/arts/modules/effects/artsmoduleseffects.idl index 13e978d9..9d7cd871 100644 --- a/arts/modules/effects/artsmoduleseffects.idl +++ b/arts/modules/effects/artsmoduleseffects.idl @@ -18,7 +18,7 @@ */ /* - * DISCLAIMER: The interfaces in envmixer.idl (and the derived .cc/.h files) + * DISCLAIMER: The interfaces in envmixer.idl (and the derived .cpp/.h files) * DO NOT GUARANTEE BINARY COMPATIBILITY YET. * * They are intended for developers. You shouldn't expect that applications in diff --git a/arts/modules/effects/effect_wavecapture_impl.cc b/arts/modules/effects/effect_wavecapture_impl.cpp index 639307a8..639307a8 100644 --- a/arts/modules/effects/effect_wavecapture_impl.cc +++ b/arts/modules/effects/effect_wavecapture_impl.cpp diff --git a/arts/modules/effects/fivebandmonocomplexeq_impl.cc b/arts/modules/effects/fivebandmonocomplexeq_impl.cpp index 59d0ef44..59d0ef44 100644 --- a/arts/modules/effects/fivebandmonocomplexeq_impl.cc +++ b/arts/modules/effects/fivebandmonocomplexeq_impl.cpp diff --git a/arts/modules/effects/freeverb/allpass.cpp b/arts/modules/effects/freeverb/allpass.cpp index ca4d8bc5..850337e3 100644 --- a/arts/modules/effects/freeverb/allpass.cpp +++ b/arts/modules/effects/freeverb/allpass.cpp @@ -4,7 +4,7 @@ // http://www.dreampoint.co.uk // This code is public domain -#include "allpass.hpp" +#include "allpass.h" allpass::allpass() { diff --git a/arts/modules/effects/freeverb/allpass.hpp b/arts/modules/effects/freeverb/allpass.h index 853c7d41..853c7d41 100644 --- a/arts/modules/effects/freeverb/allpass.hpp +++ b/arts/modules/effects/freeverb/allpass.h diff --git a/arts/modules/effects/freeverb/comb.cpp b/arts/modules/effects/freeverb/comb.cpp index c05f5069..62be706d 100644 --- a/arts/modules/effects/freeverb/comb.cpp +++ b/arts/modules/effects/freeverb/comb.cpp @@ -4,7 +4,7 @@ // http://www.dreampoint.co.uk // This code is public domain -#include "comb.hpp" +#include "comb.h" comb::comb() { diff --git a/arts/modules/effects/freeverb/comb.hpp b/arts/modules/effects/freeverb/comb.h index 4a73b615..4a73b615 100644 --- a/arts/modules/effects/freeverb/comb.hpp +++ b/arts/modules/effects/freeverb/comb.h diff --git a/arts/modules/effects/freeverb/revmodel.cpp b/arts/modules/effects/freeverb/revmodel.cpp index 23a766cc..3688dd34 100644 --- a/arts/modules/effects/freeverb/revmodel.cpp +++ b/arts/modules/effects/freeverb/revmodel.cpp @@ -4,7 +4,7 @@ // http://www.dreampoint.co.uk // This code is public domain -#include "revmodel.hpp" +#include "revmodel.h" revmodel::revmodel() { diff --git a/arts/modules/effects/freeverb/revmodel.hpp b/arts/modules/effects/freeverb/revmodel.h index ca6c89a0..aec39dfe 100644 --- a/arts/modules/effects/freeverb/revmodel.hpp +++ b/arts/modules/effects/freeverb/revmodel.h @@ -7,8 +7,8 @@ #ifndef _revmodel_ #define _revmodel_ -#include "comb.hpp" -#include "allpass.hpp" +#include "comb.h" +#include "allpass.h" #include "tuning.h" class revmodel diff --git a/arts/modules/effects/freeverbguifactory_impl.cc b/arts/modules/effects/freeverbguifactory_impl.cpp index 4b5d4d34..4b5d4d34 100644 --- a/arts/modules/effects/freeverbguifactory_impl.cc +++ b/arts/modules/effects/freeverbguifactory_impl.cpp diff --git a/arts/modules/effects/monostereoconversion_impl.cc b/arts/modules/effects/monostereoconversion_impl.cpp index 9bf1bbee..9bf1bbee 100644 --- a/arts/modules/effects/monostereoconversion_impl.cc +++ b/arts/modules/effects/monostereoconversion_impl.cpp diff --git a/arts/modules/effects/stereocompressorguifactory_impl.cc b/arts/modules/effects/stereocompressorguifactory_impl.cpp index 295ad65d..295ad65d 100644 --- a/arts/modules/effects/stereocompressorguifactory_impl.cc +++ b/arts/modules/effects/stereocompressorguifactory_impl.cpp diff --git a/arts/modules/effects/synth_freeverb_impl.cc b/arts/modules/effects/synth_freeverb_impl.cpp index a1f35d06..3b882d48 100644 --- a/arts/modules/effects/synth_freeverb_impl.cc +++ b/arts/modules/effects/synth_freeverb_impl.cpp @@ -20,7 +20,7 @@ */ -#include "freeverb/revmodel.hpp" +#include "freeverb/revmodel.h" #include "artsmoduleseffects.h" #include "stdsynthmodule.h" diff --git a/arts/modules/effects/synth_stereo_compressor_impl.cc b/arts/modules/effects/synth_stereo_compressor_impl.cpp index 3add8d46..3add8d46 100644 --- a/arts/modules/effects/synth_stereo_compressor_impl.cc +++ b/arts/modules/effects/synth_stereo_compressor_impl.cpp diff --git a/arts/modules/effects/synth_stereo_fir_equalizer_impl.cc b/arts/modules/effects/synth_stereo_fir_equalizer_impl.cpp index 8f15a4dc..8f15a4dc 100644 --- a/arts/modules/effects/synth_stereo_fir_equalizer_impl.cc +++ b/arts/modules/effects/synth_stereo_fir_equalizer_impl.cpp diff --git a/arts/modules/effects/synth_stereo_pitch_shift_fft_impl.cc b/arts/modules/effects/synth_stereo_pitch_shift_fft_impl.cpp index 390fd04e..390fd04e 100644 --- a/arts/modules/effects/synth_stereo_pitch_shift_fft_impl.cc +++ b/arts/modules/effects/synth_stereo_pitch_shift_fft_impl.cpp diff --git a/arts/modules/effects/synth_stereo_pitch_shift_impl.cc b/arts/modules/effects/synth_stereo_pitch_shift_impl.cpp index fbf7bb07..fbf7bb07 100644 --- a/arts/modules/effects/synth_stereo_pitch_shift_impl.cc +++ b/arts/modules/effects/synth_stereo_pitch_shift_impl.cpp diff --git a/arts/modules/effects/synth_voice_removal_impl.cc b/arts/modules/effects/synth_voice_removal_impl.cpp index 2ade0879..2ade0879 100644 --- a/arts/modules/effects/synth_voice_removal_impl.cc +++ b/arts/modules/effects/synth_voice_removal_impl.cpp diff --git a/arts/modules/effects/voiceremovalguifactory_impl.cc b/arts/modules/effects/voiceremovalguifactory_impl.cpp index dc9dce20..dc9dce20 100644 --- a/arts/modules/effects/voiceremovalguifactory_impl.cc +++ b/arts/modules/effects/voiceremovalguifactory_impl.cpp |