diff options
Diffstat (limited to 'arts/modules')
-rw-r--r-- | arts/modules/CMakeLists.txt | 4 | ||||
-rw-r--r-- | arts/modules/Makefile.am | 6 | ||||
-rw-r--r-- | arts/modules/README.environments | 2 | ||||
-rw-r--r-- | arts/modules/README.modules | 4 | ||||
-rw-r--r-- | arts/modules/artsmodules.idl | 2 | ||||
-rw-r--r-- | arts/modules/common/CMakeLists.txt | 10 | ||||
-rw-r--r-- | arts/modules/common/Makefile.am | 14 | ||||
-rw-r--r-- | arts/modules/common/artsmodulescommon.idl | 2 | ||||
-rw-r--r-- | arts/modules/common/effectrackslot_impl.cpp (renamed from arts/modules/common/effectrackslot_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/common/env_container_impl.cpp (renamed from arts/modules/common/env_container_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/common/env_context_impl.cpp (renamed from arts/modules/common/env_context_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/common/env_effectrackitem_impl.cpp (renamed from arts/modules/common/env_effectrackitem_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/common/env_instrumentitem_impl.cpp (renamed from arts/modules/common/env_instrumentitem_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/common/env_item_impl.cpp (renamed from arts/modules/common/env_item_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/common/env_mixeritem_impl.cpp (renamed from arts/modules/common/env_mixeritem_impl.cc) | 0 | ||||
-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 | ||||
-rw-r--r-- | arts/modules/mixers/CMakeLists.txt | 10 | ||||
-rw-r--r-- | arts/modules/mixers/Makefile.am | 12 | ||||
-rw-r--r-- | arts/modules/mixers/artsmodulesmixers.idl | 2 | ||||
-rw-r--r-- | arts/modules/mixers/littlestereomixerchannel_impl.cpp (renamed from arts/modules/mixers/littlestereomixerchannel_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/mixers/monosimplemixerchannel_impl.cpp (renamed from arts/modules/mixers/monosimplemixerchannel_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/mixers/monosimplemixerchannelguifactory_impl.cpp (renamed from arts/modules/mixers/monosimplemixerchannelguifactory_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/mixers/simplemixerchannel_impl.cpp (renamed from arts/modules/mixers/simplemixerchannel_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/mixers/simplemixerchannelguifactory_impl.cpp (renamed from arts/modules/mixers/simplemixerchannelguifactory_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/CMakeLists.txt | 30 | ||||
-rw-r--r-- | arts/modules/synth/Makefile.am | 26 | ||||
-rw-r--r-- | arts/modules/synth/artsmodulessynth.idl | 2 | ||||
-rw-r--r-- | arts/modules/synth/objectcache_impl.cpp (renamed from arts/modules/synth/objectcache_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_atan_saturate_impl.cpp (renamed from arts/modules/synth/synth_atan_saturate_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_autopanner_impl.cpp (renamed from arts/modules/synth/synth_autopanner_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_brickwall_limiter_impl.cpp (renamed from arts/modules/synth/synth_brickwall_limiter_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_capture_wav_impl.cpp (renamed from arts/modules/synth/synth_capture_wav_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_cdelay_impl.cpp (renamed from arts/modules/synth/synth_cdelay_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_compressor_impl.cpp (renamed from arts/modules/synth/synth_compressor_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_data_impl.cpp (renamed from arts/modules/synth/synth_data_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_debug_impl.cpp (renamed from arts/modules/synth/synth_debug_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_delay_impl.cpp (renamed from arts/modules/synth/synth_delay_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_div_impl.cpp (renamed from arts/modules/synth/synth_div_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_envelope_adsr_impl.cpp (renamed from arts/modules/synth/synth_envelope_adsr_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_fm_source_impl.cpp (renamed from arts/modules/synth/synth_fm_source_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_fx_cflanger_impl.cpp (renamed from arts/modules/synth/synth_fx_cflanger_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_midi_debug_impl.cpp (renamed from arts/modules/synth/synth_midi_debug_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_midi_test_impl.cpp (renamed from arts/modules/synth/synth_midi_test_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_moog_vcf_impl.cpp (renamed from arts/modules/synth/synth_moog_vcf_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_nil_impl.cpp (renamed from arts/modules/synth/synth_nil_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_noise_impl.cpp (renamed from arts/modules/synth/synth_noise_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_osc_impl.cpp (renamed from arts/modules/synth/synth_osc_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_pitch_shift_fft_impl.cpp (renamed from arts/modules/synth/synth_pitch_shift_fft_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_pitch_shift_impl.cpp (renamed from arts/modules/synth/synth_pitch_shift_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_play_pat_impl.cpp (renamed from arts/modules/synth/synth_play_pat_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_pscale_impl.cpp (renamed from arts/modules/synth/synth_pscale_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_rc_impl.cpp (renamed from arts/modules/synth/synth_rc_impl.cc) | 2 | ||||
-rw-r--r-- | arts/modules/synth/synth_sequence_freq_impl.cpp (renamed from arts/modules/synth/synth_sequence_freq_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_sequence_impl.cpp (renamed from arts/modules/synth/synth_sequence_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_shelve_cutoff_impl.cpp (renamed from arts/modules/synth/synth_shelve_cutoff_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_std_equalizer_impl.cpp (renamed from arts/modules/synth/synth_std_equalizer_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_tremolo_impl.cpp (renamed from arts/modules/synth/synth_tremolo_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_wave_pulse_impl.cpp (renamed from arts/modules/synth/synth_wave_pulse_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_wave_softsaw_impl.cpp (renamed from arts/modules/synth/synth_wave_softsaw_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_wave_square_impl.cpp (renamed from arts/modules/synth/synth_wave_square_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_wave_tri_impl.cpp (renamed from arts/modules/synth/synth_wave_tri_impl.cc) | 0 | ||||
-rw-r--r-- | arts/modules/synth/synth_xfade_impl.cpp (renamed from arts/modules/synth/synth_xfade_impl.cc) | 0 |
82 files changed, 92 insertions, 92 deletions
diff --git a/arts/modules/CMakeLists.txt b/arts/modules/CMakeLists.txt index 9f37038c..fb6d07e2 100644 --- a/arts/modules/CMakeLists.txt +++ b/arts/modules/CMakeLists.txt @@ -39,7 +39,7 @@ link_directories( tde_add_library( artsmodules SHARED SOURCES - artsmodules.cc + artsmodules.cpp VERSION 0.0.0 LINK tdecore-shared ${DL_LIBRARIES} mcop artsflow @@ -51,7 +51,7 @@ tde_add_library( artsmodules SHARED add_custom_command( OUTPUT - artsmodules.cc artsmodules.h + artsmodules.cpp artsmodules.h artsmodules.mcoptype artsmodules.mcopclass COMMAND ${ARTS_MCOPIDL_EXECUTABLE} -t -I${CMAKE_SOURCE_DIR}/arts/gui/common diff --git a/arts/modules/Makefile.am b/arts/modules/Makefile.am index d604e8b9..9ac9de04 100644 --- a/arts/modules/Makefile.am +++ b/arts/modules/Makefile.am @@ -25,7 +25,7 @@ MCOPIDLINCLUDES = \ lib_LTLIBRARIES = libartsmodules.la -libartsmodules_la_SOURCES = artsmodules.cc +libartsmodules_la_SOURCES = artsmodules.cpp libartsmodules_la_LIBADD = \ $(top_builddir)/arts/runtime/libartsbuilder.la \ @@ -42,10 +42,10 @@ libartsmodules_la_LDFLAGS = $(all_libraries) -L$(arts_libraries) \ artsmodules.mcopclass: artsmodules.h artsmodules.mcoptype: artsmodules.h -artsmodules.cc artsmodules.h: $(srcdir)/artsmodules.idl $(MCOPIDL) +artsmodules.cpp artsmodules.h: $(srcdir)/artsmodules.idl $(MCOPIDL) $(MCOPIDL) -t $(MCOPIDLINCLUDES) $(srcdir)/artsmodules.idl -DISTCLEANFILES = artsmodules.cc artsmodules.h \ +DISTCLEANFILES = artsmodules.cpp artsmodules.h \ artsmodules.mcoptype artsmodules.mcopclass ####### install idl files diff --git a/arts/modules/README.environments b/arts/modules/README.environments index 0ac64df5..c3b7b985 100644 --- a/arts/modules/README.environments +++ b/arts/modules/README.environments @@ -281,7 +281,7 @@ Basically, you derive an interface from Arts::Environment::Item, like this: and your implementation from Arts::Environment::Item_impl, like this: - // this code is in the .cc file: + // this code is in the .cpp file: #include "artsmodules.h" #include "env_item_impl.h" diff --git a/arts/modules/README.modules b/arts/modules/README.modules index 7113b3a9..2379f618 100644 --- a/arts/modules/README.modules +++ b/arts/modules/README.modules @@ -7,9 +7,9 @@ To add a new module "foo" to aRts: 1. Add a new interface to artsmodules.idl defining the module's input and output parameters. -2. Implement the new module in a new source file foo_impl.cc +2. Implement the new module in a new source file foo_impl.cpp -3. Add foo_impl.cc to the list of libartsmodules_la_SOURCES in +3. Add foo_impl.cpp to the list of libartsmodules_la_SOURCES in Makefile.am. 4. Create a new file mcopclass/foo.mcopclass diff --git a/arts/modules/artsmodules.idl b/arts/modules/artsmodules.idl index c502871d..0148aa5b 100644 --- a/arts/modules/artsmodules.idl +++ b/arts/modules/artsmodules.idl @@ -25,7 +25,7 @@ */ /* - * DISCLAIMER: The interfaces in artsmodules.idl (and the derived .cc/.h files) + * DISCLAIMER: The interfaces in artsmodules.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/common/CMakeLists.txt b/arts/modules/common/CMakeLists.txt index 329fb104..ea065260 100644 --- a/arts/modules/common/CMakeLists.txt +++ b/arts/modules/common/CMakeLists.txt @@ -38,10 +38,10 @@ link_directories( tde_add_library( artsmodulescommon SHARED SOURCES - artsmodulescommon.cc effectrackslot_impl.cc - env_container_impl.cc env_context_impl.cc - env_effectrackitem_impl.cc env_instrumentitem_impl.cc - env_item_impl.cc env_mixeritem_impl.cc + artsmodulescommon.cpp effectrackslot_impl.cpp + env_container_impl.cpp env_context_impl.cpp + env_effectrackitem_impl.cpp env_instrumentitem_impl.cpp + env_item_impl.cpp env_mixeritem_impl.cpp VERSION 0.0.0 LINK artsgui_idl-shared artsmidi_idl-shared artsmodulessynth-shared @@ -51,7 +51,7 @@ tde_add_library( artsmodulescommon SHARED add_custom_command( OUTPUT - artsmodulescommon.cc artsmodulescommon.h + artsmodulescommon.cpp artsmodulescommon.h artsmodulescommon.mcopclass artsmodulescommon.mcoptype COMMAND ${ARTS_MCOPIDL_EXECUTABLE} -t -I${CMAKE_SOURCE_DIR}/arts/gui/common diff --git a/arts/modules/common/Makefile.am b/arts/modules/common/Makefile.am index 1841d23d..8c795014 100644 --- a/arts/modules/common/Makefile.am +++ b/arts/modules/common/Makefile.am @@ -14,11 +14,11 @@ INCLUDES = \ lib_LTLIBRARIES = libartsmodulescommon.la -libartsmodulescommon_la_SOURCES = artsmodulescommon.cc \ - effectrackslot_impl.cc env_container_impl.cc \ - env_context_impl.cc env_effectrackitem_impl.cc \ - env_instrumentitem_impl.cc env_item_impl.cc \ - env_mixeritem_impl.cc +libartsmodulescommon_la_SOURCES = artsmodulescommon.cpp \ + effectrackslot_impl.cpp env_container_impl.cpp \ + env_context_impl.cpp env_effectrackitem_impl.cpp \ + env_instrumentitem_impl.cpp env_item_impl.cpp \ + env_mixeritem_impl.cpp libartsmodulescommon_la_COMPILE_FIRST = artsmodulescommon.h libartsmodulescommon_la_LIBADD = \ @@ -29,10 +29,10 @@ libartsmodulescommon_la_LIBADD = \ libartsmodulescommon_la_LDFLAGS = $(all_libraries) -L$(arts_libraries) -no-undefined -artsmodulescommon.cc artsmodulescommon.h artsmodulescommon.mcoptype artsmodulescommon.mcopclass: $(srcdir)/artsmodulescommon.idl $(MCOPIDL) +artsmodulescommon.cpp artsmodulescommon.h artsmodulescommon.mcoptype artsmodulescommon.mcopclass: $(srcdir)/artsmodulescommon.idl $(MCOPIDL) $(MCOPIDL) -t $(INCLUDES) $(srcdir)/artsmodulescommon.idl -DISTCLEANFILES= artsmodulescommon.cc artsmodulescommon.h artsmodulescommon.mcop* +DISTCLEANFILES= artsmodulescommon.cpp artsmodulescommon.h artsmodulescommon.mcop* artsincludedir = $(includedir)/arts artsinclude_HEADERS = artsmodulescommon.h artsmodulescommon.idl diff --git a/arts/modules/common/artsmodulescommon.idl b/arts/modules/common/artsmodulescommon.idl index 10ccd218..b22394eb 100644 --- a/arts/modules/common/artsmodulescommon.idl +++ b/arts/modules/common/artsmodulescommon.idl @@ -25,7 +25,7 @@ */ /* -* DISCLAIMER: The interfaces in artsmodules.idl (and the derived .cc/.h files) +* DISCLAIMER: The interfaces in artsmodules.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/common/effectrackslot_impl.cc b/arts/modules/common/effectrackslot_impl.cpp index 6671031b..6671031b 100644 --- a/arts/modules/common/effectrackslot_impl.cc +++ b/arts/modules/common/effectrackslot_impl.cpp diff --git a/arts/modules/common/env_container_impl.cc b/arts/modules/common/env_container_impl.cpp index 0a6f87d7..0a6f87d7 100644 --- a/arts/modules/common/env_container_impl.cc +++ b/arts/modules/common/env_container_impl.cpp diff --git a/arts/modules/common/env_context_impl.cc b/arts/modules/common/env_context_impl.cpp index a9b19a50..a9b19a50 100644 --- a/arts/modules/common/env_context_impl.cc +++ b/arts/modules/common/env_context_impl.cpp diff --git a/arts/modules/common/env_effectrackitem_impl.cc b/arts/modules/common/env_effectrackitem_impl.cpp index c082ce24..c082ce24 100644 --- a/arts/modules/common/env_effectrackitem_impl.cc +++ b/arts/modules/common/env_effectrackitem_impl.cpp diff --git a/arts/modules/common/env_instrumentitem_impl.cc b/arts/modules/common/env_instrumentitem_impl.cpp index 17959ca0..17959ca0 100644 --- a/arts/modules/common/env_instrumentitem_impl.cc +++ b/arts/modules/common/env_instrumentitem_impl.cpp diff --git a/arts/modules/common/env_item_impl.cc b/arts/modules/common/env_item_impl.cpp index 6bc960d8..6bc960d8 100644 --- a/arts/modules/common/env_item_impl.cc +++ b/arts/modules/common/env_item_impl.cpp diff --git a/arts/modules/common/env_mixeritem_impl.cc b/arts/modules/common/env_mixeritem_impl.cpp index 93735dd5..93735dd5 100644 --- a/arts/modules/common/env_mixeritem_impl.cc +++ b/arts/modules/common/env_mixeritem_impl.cpp 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 diff --git a/arts/modules/mixers/CMakeLists.txt b/arts/modules/mixers/CMakeLists.txt index 98e7147d..7f6d4dc4 100644 --- a/arts/modules/mixers/CMakeLists.txt +++ b/arts/modules/mixers/CMakeLists.txt @@ -37,10 +37,10 @@ link_directories( tde_add_library( artsmodulesmixers SHARED SOURCES - artsmodulesmixers.cc - monosimplemixerchannel_impl.cc monosimplemixerchannelguifactory_impl.cc - simplemixerchannel_impl.cc simplemixerchannelguifactory_impl.cc - littlestereomixerchannel_impl.cc + artsmodulesmixers.cpp + monosimplemixerchannel_impl.cpp monosimplemixerchannelguifactory_impl.cpp + simplemixerchannel_impl.cpp simplemixerchannelguifactory_impl.cpp + littlestereomixerchannel_impl.cpp VERSION 0.0.0 LINK artsgui_idl-shared artsmodulescommon-shared artsmoduleseffects-shared @@ -50,7 +50,7 @@ tde_add_library( artsmodulesmixers SHARED add_custom_command( OUTPUT - artsmodulesmixers.cc artsmodulesmixers.h + artsmodulesmixers.cpp artsmodulesmixers.h artsmodulesmixers.mcopclass artsmodulesmixers.mcoptype COMMAND ${ARTS_MCOPIDL_EXECUTABLE} -t -I${CMAKE_SOURCE_DIR}/arts/gui/common diff --git a/arts/modules/mixers/Makefile.am b/arts/modules/mixers/Makefile.am index b504bfba..0cb0b666 100644 --- a/arts/modules/mixers/Makefile.am +++ b/arts/modules/mixers/Makefile.am @@ -25,10 +25,10 @@ MCOPINCLUDES = \ lib_LTLIBRARIES = libartsmodulesmixers.la -libartsmodulesmixers_la_SOURCES = artsmodulesmixers.cc \ - monosimplemixerchannel_impl.cc monosimplemixerchannelguifactory_impl.cc \ - simplemixerchannel_impl.cc simplemixerchannelguifactory_impl.cc \ - littlestereomixerchannel_impl.cc +libartsmodulesmixers_la_SOURCES = artsmodulesmixers.cpp \ + monosimplemixerchannel_impl.cpp monosimplemixerchannelguifactory_impl.cpp \ + simplemixerchannel_impl.cpp simplemixerchannelguifactory_impl.cpp \ + littlestereomixerchannel_impl.cpp libartsmodulesmixers_la_COMPILE_FIRST = ../synth/artsmodulessynth.h \ ../../midi/artsmidi.h ../common/artsmodulescommon.h ../../gui/common/artsgui.h \ artsmodulesmixers.h @@ -40,10 +40,10 @@ libartsmodulesmixers_la_LIBADD = \ libartsmodulesmixers_la_LDFLAGS = $(all_libraries) -L$(arts_libraries) -no-undefined -artsmodulesmixers.cc artsmodulesmixers.h artsmodulesmixers.mcoptype artsmodulesmixers.mcopclass: $(srcdir)/artsmodulesmixers.idl $(MCOPIDL) +artsmodulesmixers.cpp artsmodulesmixers.h artsmodulesmixers.mcoptype artsmodulesmixers.mcopclass: $(srcdir)/artsmodulesmixers.idl $(MCOPIDL) $(MCOPIDL) -t $(MCOPINCLUDES) $(srcdir)/artsmodulesmixers.idl -DISTCLEANFILES= artsmodulesmixers.cc artsmodulesmixers.h artsmodulesmixers.mcop* +DISTCLEANFILES= artsmodulesmixers.cpp artsmodulesmixers.h artsmodulesmixers.mcop* artsincludedir = $(includedir)/arts artsinclude_HEADERS = artsmodulesmixers.h artsmodulesmixers.idl diff --git a/arts/modules/mixers/artsmodulesmixers.idl b/arts/modules/mixers/artsmodulesmixers.idl index 56ff073b..dbe82c5c 100644 --- a/arts/modules/mixers/artsmodulesmixers.idl +++ b/arts/modules/mixers/artsmodulesmixers.idl @@ -25,7 +25,7 @@ */ /* -* DISCLAIMER: The interfaces in artsmodules.idl (and the derived .cc/.h files) +* DISCLAIMER: The interfaces in artsmodules.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/mixers/littlestereomixerchannel_impl.cc b/arts/modules/mixers/littlestereomixerchannel_impl.cpp index 3b14fa39..3b14fa39 100644 --- a/arts/modules/mixers/littlestereomixerchannel_impl.cc +++ b/arts/modules/mixers/littlestereomixerchannel_impl.cpp diff --git a/arts/modules/mixers/monosimplemixerchannel_impl.cc b/arts/modules/mixers/monosimplemixerchannel_impl.cpp index 04bad0ce..04bad0ce 100644 --- a/arts/modules/mixers/monosimplemixerchannel_impl.cc +++ b/arts/modules/mixers/monosimplemixerchannel_impl.cpp diff --git a/arts/modules/mixers/monosimplemixerchannelguifactory_impl.cc b/arts/modules/mixers/monosimplemixerchannelguifactory_impl.cpp index 28fbab55..28fbab55 100644 --- a/arts/modules/mixers/monosimplemixerchannelguifactory_impl.cc +++ b/arts/modules/mixers/monosimplemixerchannelguifactory_impl.cpp diff --git a/arts/modules/mixers/simplemixerchannel_impl.cc b/arts/modules/mixers/simplemixerchannel_impl.cpp index 0c00768a..0c00768a 100644 --- a/arts/modules/mixers/simplemixerchannel_impl.cc +++ b/arts/modules/mixers/simplemixerchannel_impl.cpp diff --git a/arts/modules/mixers/simplemixerchannelguifactory_impl.cc b/arts/modules/mixers/simplemixerchannelguifactory_impl.cpp index 73ab31e2..73ab31e2 100644 --- a/arts/modules/mixers/simplemixerchannelguifactory_impl.cc +++ b/arts/modules/mixers/simplemixerchannelguifactory_impl.cpp diff --git a/arts/modules/synth/CMakeLists.txt b/arts/modules/synth/CMakeLists.txt index 4362aaa7..9930b55d 100644 --- a/arts/modules/synth/CMakeLists.txt +++ b/arts/modules/synth/CMakeLists.txt @@ -34,20 +34,20 @@ link_directories( tde_add_library( artsmodulessynth SHARED SOURCES - artsmodulessynth.cc - synth_xfade_impl.cc synth_autopanner_impl.cc synth_delay_impl.cc - synth_cdelay_impl.cc synth_envelope_adsr_impl.cc synth_pscale_impl.cc - synth_tremolo_impl.cc synth_fx_cflanger_impl.cc synth_compressor_impl.cc - synth_pitch_shift_impl.cc synth_pitch_shift_fft_impl.cc c_filter_stuff.c - synth_shelve_cutoff_impl.cc synth_brickwall_limiter_impl.cc - synth_std_equalizer_impl.cc synth_rc_impl.cc synth_moog_vcf_impl.cc - synth_atan_saturate_impl.cc synth_fm_source_impl.cc - synth_wave_tri_impl.cc synth_noise_impl.cc synth_wave_softsaw_impl.cc - synth_wave_square_impl.cc synth_wave_pulse_impl.cc synth_osc_impl.cc - synth_play_pat_impl.cc synth_capture_wav_impl.cc - synth_midi_test_impl.cc synth_sequence_impl.cc synth_sequence_freq_impl.cc - synth_midi_debug_impl.cc objectcache_impl.cc synth_nil_impl.cc - synth_debug_impl.cc synth_data_impl.cc synth_div_impl.cc + artsmodulessynth.cpp + synth_xfade_impl.cpp synth_autopanner_impl.cpp synth_delay_impl.cpp + synth_cdelay_impl.cpp synth_envelope_adsr_impl.cpp synth_pscale_impl.cpp + synth_tremolo_impl.cpp synth_fx_cflanger_impl.cpp synth_compressor_impl.cpp + synth_pitch_shift_impl.cpp synth_pitch_shift_fft_impl.cpp c_filter_stuff.c + synth_shelve_cutoff_impl.cpp synth_brickwall_limiter_impl.cpp + synth_std_equalizer_impl.cpp synth_rc_impl.cpp synth_moog_vcf_impl.cpp + synth_atan_saturate_impl.cpp synth_fm_source_impl.cpp + synth_wave_tri_impl.cpp synth_noise_impl.cpp synth_wave_softsaw_impl.cpp + synth_wave_square_impl.cpp synth_wave_pulse_impl.cpp synth_osc_impl.cpp + synth_play_pat_impl.cpp synth_capture_wav_impl.cpp + synth_midi_test_impl.cpp synth_sequence_impl.cpp synth_sequence_freq_impl.cpp + synth_midi_debug_impl.cpp objectcache_impl.cpp synth_nil_impl.cpp + synth_debug_impl.cpp synth_data_impl.cpp synth_div_impl.cpp VERSION 0.0.0 LINK artsbuilder-shared artsmidi_idl-shared @@ -57,7 +57,7 @@ tde_add_library( artsmodulessynth SHARED add_custom_command( OUTPUT - artsmodulessynth.cc artsmodulessynth.h + artsmodulessynth.cpp artsmodulessynth.h artsmodulessynth.mcopclass artsmodulessynth.mcoptype COMMAND ${ARTS_MCOPIDL_EXECUTABLE} -t -I${CMAKE_SOURCE_DIR}/arts/gui/common diff --git a/arts/modules/synth/Makefile.am b/arts/modules/synth/Makefile.am index 520b33fe..211d973c 100644 --- a/arts/modules/synth/Makefile.am +++ b/arts/modules/synth/Makefile.am @@ -15,17 +15,17 @@ MCOP_INCLUDES= \ lib_LTLIBRARIES = libartsmodulessynth.la -libartsmodulessynth_la_SOURCES = artsmodulessynth.cc \ - synth_xfade_impl.cc synth_autopanner_impl.cc synth_delay_impl.cc synth_cdelay_impl.cc \ - synth_envelope_adsr_impl.cc synth_pscale_impl.cc \ - synth_tremolo_impl.cc synth_fx_cflanger_impl.cc synth_compressor_impl.cc \ - synth_pitch_shift_impl.cc synth_pitch_shift_fft_impl.cc c_filter_stuff.c synth_shelve_cutoff_impl.cc synth_brickwall_limiter_impl.cc synth_std_equalizer_impl.cc synth_rc_impl.cc synth_moog_vcf_impl.cc synth_atan_saturate_impl.cc \ - synth_fm_source_impl.cc \ - synth_wave_tri_impl.cc synth_noise_impl.cc synth_wave_softsaw_impl.cc synth_wave_square_impl.cc synth_wave_pulse_impl.cc synth_osc_impl.cc synth_play_pat_impl.cc \ - synth_capture_wav_impl.cc \ - synth_midi_test_impl.cc synth_sequence_impl.cc synth_sequence_freq_impl.cc \ - synth_midi_debug_impl.cc objectcache_impl.cc synth_nil_impl.cc synth_debug_impl.cc synth_data_impl.cc \ - synth_div_impl.cc +libartsmodulessynth_la_SOURCES = artsmodulessynth.cpp \ + synth_xfade_impl.cpp synth_autopanner_impl.cpp synth_delay_impl.cpp synth_cdelay_impl.cpp \ + synth_envelope_adsr_impl.cpp synth_pscale_impl.cpp \ + synth_tremolo_impl.cpp synth_fx_cflanger_impl.cpp synth_compressor_impl.cpp \ + synth_pitch_shift_impl.cpp synth_pitch_shift_fft_impl.cpp c_filter_stuff.c synth_shelve_cutoff_impl.cpp synth_brickwall_limiter_impl.cpp synth_std_equalizer_impl.cpp synth_rc_impl.cpp synth_moog_vcf_impl.cpp synth_atan_saturate_impl.cpp \ + synth_fm_source_impl.cpp \ + synth_wave_tri_impl.cpp synth_noise_impl.cpp synth_wave_softsaw_impl.cpp synth_wave_square_impl.cpp synth_wave_pulse_impl.cpp synth_osc_impl.cpp synth_play_pat_impl.cpp \ + synth_capture_wav_impl.cpp \ + synth_midi_test_impl.cpp synth_sequence_impl.cpp synth_sequence_freq_impl.cpp \ + synth_midi_debug_impl.cpp objectcache_impl.cpp synth_nil_impl.cpp synth_debug_impl.cpp synth_data_impl.cpp \ + synth_div_impl.cpp libartsmodulessynth_la_COMPILE_FIRST = artsmodulessynth.h ../../midi/artsmidi.h libartsmodulessynth_la_LIBADD = \ @@ -36,10 +36,10 @@ libartsmodulessynth_la_LIBADD = \ #libartsmodulessynth_la_LIBADD = $(top_builddir)/arts/gui/common/libartsgui_idl.la $(top_builddir)/arts/midi/libartsmidi_idl.la -lartsflow -lartsflow_idl -lmcop $(LIBDL) $(LIB_TDEUI) $(LIB_TDECORE) libartsmodulessynth_la_LDFLAGS = $(all_libraries) -L$(arts_libraries) -lartsflow -lartsgsl -no-undefined -artsmodulessynth.cc artsmodulessynth.h artsmodulessynth.mcoptype artsmodulessynth.mcopclass: $(srcdir)/artsmodulessynth.idl $(MCOPIDL) +artsmodulessynth.cpp artsmodulessynth.h artsmodulessynth.mcoptype artsmodulessynth.mcopclass: $(srcdir)/artsmodulessynth.idl $(MCOPIDL) $(MCOPIDL) -t $(MCOP_INCLUDES) $(srcdir)/artsmodulessynth.idl -DISTCLEANFILES= artsmodulessynth.cc artsmodulessynth.h artsmodulessynth.mcop* +DISTCLEANFILES= artsmodulessynth.cpp artsmodulessynth.h artsmodulessynth.mcop* artsincludedir = $(includedir)/arts artsinclude_HEADERS = artsmodulessynth.h artsmodulessynth.idl diff --git a/arts/modules/synth/artsmodulessynth.idl b/arts/modules/synth/artsmodulessynth.idl index b9ac3d46..6ba4248b 100644 --- a/arts/modules/synth/artsmodulessynth.idl +++ b/arts/modules/synth/artsmodulessynth.idl @@ -25,7 +25,7 @@ */ /* -* DISCLAIMER: The interfaces in artsmodules.idl (and the derived .cc/.h files) +* DISCLAIMER: The interfaces in artsmodules.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/synth/objectcache_impl.cc b/arts/modules/synth/objectcache_impl.cpp index d4d833a3..d4d833a3 100644 --- a/arts/modules/synth/objectcache_impl.cc +++ b/arts/modules/synth/objectcache_impl.cpp diff --git a/arts/modules/synth/synth_atan_saturate_impl.cc b/arts/modules/synth/synth_atan_saturate_impl.cpp index 7eb0b513..7eb0b513 100644 --- a/arts/modules/synth/synth_atan_saturate_impl.cc +++ b/arts/modules/synth/synth_atan_saturate_impl.cpp diff --git a/arts/modules/synth/synth_autopanner_impl.cc b/arts/modules/synth/synth_autopanner_impl.cpp index 6e3526de..6e3526de 100644 --- a/arts/modules/synth/synth_autopanner_impl.cc +++ b/arts/modules/synth/synth_autopanner_impl.cpp diff --git a/arts/modules/synth/synth_brickwall_limiter_impl.cc b/arts/modules/synth/synth_brickwall_limiter_impl.cpp index aea9d66e..aea9d66e 100644 --- a/arts/modules/synth/synth_brickwall_limiter_impl.cc +++ b/arts/modules/synth/synth_brickwall_limiter_impl.cpp diff --git a/arts/modules/synth/synth_capture_wav_impl.cc b/arts/modules/synth/synth_capture_wav_impl.cpp index 84e91648..84e91648 100644 --- a/arts/modules/synth/synth_capture_wav_impl.cc +++ b/arts/modules/synth/synth_capture_wav_impl.cpp diff --git a/arts/modules/synth/synth_cdelay_impl.cc b/arts/modules/synth/synth_cdelay_impl.cpp index 0ab3255d..0ab3255d 100644 --- a/arts/modules/synth/synth_cdelay_impl.cc +++ b/arts/modules/synth/synth_cdelay_impl.cpp diff --git a/arts/modules/synth/synth_compressor_impl.cc b/arts/modules/synth/synth_compressor_impl.cpp index b27b2be1..b27b2be1 100644 --- a/arts/modules/synth/synth_compressor_impl.cc +++ b/arts/modules/synth/synth_compressor_impl.cpp diff --git a/arts/modules/synth/synth_data_impl.cc b/arts/modules/synth/synth_data_impl.cpp index 5b95d400..5b95d400 100644 --- a/arts/modules/synth/synth_data_impl.cc +++ b/arts/modules/synth/synth_data_impl.cpp diff --git a/arts/modules/synth/synth_debug_impl.cc b/arts/modules/synth/synth_debug_impl.cpp index 456f4a6f..456f4a6f 100644 --- a/arts/modules/synth/synth_debug_impl.cc +++ b/arts/modules/synth/synth_debug_impl.cpp diff --git a/arts/modules/synth/synth_delay_impl.cc b/arts/modules/synth/synth_delay_impl.cpp index 92c23fd1..92c23fd1 100644 --- a/arts/modules/synth/synth_delay_impl.cc +++ b/arts/modules/synth/synth_delay_impl.cpp diff --git a/arts/modules/synth/synth_div_impl.cc b/arts/modules/synth/synth_div_impl.cpp index 90c19996..90c19996 100644 --- a/arts/modules/synth/synth_div_impl.cc +++ b/arts/modules/synth/synth_div_impl.cpp diff --git a/arts/modules/synth/synth_envelope_adsr_impl.cc b/arts/modules/synth/synth_envelope_adsr_impl.cpp index e6f47220..e6f47220 100644 --- a/arts/modules/synth/synth_envelope_adsr_impl.cc +++ b/arts/modules/synth/synth_envelope_adsr_impl.cpp diff --git a/arts/modules/synth/synth_fm_source_impl.cc b/arts/modules/synth/synth_fm_source_impl.cpp index 2c2bd0e8..2c2bd0e8 100644 --- a/arts/modules/synth/synth_fm_source_impl.cc +++ b/arts/modules/synth/synth_fm_source_impl.cpp diff --git a/arts/modules/synth/synth_fx_cflanger_impl.cc b/arts/modules/synth/synth_fx_cflanger_impl.cpp index 3f67fd7a..3f67fd7a 100644 --- a/arts/modules/synth/synth_fx_cflanger_impl.cc +++ b/arts/modules/synth/synth_fx_cflanger_impl.cpp diff --git a/arts/modules/synth/synth_midi_debug_impl.cc b/arts/modules/synth/synth_midi_debug_impl.cpp index 2c4cf711..2c4cf711 100644 --- a/arts/modules/synth/synth_midi_debug_impl.cc +++ b/arts/modules/synth/synth_midi_debug_impl.cpp diff --git a/arts/modules/synth/synth_midi_test_impl.cc b/arts/modules/synth/synth_midi_test_impl.cpp index 91714cac..91714cac 100644 --- a/arts/modules/synth/synth_midi_test_impl.cc +++ b/arts/modules/synth/synth_midi_test_impl.cpp diff --git a/arts/modules/synth/synth_moog_vcf_impl.cc b/arts/modules/synth/synth_moog_vcf_impl.cpp index 77bf5394..77bf5394 100644 --- a/arts/modules/synth/synth_moog_vcf_impl.cc +++ b/arts/modules/synth/synth_moog_vcf_impl.cpp diff --git a/arts/modules/synth/synth_nil_impl.cc b/arts/modules/synth/synth_nil_impl.cpp index db7b1942..db7b1942 100644 --- a/arts/modules/synth/synth_nil_impl.cc +++ b/arts/modules/synth/synth_nil_impl.cpp diff --git a/arts/modules/synth/synth_noise_impl.cc b/arts/modules/synth/synth_noise_impl.cpp index 474368e1..474368e1 100644 --- a/arts/modules/synth/synth_noise_impl.cc +++ b/arts/modules/synth/synth_noise_impl.cpp diff --git a/arts/modules/synth/synth_osc_impl.cc b/arts/modules/synth/synth_osc_impl.cpp index 214c2a16..214c2a16 100644 --- a/arts/modules/synth/synth_osc_impl.cc +++ b/arts/modules/synth/synth_osc_impl.cpp diff --git a/arts/modules/synth/synth_pitch_shift_fft_impl.cc b/arts/modules/synth/synth_pitch_shift_fft_impl.cpp index f356e1b8..f356e1b8 100644 --- a/arts/modules/synth/synth_pitch_shift_fft_impl.cc +++ b/arts/modules/synth/synth_pitch_shift_fft_impl.cpp diff --git a/arts/modules/synth/synth_pitch_shift_impl.cc b/arts/modules/synth/synth_pitch_shift_impl.cpp index 37217c8a..37217c8a 100644 --- a/arts/modules/synth/synth_pitch_shift_impl.cc +++ b/arts/modules/synth/synth_pitch_shift_impl.cpp diff --git a/arts/modules/synth/synth_play_pat_impl.cc b/arts/modules/synth/synth_play_pat_impl.cpp index 7c2699f7..7c2699f7 100644 --- a/arts/modules/synth/synth_play_pat_impl.cc +++ b/arts/modules/synth/synth_play_pat_impl.cpp diff --git a/arts/modules/synth/synth_pscale_impl.cc b/arts/modules/synth/synth_pscale_impl.cpp index 72298397..72298397 100644 --- a/arts/modules/synth/synth_pscale_impl.cc +++ b/arts/modules/synth/synth_pscale_impl.cpp diff --git a/arts/modules/synth/synth_rc_impl.cc b/arts/modules/synth/synth_rc_impl.cpp index 12b30260..ce0252ea 100644 --- a/arts/modules/synth/synth_rc_impl.cc +++ b/arts/modules/synth/synth_rc_impl.cpp @@ -60,7 +60,7 @@ public: if (zero_lower < invalue[0] && invalue[0] < zero_upper) { - /* for comments see equalizer.cc/Synth_STD_EQUALIZER implementation */ + /* for comments see equalizer.cpp/Synth_STD_EQUALIZER implementation */ /* * This implementation differs from the implementation there, diff --git a/arts/modules/synth/synth_sequence_freq_impl.cc b/arts/modules/synth/synth_sequence_freq_impl.cpp index e3458d74..e3458d74 100644 --- a/arts/modules/synth/synth_sequence_freq_impl.cc +++ b/arts/modules/synth/synth_sequence_freq_impl.cpp diff --git a/arts/modules/synth/synth_sequence_impl.cc b/arts/modules/synth/synth_sequence_impl.cpp index dc2588f5..dc2588f5 100644 --- a/arts/modules/synth/synth_sequence_impl.cc +++ b/arts/modules/synth/synth_sequence_impl.cpp diff --git a/arts/modules/synth/synth_shelve_cutoff_impl.cc b/arts/modules/synth/synth_shelve_cutoff_impl.cpp index 01880b6c..01880b6c 100644 --- a/arts/modules/synth/synth_shelve_cutoff_impl.cc +++ b/arts/modules/synth/synth_shelve_cutoff_impl.cpp diff --git a/arts/modules/synth/synth_std_equalizer_impl.cc b/arts/modules/synth/synth_std_equalizer_impl.cpp index be88a708..be88a708 100644 --- a/arts/modules/synth/synth_std_equalizer_impl.cc +++ b/arts/modules/synth/synth_std_equalizer_impl.cpp diff --git a/arts/modules/synth/synth_tremolo_impl.cc b/arts/modules/synth/synth_tremolo_impl.cpp index 37b42302..37b42302 100644 --- a/arts/modules/synth/synth_tremolo_impl.cc +++ b/arts/modules/synth/synth_tremolo_impl.cpp diff --git a/arts/modules/synth/synth_wave_pulse_impl.cc b/arts/modules/synth/synth_wave_pulse_impl.cpp index f179b376..f179b376 100644 --- a/arts/modules/synth/synth_wave_pulse_impl.cc +++ b/arts/modules/synth/synth_wave_pulse_impl.cpp diff --git a/arts/modules/synth/synth_wave_softsaw_impl.cc b/arts/modules/synth/synth_wave_softsaw_impl.cpp index 5765250d..5765250d 100644 --- a/arts/modules/synth/synth_wave_softsaw_impl.cc +++ b/arts/modules/synth/synth_wave_softsaw_impl.cpp diff --git a/arts/modules/synth/synth_wave_square_impl.cc b/arts/modules/synth/synth_wave_square_impl.cpp index c5693b18..c5693b18 100644 --- a/arts/modules/synth/synth_wave_square_impl.cc +++ b/arts/modules/synth/synth_wave_square_impl.cpp diff --git a/arts/modules/synth/synth_wave_tri_impl.cc b/arts/modules/synth/synth_wave_tri_impl.cpp index 2333d31c..2333d31c 100644 --- a/arts/modules/synth/synth_wave_tri_impl.cc +++ b/arts/modules/synth/synth_wave_tri_impl.cpp diff --git a/arts/modules/synth/synth_xfade_impl.cc b/arts/modules/synth/synth_xfade_impl.cpp index dcbb2290..dcbb2290 100644 --- a/arts/modules/synth/synth_xfade_impl.cc +++ b/arts/modules/synth/synth_xfade_impl.cpp |