Home
last modified time | relevance | path

Searched refs:fSynth (Results 1 – 9 of 9) sorted by relevance

/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/plugins/Nekobi/
H A DDistrhoPluginNekobi.cpp98 fSynth.note_id = 0; in DistrhoPluginNekobi()
102 fSynth.glide = 0; in DistrhoPluginNekobi()
121 fSynth.cc[i] = 0; in DistrhoPluginNekobi()
297 DISTRHO_SAFE_ASSERT(fSynth.waveform == 0.0f || fSynth.waveform == 1.0f); in setParameterValue()
302 DISTRHO_SAFE_ASSERT(fSynth.tuning >= 0.5f && fSynth.tuning <= 2.0f); in setParameterValue()
307 DISTRHO_SAFE_ASSERT(fSynth.cutoff >= 0.0f && fSynth.cutoff <= 40.0f); in setParameterValue()
317 DISTRHO_SAFE_ASSERT(fSynth.envmod >= 0.0f && fSynth.envmod <= 1.0f); in setParameterValue()
327 DISTRHO_SAFE_ASSERT(fSynth.accent >= 0.0f && fSynth.accent <= 1.0f); in setParameterValue()
332 DISTRHO_SAFE_ASSERT(fSynth.volume >= 0.0f && fSynth.volume <= 1.0f); in setParameterValue()
351 fSynth.note_id = 0; in activate()
[all …]
H A DDistrhoPluginNekobi.hpp124 nekobee_synth_t fSynth; member in DistrhoPluginNekobi
/dports/audio/nekobi-lv2/Nekobi-840a692/plugins/Nekobi/
H A DDistrhoPluginNekobi.cpp98 fSynth.note_id = 0; in DistrhoPluginNekobi()
102 fSynth.glide = 0; in DistrhoPluginNekobi()
121 fSynth.cc[i] = 0; in DistrhoPluginNekobi()
289 DISTRHO_SAFE_ASSERT(fSynth.waveform == 0.0f || fSynth.waveform == 1.0f); in setParameterValue()
294 DISTRHO_SAFE_ASSERT(fSynth.tuning >= 0.5f && fSynth.tuning <= 2.0f); in setParameterValue()
299 DISTRHO_SAFE_ASSERT(fSynth.cutoff >= 0.0f && fSynth.cutoff <= 40.0f); in setParameterValue()
309 DISTRHO_SAFE_ASSERT(fSynth.envmod >= 0.0f && fSynth.envmod <= 1.0f); in setParameterValue()
319 DISTRHO_SAFE_ASSERT(fSynth.accent >= 0.0f && fSynth.accent <= 1.0f); in setParameterValue()
324 DISTRHO_SAFE_ASSERT(fSynth.volume >= 0.0f && fSynth.volume <= 1.0f); in setParameterValue()
343 fSynth.note_id = 0; in activate()
[all …]
H A DDistrhoPluginNekobi.hpp124 nekobee_synth_t fSynth;
/dports/audio/carla/Carla-2.4.1/source/backend/plugin/
H A DCarlaPluginFluidSynth.cpp51 fSynth(nullptr), in CarlaPluginFluidSynth()
81 fSynth = new_fluid_synth(fSettings); in CarlaPluginFluidSynth()
91 fluid_synth_set_reverb_on(fSynth, 1); in CarlaPluginFluidSynth()
92 fluid_synth_set_reverb(fSynth, in CarlaPluginFluidSynth()
99 fluid_synth_set_chorus(fSynth, in CarlaPluginFluidSynth()
107 fluid_synth_set_gain(fSynth, 1.0f); in CarlaPluginFluidSynth()
129 if (fSynth != nullptr) in ~CarlaPluginFluidSynth()
131 delete_fluid_synth(fSynth); in ~CarlaPluginFluidSynth()
132 fSynth = nullptr; in ~CarlaPluginFluidSynth()
1681 if (fSynth == nullptr) in reloadPrograms()
[all …]
H A DCarlaPluginSFZero.cpp55 fSynth(), in CarlaPluginSFZero()
334 fSynth.allNotesOff(0, false); in process()
496 fSynth.allNotesOff(event.channel+1, true); in process()
532 fSynth.handleMidiEvent(midiMessage); in process()
556 fNumVoices = static_cast<float>(fSynth.numVoicesUsed()); in process()
582 fSynth.renderVoices(audioOutBuffer, static_cast<int>(timeOffset), static_cast<int>(frames)); in processSingle()
649 fSynth.setCurrentPlaybackSampleRate(newSampleRate); in sampleRateChanged()
680 fSynth.addVoice(new sfzero::Voice()); in init()
685 fSynth.setCurrentPlaybackSampleRate(pData->engine->getSampleRate()); in init()
698 if (fSynth.addSound(sound) == nullptr) in init()
[all …]
/dports/audio/faust/faust-2.37.3/architecture/juce/
H A Djuce-plugin.cpp162 juce::Synthesiser fSynth; member in FaustSynthesiser
184 fSynth.addVoice(voice); in addVoice()
190 fSynth.addSound(sound); in addSound()
279 std::unique_ptr<FaustSynthesiser> fSynth; member in FaustPlugInAudioProcessor
452 fSynth->init(); in FaustPlugInAudioProcessor()
453 fSynth->addSound(new FaustSound()); in FaustPlugInAudioProcessor()
515 fSynth->buildUserInterface(fOSCUI.get()); in FaustPlugInAudioProcessor()
533 fSynth->buildUserInterface(&fStateUI); in FaustPlugInAudioProcessor()
534 fSynth->buildUserInterface(&fParameterUI); in FaustPlugInAudioProcessor()
537 fSynth->instanceResetUserInterface(); in FaustPlugInAudioProcessor()
[all …]
/dports/audio/string-machine-lv2/string-machine-0.1.0/plugins/string-machine/
H A DStringMachinePlugin.hpp30 float getLastDetuneUpper() const { return fSynth.getLastDetuneUpper(); } in getLastDetuneUpper()
31 float getLastDetuneLower() const { return fSynth.getLastDetuneLower(); } in getLastDetuneLower()
33 float getChorusPhase1() const { return fSynth.getChorus().getPhase1(); } in getChorusPhase1()
34 float getChorusPhase2() const { return fSynth.getChorus().getPhase2(); } in getChorusPhase2()
40 StringSynth fSynth; member in StringMachinePlugin
H A DStringMachinePlugin.cpp11 fSynth.init(sampleRate); in StringMachinePlugin()
69 const StringSynth &synth = fSynth; in getParameterValue()
130 StringSynth &synth = fSynth; in setParameterValue()
231 StringSynth &synth = fSynth; in run()