active_file_ | SynthBase | protected |
animate(bool animate) | SynthEditor | |
armMidiLearn(const std::string &name) | SynthBase | |
audio_memory_ | SynthBase | protected |
beginChangeGesture(const std::string &name) | SynthBase | inlinevirtual |
cancelMidiLearn() | SynthBase | |
checkOversampling() | SynthBase | |
clearActiveFile() | SynthBase | inline |
clearMidiLearn(const std::string &name) | SynthBase | |
clearModulationQueue() | SynthBase | inlineprotected |
clearModulations() | SynthBase | |
SynthGuiInterface::connectModulation(std::string source, std::string destination) | SynthGuiInterface | |
SynthGuiInterface::connectModulation(vital::ModulationConnection *connection) | SynthGuiInterface | |
SynthBase::connectModulation(const std::string &source, const std::string &destination) | SynthBase | |
SynthBase::connectModulation(vital::ModulationConnection *connection) | SynthBase | |
controls_ | SynthBase | protected |
createModulationChange(vital::ModulationConnection *connection) | SynthBase | protected |
SynthGuiInterface::disconnectModulation(std::string source, std::string destination) | SynthGuiInterface | |
SynthGuiInterface::disconnectModulation(vital::ModulationConnection *connection) | SynthGuiInterface | |
SynthBase::disconnectModulation(const std::string &source, const std::string &destination) | SynthBase | |
SynthBase::disconnectModulation(vital::ModulationConnection *connection) | SynthBase | |
endChangeGesture(const std::string &name) | SynthBase | inlinevirtual |
engine_ | SynthBase | protected |
expired_ | SynthBase | protected |
externalPresetLoaded(File preset) | SynthGuiInterface | |
forceShowModulation(const std::string &source, bool force) | SynthBase | |
getActiveFile() | SynthBase | inline |
getAudioDeviceManager() override | SynthEditor | inlinevirtual |
getAudioMemory() | SynthBase | inline |
getAuthor() | SynthBase | |
getComments() | SynthBase | |
getConnection(const std::string &source, const std::string &destination) | SynthBase | protected |
getConnectionIndex(const std::string &source, const std::string &destination) | SynthBase | |
getControls() | SynthBase | inline |
getControlValue(const std::string &name) | SynthGuiInterface | |
getCriticalSection() override | SynthEditor | inlinevirtual |
getDestinationConnections(const std::string &destination) | SynthBase | |
getEngine() | SynthBase | inline |
getEqualizerMemory() | SynthBase | |
getGui() | SynthGuiInterface | inline |
getGuiInterface() override | SynthEditor | inlinevirtual |
getKeyboardState() | SynthBase | inline |
getLfoSource(int index) | SynthBase | |
getMacroName(int index) | SynthBase | |
getModulationBank() | SynthBase | |
getModulationConnections() | SynthBase | inline |
getNextAudioBlock(const AudioSourceChannelInfo &buffer) override | SynthEditor | |
getNextModulationChange(vital::modulation_change &change) | SynthBase | inlineprotected |
getNumModulations(const std::string &destination) | SynthBase | |
getOscilloscopeMemory() | SynthBase | inline |
getPresetName() | SynthBase | |
getSample() | SynthBase | |
getSampleRate() | SynthBase | |
getSourceConnections(const std::string &source) | SynthBase | |
getStatusOutput(const std::string &name) | SynthBase | |
getStyle() | SynthBase | |
getSynth() | SynthGuiInterface | inline |
getTuning() | SynthBase | inline |
getWavetable(int index) | SynthBase | |
getWavetableCreator(int index) | SynthBase | |
gui_ | SynthGuiInterface | protected |
initEngine() | SynthBase | |
initModulationValues(const std::string &source, const std::string &destination) | SynthGuiInterface | |
isInvalidConnection(const vital::modulation_change &change) | SynthBase | protected |
isMidiMapped(const std::string &name) | SynthBase | |
isModSourceEnabled(const std::string &source) | SynthBase | |
isSourceConnected(const std::string &source) | SynthBase | |
keyboard_state_ | SynthBase | protected |
kOutputWindowMaxNote | SynthBase | static |
kOutputWindowMinNote | SynthBase | static |
last_num_pressed_ | SynthBase | protected |
last_played_note_ | SynthBase | protected |
loadFromFile(File preset, std::string &error) | SynthBase | |
loadFromJson(const json &state) | SynthBase | protected |
loadInitPreset() | SynthBase | |
loadTuningFile(const File &file) | SynthBase | |
memory_index_ | SynthBase | protected |
memory_input_offset_ | SynthBase | protected |
memory_reset_period_ | SynthBase | protected |
midi_manager_ | SynthBase | protected |
mod_connections_ | SynthBase | protected |
modulation_change_queue_ | SynthBase | protected |
modWheelGuiChanged(vital::mono_float value) | SynthBase | |
modWheelMidiChanged(vital::mono_float value) override | SynthBase | virtual |
notifyChange() | SynthGuiInterface | |
notifyFresh() | SynthGuiInterface | |
notifyModulationsChanged() | SynthGuiInterface | |
notifyModulationValueChanged(int index) | SynthGuiInterface | |
notifyOversamplingChanged() | SynthBase | |
openSaveDialog() | SynthGuiInterface | |
oscilloscope_memory_ | SynthBase | protected |
oscilloscope_memory_write_ | SynthBase | protected |
paint(Graphics &) override | SynthEditor | inline |
paint(Graphics &g) override | SynthEditor | inline |
pauseProcessing(bool pause) override | SynthEditor | inlinevirtual |
pitchWheelGuiChanged(vital::mono_float value) | SynthBase | |
pitchWheelMidiChanged(vital::mono_float value) override | SynthBase | virtual |
prepareToPlay(int buffer_size, double sample_rate) override | SynthEditor | |
presetChangedThroughMidi(File preset) override | SynthBase | virtual |
processAudio(AudioSampleBuffer *buffer, int channels, int samples, int offset) | SynthBase | protected |
processAudioWithInput(AudioSampleBuffer *buffer, const vital::poly_float *input_buffer, int channels, int samples, int offset) | SynthBase | protected |
processKeyboardEvents(MidiBuffer &buffer, int num_samples) | SynthBase | protected |
processMidi(MidiBuffer &buffer, int start_sample=0, int end_sample=0) | SynthBase | protected |
processModulationChanges() | SynthBase | protected |
releaseResources() override | SynthEditor | |
renderAudioForResynthesis(float *data, int samples, int note) | SynthBase | |
renderAudioToFile(File file, float seconds, float bpm, std::vector< int > notes, bool render_images) | SynthBase | |
resized() override | SynthEditor | |
resized() override | SynthEditor | |
save_info_ | SynthBase | protected |
saveToActiveFile() | SynthBase | |
saveToFile(File preset) | SynthBase | |
saveToJson() | SynthBase | protected |
self_reference_ | SynthBase | protected |
setAuthor(const String &author) | SynthBase | |
setComments(const String &comments) | SynthBase | |
setFocus() | SynthGuiInterface | |
setGuiSize(float scale) | SynthGuiInterface | |
setMacroName(int index, const String ¯o_name) | SynthBase | |
setModulationValues(const std::string &source, const std::string &destination, vital::mono_float amount, bool bipolar, bool stereo, bool bypass) | SynthGuiInterface | |
setMpeEnabled(bool enabled) | SynthBase | |
setPresetName(const String &preset_name) | SynthBase | |
setScaleFactor(float newScale) override | SynthEditor | |
setStyle(const String &style) | SynthBase | |
setValueNotifyHost(const std::string &name, vital::mono_float value) | SynthBase | inlinevirtual |
SynthBase() | SynthBase | |
SynthEditor(SynthPlugin &synth) | SynthEditor | |
SynthEditor(bool use_gui=true) | SynthEditor | |
SynthGuiInterface(SynthBase *synth, bool use_gui=true) | SynthGuiInterface | |
timerCallback() override | SynthEditor | |
tuning_ | SynthBase | protected |
updateFullGui() override | SynthEditor | virtual |
updateGuiControl(const std::string &name, vital::mono_float value) | SynthGuiInterface | virtual |
updateMemoryOutput(int samples, const vital::poly_float *audio) | SynthBase | protected |
value_change_queue_ | SynthBase | protected |
valueChanged(const std::string &name, vital::mono_float value) | SynthBase | |
valueChangedExternal(const std::string &name, vital::mono_float value) | SynthBase | |
valueChangedInternal(const std::string &name, vital::mono_float value) | SynthBase | |
valueChangedThroughMidi(const std::string &name, vital::mono_float value) override | SynthBase | virtual |
wavetable_creators_ | SynthBase | protected |
writeAudio(AudioSampleBuffer *buffer, int channels, int samples, int offset) | SynthBase | protected |
~Listener() | MidiManager::Listener | inlinevirtual |
~SynthBase() | SynthBase | virtual |
~SynthEditor() | SynthEditor | |
~SynthGuiInterface() | SynthGuiInterface | virtual |