/* 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 "modulation_manager.cpp"
#include "modulation_matrix.cpp"
#include "equalizer_section.cpp"
#include "sample_section.cpp"
#include "flanger_section.cpp"
#include "macro_knob_section.cpp"
#include "effects_interface.cpp"
#include "synthesis_interface.cpp"
#include "filter_section.cpp"
#include "modulation_interface.cpp"
#include "distortion_section.cpp"
#include "master_controls_interface.cpp"
#include "bank_exporter.cpp"
#include "preset_browser.cpp"
#include "popup_browser.cpp"
#include "keyboard_interface.cpp"
#include "header_section.cpp"
#include "full_interface.cpp"
#include "delete_section.cpp"
#include "download_section.cpp"
#include "expired_section.cpp"
#include "lfo_section.cpp"
#include "random_section.cpp"
#include "save_section.cpp"
