Vital
|
#include "synth_module.h"
#include "producers_module.h"
#include "voice_handler.h"
#include "wavetable.h"
#include "synth_types.h"
#include "line_generator.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | vital::SynthVoiceHandler |
Manages per-voice processing of audio signals within the Vital synthesizer. More... | |
Namespaces | |
namespace | vital |
Contains classes and functions used within the Vital synthesizer framework. | |