Vital
|
#include "JuceHeader.h"
#include "pitch_detector.h"
#include "wavetable_component.h"
#include "wave_frame.h"
#include "wave_source.h"
#include "utils.h"
Go to the source code of this file.
Classes | |
class | FileSource |
A WavetableComponent that uses an external audio sample as its source. More... | |
struct | FileSource::SampleBuffer |
A simple structure holding a buffer of samples loaded from the file source. More... | |
class | FileSource::FileSourceKeyframe |
A specific WavetableKeyframe that uses the FileSource’s audio buffer. More... | |