37 lines
1.6 KiB
C++
37 lines
1.6 KiB
C++
/* Copyright 2013-2019 Matt Tytel
|
|
*
|
|
* vital is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* vital is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with vital. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
#include "interface/bend_section_test.cpp"
|
|
#include "interface/chorus_section_test.cpp"
|
|
#include "interface/compressor_section_test.cpp"
|
|
#include "interface/delay_section_test.cpp"
|
|
#include "interface/distortion_section_test.cpp"
|
|
#include "interface/envelope_section_test.cpp"
|
|
#include "interface/equalizer_section_test.cpp"
|
|
#include "interface/filter_section_test.cpp"
|
|
#include "interface/flanger_section_test.cpp"
|
|
#include "interface/full_interface_test.cpp"
|
|
#include "interface/interface_test.cpp"
|
|
#include "interface/lfo_section_test.cpp"
|
|
#include "interface/oscillator_advanced_section_test.cpp"
|
|
#include "interface/oscillator_section_test.cpp"
|
|
#include "interface/phaser_section_test.cpp"
|
|
#include "interface/portamento_section_test.cpp"
|
|
#include "interface/synthesis_interface_test.cpp"
|
|
#include "interface/reverb_section_test.cpp"
|
|
#include "interface/sample_section_test.cpp"
|
|
#include "interface/voice_section_test.cpp"
|
|
|