Vital
|
#include "synth_parameters.h"
#include "compressor.h"
#include "distortion.h"
#include "digital_svf.h"
#include "synth_constants.h"
#include "random_lfo.h"
#include "synth_lfo.h"
#include "synth_oscillator.h"
#include "synth_strings.h"
#include "voice_handler.h"
#include "wavetable.h"
#include "utils.h"
#include <cfloat>
Go to the source code of this file.
Namespaces | |
namespace | vital |
Contains classes and functions used within the Vital synthesizer framework. | |
Functions | |
bool | vital::compareValueDetails (const ValueDetails *a, const ValueDetails *b) |
Comparison function for sorting parameters by version and name. | |