|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737 |
- /*
- * Carla FluidSynth Plugin
- * Copyright (C) 2011-2018 Filipe Coelho <falktx@falktx.com>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * For a full copy of the GNU General Public License see the doc/GPL.txt file.
- */
-
- #include "CarlaPluginInternal.hpp"
- #include "CarlaEngine.hpp"
-
- #ifdef HAVE_FLUIDSYNTH
-
- #include "CarlaMathUtils.hpp"
-
- #include "water/text/StringArray.h"
-
- #include <fluidsynth.h>
-
- #define FLUID_DEFAULT_POLYPHONY 64
-
- using water::String;
- using water::StringArray;
-
- CARLA_BACKEND_START_NAMESPACE
-
- // -------------------------------------------------------------------------------------------------------------------
- // Fallback data
-
- static const ExternalMidiNote kExternalMidiNoteFallback = { -1, 0, 0 };
-
- // -------------------------------------------------------------------------------------------------------------------
-
- class CarlaPluginFluidSynth : public CarlaPlugin
- {
- public:
- CarlaPluginFluidSynth(CarlaEngine* const engine, const uint id, const bool use16Outs)
- : CarlaPlugin(engine, id),
- kUse16Outs(use16Outs),
- fSettings(nullptr),
- fSynth(nullptr),
- fSynthId(0),
- fAudio16Buffers(nullptr),
- fLabel(nullptr)
- {
- carla_debug("CarlaPluginFluidSynth::CarlaPluginFluidSynth(%p, %i, %s)", engine, id, bool2str(use16Outs));
-
- carla_zeroFloats(fParamBuffers, FluidSynthParametersMax);
- carla_fill<int32_t>(fCurMidiProgs, 0, MAX_MIDI_CHANNELS);
-
- // create settings
- fSettings = new_fluid_settings();
- CARLA_SAFE_ASSERT_RETURN(fSettings != nullptr,);
-
- // define settings
- fluid_settings_setint(fSettings, "synth.audio-channels", use16Outs ? 16 : 1);
- fluid_settings_setint(fSettings, "synth.audio-groups", use16Outs ? 16 : 1);
- fluid_settings_setnum(fSettings, "synth.sample-rate", pData->engine->getSampleRate());
- //fluid_settings_setnum(fSettings, "synth.cpu-cores", 2);
- fluid_settings_setint(fSettings, "synth.parallel-render", 1);
- fluid_settings_setint(fSettings, "synth.threadsafe-api", 0);
-
- // create synth
- fSynth = new_fluid_synth(fSettings);
- CARLA_SAFE_ASSERT_RETURN(fSynth != nullptr,);
-
- fluid_synth_set_sample_rate(fSynth, (float)pData->engine->getSampleRate());
-
- // set default values
- fluid_synth_set_reverb_on(fSynth, 1);
- fluid_synth_set_reverb(fSynth, FLUID_REVERB_DEFAULT_ROOMSIZE, FLUID_REVERB_DEFAULT_DAMP, FLUID_REVERB_DEFAULT_WIDTH, FLUID_REVERB_DEFAULT_LEVEL);
-
- fluid_synth_set_chorus_on(fSynth, 1);
- fluid_synth_set_chorus(fSynth, FLUID_CHORUS_DEFAULT_N, FLUID_CHORUS_DEFAULT_LEVEL, FLUID_CHORUS_DEFAULT_SPEED, FLUID_CHORUS_DEFAULT_DEPTH, FLUID_CHORUS_DEFAULT_TYPE);
-
- fluid_synth_set_polyphony(fSynth, FLUID_DEFAULT_POLYPHONY);
- fluid_synth_set_gain(fSynth, 1.0f);
-
- for (int i=0; i < MAX_MIDI_CHANNELS; ++i)
- fluid_synth_set_interp_method(fSynth, i, FLUID_INTERP_DEFAULT);
- }
-
- ~CarlaPluginFluidSynth() override
- {
- carla_debug("CarlaPluginFluidSynth::~CarlaPluginFluidSynth()");
-
- pData->singleMutex.lock();
- pData->masterMutex.lock();
-
- if (pData->client != nullptr && pData->client->isActive())
- pData->client->deactivate();
-
- if (pData->active)
- {
- deactivate();
- pData->active = false;
- }
-
- if (fSynth != nullptr)
- {
- delete_fluid_synth(fSynth);
- fSynth = nullptr;
- }
-
- if (fSettings != nullptr)
- {
- delete_fluid_settings(fSettings);
- fSettings = nullptr;
- }
-
- if (fLabel != nullptr)
- {
- delete[] fLabel;
- fLabel = nullptr;
- }
-
- clearBuffers();
- }
-
- // -------------------------------------------------------------------
- // Information (base)
-
- PluginType getType() const noexcept override
- {
- return PLUGIN_SF2;
- }
-
- PluginCategory getCategory() const noexcept override
- {
- return PLUGIN_CATEGORY_SYNTH;
- }
-
- // -------------------------------------------------------------------
- // Information (count)
-
- uint32_t getParameterScalePointCount(const uint32_t parameterId) const noexcept override
- {
- switch (parameterId)
- {
- case FluidSynthChorusType:
- return 2;
- case FluidSynthInterpolation:
- return 4;
- default:
- return 0;
- }
- }
-
- // -------------------------------------------------------------------
- // Information (current data)
-
- // nothing
-
- // -------------------------------------------------------------------
- // Information (per-plugin data)
-
- uint getOptionsAvailable() const noexcept override
- {
- uint options = 0x0;
-
- options |= PLUGIN_OPTION_MAP_PROGRAM_CHANGES;
- options |= PLUGIN_OPTION_SEND_CONTROL_CHANGES;
- options |= PLUGIN_OPTION_SEND_CHANNEL_PRESSURE;
- options |= PLUGIN_OPTION_SEND_PITCHBEND;
- options |= PLUGIN_OPTION_SEND_ALL_SOUND_OFF;
-
- return options;
- }
-
- float getParameterValue(const uint32_t parameterId) const noexcept override
- {
- CARLA_SAFE_ASSERT_RETURN(parameterId < pData->param.count, 0.0f);
-
- return fParamBuffers[parameterId];
- }
-
- float getParameterScalePointValue(const uint32_t parameterId, const uint32_t scalePointId) const noexcept override
- {
- switch (parameterId)
- {
- case FluidSynthChorusType:
- switch (scalePointId)
- {
- case 0:
- return FLUID_CHORUS_MOD_SINE;
- case 1:
- return FLUID_CHORUS_MOD_TRIANGLE;
- default:
- return FLUID_CHORUS_DEFAULT_TYPE;
- }
- case FluidSynthInterpolation:
- switch (scalePointId)
- {
- case 0:
- return FLUID_INTERP_NONE;
- case 1:
- return FLUID_INTERP_LINEAR;
- case 2:
- return FLUID_INTERP_4THORDER;
- case 3:
- return FLUID_INTERP_7THORDER;
- default:
- return FLUID_INTERP_DEFAULT;
- }
- default:
- return 0.0f;
- }
- }
-
- void getLabel(char* const strBuf) const noexcept override
- {
- if (fLabel != nullptr)
- {
- std::strncpy(strBuf, fLabel, STR_MAX);
- return;
- }
-
- CarlaPlugin::getLabel(strBuf);
- }
-
- void getMaker(char* const strBuf) const noexcept override
- {
- std::strncpy(strBuf, "FluidSynth SF2 engine", STR_MAX);
- }
-
- void getCopyright(char* const strBuf) const noexcept override
- {
- std::strncpy(strBuf, "GNU GPL v2+", STR_MAX);
- }
-
- void getRealName(char* const strBuf) const noexcept override
- {
- getLabel(strBuf);
- }
-
- void getParameterName(const uint32_t parameterId, char* const strBuf) const noexcept override
- {
- CARLA_SAFE_ASSERT_RETURN(parameterId < pData->param.count,);
-
- switch (parameterId)
- {
- case FluidSynthReverbOnOff:
- std::strncpy(strBuf, "Reverb On/Off", STR_MAX);
- return;
- case FluidSynthReverbRoomSize:
- std::strncpy(strBuf, "Reverb Room Size", STR_MAX);
- return;
- case FluidSynthReverbDamp:
- std::strncpy(strBuf, "Reverb Damp", STR_MAX);
- return;
- case FluidSynthReverbLevel:
- std::strncpy(strBuf, "Reverb Level", STR_MAX);
- return;
- case FluidSynthReverbWidth:
- std::strncpy(strBuf, "Reverb Width", STR_MAX);
- return;
- case FluidSynthChorusOnOff:
- std::strncpy(strBuf, "Chorus On/Off", STR_MAX);
- return;
- case FluidSynthChorusNr:
- std::strncpy(strBuf, "Chorus Voice Count", STR_MAX);
- return;
- case FluidSynthChorusLevel:
- std::strncpy(strBuf, "Chorus Level", STR_MAX);
- return;
- case FluidSynthChorusSpeedHz:
- std::strncpy(strBuf, "Chorus Speed", STR_MAX);
- return;
- case FluidSynthChorusDepthMs:
- std::strncpy(strBuf, "Chorus Depth", STR_MAX);
- return;
- case FluidSynthChorusType:
- std::strncpy(strBuf, "Chorus Type", STR_MAX);
- return;
- case FluidSynthPolyphony:
- std::strncpy(strBuf, "Polyphony", STR_MAX);
- return;
- case FluidSynthInterpolation:
- std::strncpy(strBuf, "Interpolation", STR_MAX);
- return;
- case FluidSynthVoiceCount:
- std::strncpy(strBuf, "Voice Count", STR_MAX);
- return;
- }
-
- CarlaPlugin::getParameterName(parameterId, strBuf);
- }
-
- void getParameterUnit(const uint32_t parameterId, char* const strBuf) const noexcept override
- {
- CARLA_SAFE_ASSERT_RETURN(parameterId < pData->param.count,);
-
- switch (parameterId)
- {
- case FluidSynthChorusSpeedHz:
- std::strncpy(strBuf, "Hz", STR_MAX);
- return;
- case FluidSynthChorusDepthMs:
- std::strncpy(strBuf, "ms", STR_MAX);
- return;
- }
-
- CarlaPlugin::getParameterUnit(parameterId, strBuf);
- }
-
- void getParameterScalePointLabel(const uint32_t parameterId, const uint32_t scalePointId, char* const strBuf) const noexcept override
- {
- CARLA_SAFE_ASSERT_RETURN(parameterId < pData->param.count,);
- CARLA_SAFE_ASSERT_RETURN(scalePointId < getParameterScalePointCount(parameterId),);
-
- switch (parameterId)
- {
- case FluidSynthChorusType:
- switch (scalePointId)
- {
- case 0:
- std::strncpy(strBuf, "Sine wave", STR_MAX);
- return;
- case 1:
- std::strncpy(strBuf, "Triangle wave", STR_MAX);
- return;
- }
- case FluidSynthInterpolation:
- switch (scalePointId)
- {
- case 0:
- std::strncpy(strBuf, "None", STR_MAX);
- return;
- case 1:
- std::strncpy(strBuf, "Straight-line", STR_MAX);
- return;
- case 2:
- std::strncpy(strBuf, "Fourth-order", STR_MAX);
- return;
- case 3:
- std::strncpy(strBuf, "Seventh-order", STR_MAX);
- return;
- }
- }
-
- CarlaPlugin::getParameterScalePointLabel(parameterId, scalePointId, strBuf);
- }
-
- // -------------------------------------------------------------------
- // Set data (state)
-
- void prepareForSave() override
- {
- char strBuf[STR_MAX+1];
- std::snprintf(strBuf, STR_MAX, "%i:%i:%i:%i:%i:%i:%i:%i:%i:%i:%i:%i:%i:%i:%i:%i", fCurMidiProgs[0], fCurMidiProgs[1], fCurMidiProgs[2], fCurMidiProgs[3],
- fCurMidiProgs[4], fCurMidiProgs[5], fCurMidiProgs[6], fCurMidiProgs[7],
- fCurMidiProgs[8], fCurMidiProgs[9], fCurMidiProgs[10], fCurMidiProgs[11],
- fCurMidiProgs[12], fCurMidiProgs[13], fCurMidiProgs[14], fCurMidiProgs[15]);
-
- CarlaPlugin::setCustomData(CUSTOM_DATA_TYPE_STRING, "midiPrograms", strBuf, false);
- }
-
- // -------------------------------------------------------------------
- // Set data (internal stuff)
-
- void setCtrlChannel(const int8_t channel, const bool sendOsc, const bool sendCallback) noexcept override
- {
- if (channel >= 0 && channel < MAX_MIDI_CHANNELS)
- pData->midiprog.current = fCurMidiProgs[channel];
-
- CarlaPlugin::setCtrlChannel(channel, sendOsc, sendCallback);
- }
-
- // -------------------------------------------------------------------
- // Set data (plugin-specific stuff)
-
- void setParameterValue(const uint32_t parameterId, const float value, const bool sendGui, const bool sendOsc, const bool sendCallback) noexcept override
- {
- CARLA_SAFE_ASSERT_RETURN(parameterId < pData->param.count,);
- CARLA_SAFE_ASSERT_RETURN(sendGui || sendOsc || sendCallback,);
-
- float fixedValue;
-
- {
- const ScopedSingleProcessLocker spl(this, (sendGui || sendOsc || sendCallback));
- fixedValue = setParameterValueInFluidSynth(parameterId, value);
-
- }
-
- CarlaPlugin::setParameterValue(parameterId, fixedValue, sendGui, sendOsc, sendCallback);
- }
-
- void setParameterValueRT(const uint32_t parameterId, const float value) noexcept override
- {
- const float fixedValue = setParameterValueInFluidSynth(parameterId, value);
-
- CarlaPlugin::setParameterValueRT(parameterId, fixedValue);
- }
-
- float setParameterValueInFluidSynth(const uint32_t parameterId, const float value) noexcept
- {
- CARLA_SAFE_ASSERT_RETURN(parameterId < pData->param.count, value);
-
- const float fixedValue(pData->param.getFixedValue(parameterId, value));
- fParamBuffers[parameterId] = fixedValue;
-
- switch (parameterId)
- {
- case FluidSynthReverbOnOff:
- try {
- fluid_synth_set_reverb_on(fSynth, (fixedValue > 0.5f) ? 1 : 0);
- } CARLA_SAFE_EXCEPTION("fluid_synth_set_reverb_on")
- break;
-
- case FluidSynthReverbRoomSize:
- case FluidSynthReverbDamp:
- case FluidSynthReverbLevel:
- case FluidSynthReverbWidth:
- try {
- fluid_synth_set_reverb(fSynth,
- fParamBuffers[FluidSynthReverbRoomSize],
- fParamBuffers[FluidSynthReverbDamp],
- fParamBuffers[FluidSynthReverbWidth],
- fParamBuffers[FluidSynthReverbLevel]);
- } CARLA_SAFE_EXCEPTION("fluid_synth_set_reverb")
- break;
-
- case FluidSynthChorusOnOff:
- try {
- fluid_synth_set_chorus_on(fSynth, (value > 0.5f) ? 1 : 0);
- } CARLA_SAFE_EXCEPTION("fluid_synth_set_chorus_on")
- break;
-
- case FluidSynthChorusNr:
- case FluidSynthChorusLevel:
- case FluidSynthChorusSpeedHz:
- case FluidSynthChorusDepthMs:
- case FluidSynthChorusType:
- try {
- fluid_synth_set_chorus(fSynth,
- (int)fParamBuffers[FluidSynthChorusNr],
- fParamBuffers[FluidSynthChorusLevel],
- fParamBuffers[FluidSynthChorusSpeedHz],
- fParamBuffers[FluidSynthChorusDepthMs],
- (int)fParamBuffers[FluidSynthChorusType]);
- } CARLA_SAFE_EXCEPTION("fluid_synth_set_chorus")
- break;
-
- case FluidSynthPolyphony:
- try {
- fluid_synth_set_polyphony(fSynth, (int)value);
- } CARLA_SAFE_EXCEPTION("fluid_synth_set_polyphony")
- break;
-
- case FluidSynthInterpolation:
- for (int i=0; i < MAX_MIDI_CHANNELS; ++i)
- {
- try {
- fluid_synth_set_interp_method(fSynth, i, (int)value);
- } CARLA_SAFE_EXCEPTION_BREAK("fluid_synth_set_interp_method")
- }
- break;
-
- default:
- break;
- }
-
- return fixedValue;
- }
-
- void setCustomData(const char* const type, const char* const key, const char* const value, const bool sendGui) override
- {
- CARLA_SAFE_ASSERT_RETURN(fSynth != nullptr,);
- CARLA_SAFE_ASSERT_RETURN(type != nullptr && type[0] != '\0',);
- CARLA_SAFE_ASSERT_RETURN(key != nullptr && key[0] != '\0',);
- CARLA_SAFE_ASSERT_RETURN(value != nullptr && value[0] != '\0',);
- carla_debug("CarlaPluginFluidSynth::setCustomData(%s, \"%s\", \"%s\", %s)", type, key, value, bool2str(sendGui));
-
- if (std::strcmp(type, CUSTOM_DATA_TYPE_PROPERTY) == 0)
- return CarlaPlugin::setCustomData(type, key, value, sendGui);
-
- if (std::strcmp(type, CUSTOM_DATA_TYPE_STRING) != 0)
- return carla_stderr2("CarlaPluginFluidSynth::setCustomData(\"%s\", \"%s\", \"%s\", %s) - type is not string", type, key, value, bool2str(sendGui));
-
- if (std::strcmp(key, "midiPrograms") != 0)
- return carla_stderr2("CarlaPluginFluidSynth::setCustomData(\"%s\", \"%s\", \"%s\", %s) - type is not string", type, key, value, bool2str(sendGui));
-
- StringArray midiProgramList(StringArray::fromTokens(value, ":", ""));
-
- if (midiProgramList.size() == MAX_MIDI_CHANNELS)
- {
- uint8_t channel = 0;
- for (String *it=midiProgramList.begin(), *end=midiProgramList.end(); it != end; ++it)
- {
- const int index(it->getIntValue());
-
- if (index >= 0 && index < static_cast<int>(pData->midiprog.count))
- {
- const uint32_t bank = pData->midiprog.data[index].bank;
- const uint32_t program = pData->midiprog.data[index].program;
-
- fluid_synth_program_select(fSynth, channel, fSynthId, bank, program);
- fCurMidiProgs[channel] = index;
-
- if (pData->ctrlChannel == static_cast<int32_t>(channel))
- {
- pData->midiprog.current = index;
- pData->engine->callback(ENGINE_CALLBACK_MIDI_PROGRAM_CHANGED, pData->id, index, 0, 0.0f, nullptr);
- }
- }
-
- ++channel;
- }
- CARLA_SAFE_ASSERT(channel == MAX_MIDI_CHANNELS);
- }
-
- CarlaPlugin::setCustomData(type, key, value, sendGui);
- }
-
- void setMidiProgram(const int32_t index, const bool sendGui, const bool sendOsc, const bool sendCallback, const bool doingInit) noexcept override
- {
- CARLA_SAFE_ASSERT_RETURN(fSynth != nullptr,);
- CARLA_SAFE_ASSERT_RETURN(index >= -1 && index < static_cast<int32_t>(pData->midiprog.count),);
- CARLA_SAFE_ASSERT_RETURN(sendGui || sendOsc || sendCallback || doingInit,);
-
- if (index >= 0 && pData->ctrlChannel >= 0 && pData->ctrlChannel < MAX_MIDI_CHANNELS)
- {
- const uint32_t bank = pData->midiprog.data[index].bank;
- const uint32_t program = pData->midiprog.data[index].program;
-
- const ScopedSingleProcessLocker spl(this, (sendGui || sendOsc || sendCallback));
-
- try {
- fluid_synth_program_select(fSynth, pData->ctrlChannel, fSynthId, bank, program);
- } CARLA_SAFE_EXCEPTION("fluid_synth_program_select")
-
- fCurMidiProgs[pData->ctrlChannel] = index;
- }
-
- CarlaPlugin::setMidiProgram(index, sendGui, sendOsc, sendCallback, doingInit);
- }
-
- void setMidiProgramRT(const uint32_t uindex) noexcept override
- {
- CARLA_SAFE_ASSERT_RETURN(fSynth != nullptr,);
- CARLA_SAFE_ASSERT_RETURN(uindex < pData->midiprog.count,);
-
- if (pData->ctrlChannel >= 0 && pData->ctrlChannel < MAX_MIDI_CHANNELS)
- {
- const uint32_t bank = pData->midiprog.data[uindex].bank;
- const uint32_t program = pData->midiprog.data[uindex].program;
-
- try {
- fluid_synth_program_select(fSynth, pData->ctrlChannel, fSynthId, bank, program);
- } CARLA_SAFE_EXCEPTION("fluid_synth_program_select")
-
- fCurMidiProgs[pData->ctrlChannel] = static_cast<int32_t>(uindex);
- }
-
- CarlaPlugin::setMidiProgramRT(uindex);
- }
-
- // -------------------------------------------------------------------
- // Set ui stuff
-
- // nothing
-
- // -------------------------------------------------------------------
- // Plugin state
-
- void reload() override
- {
- CARLA_SAFE_ASSERT_RETURN(pData->engine != nullptr,);
- CARLA_SAFE_ASSERT_RETURN(fSynth != nullptr,);
- carla_debug("CarlaPluginFluidSynth::reload() - start");
-
- const EngineProcessMode processMode(pData->engine->getProccessMode());
-
- // Safely disable plugin for reload
- const ScopedDisabler sd(this);
-
- if (pData->active)
- deactivate();
-
- clearBuffers();
-
- uint32_t aOuts, params;
- aOuts = kUse16Outs ? 32 : 2;
- params = FluidSynthParametersMax;
-
- pData->audioOut.createNew(aOuts);
- pData->param.createNew(params, false);
-
- const uint portNameSize(pData->engine->getMaxPortNameSize());
- CarlaString portName;
-
- // ---------------------------------------
- // Audio Outputs
-
- if (kUse16Outs)
- {
- for (uint32_t i=0; i < 32; ++i)
- {
- portName.clear();
-
- if (processMode == ENGINE_PROCESS_MODE_SINGLE_CLIENT)
- {
- portName = pData->name;
- portName += ":";
- }
-
- portName += "out-";
-
- if ((i+2)/2 < 9)
- portName += "0";
-
- portName += CarlaString((i+2)/2);
-
- if (i % 2 == 0)
- portName += "L";
- else
- portName += "R";
-
- portName.truncate(portNameSize);
-
- pData->audioOut.ports[i].port = (CarlaEngineAudioPort*)pData->client->addPort(kEnginePortTypeAudio, portName, false, i);
- pData->audioOut.ports[i].rindex = i;
- }
-
- fAudio16Buffers = new float*[aOuts];
-
- for (uint32_t i=0; i < aOuts; ++i)
- fAudio16Buffers[i] = nullptr;
- }
- else
- {
- // out-left
- portName.clear();
-
- if (processMode == ENGINE_PROCESS_MODE_SINGLE_CLIENT)
- {
- portName = pData->name;
- portName += ":";
- }
-
- portName += "out-left";
- portName.truncate(portNameSize);
-
- pData->audioOut.ports[0].port = (CarlaEngineAudioPort*)pData->client->addPort(kEnginePortTypeAudio, portName, false, 0);
- pData->audioOut.ports[0].rindex = 0;
-
- // out-right
- portName.clear();
-
- if (processMode == ENGINE_PROCESS_MODE_SINGLE_CLIENT)
- {
- portName = pData->name;
- portName += ":";
- }
-
- portName += "out-right";
- portName.truncate(portNameSize);
-
- pData->audioOut.ports[1].port = (CarlaEngineAudioPort*)pData->client->addPort(kEnginePortTypeAudio, portName, false, 1);
- pData->audioOut.ports[1].rindex = 1;
- }
-
- // ---------------------------------------
- // Event Input
-
- {
- portName.clear();
-
- if (processMode == ENGINE_PROCESS_MODE_SINGLE_CLIENT)
- {
- portName = pData->name;
- portName += ":";
- }
-
- portName += "events-in";
- portName.truncate(portNameSize);
-
- pData->event.portIn = (CarlaEngineEventPort*)pData->client->addPort(kEnginePortTypeEvent, portName, true, 0);
- }
-
- // ---------------------------------------
- // Event Output
-
- {
- portName.clear();
-
- if (processMode == ENGINE_PROCESS_MODE_SINGLE_CLIENT)
- {
- portName = pData->name;
- portName += ":";
- }
-
- portName += "events-out";
- portName.truncate(portNameSize);
-
- pData->event.portOut = (CarlaEngineEventPort*)pData->client->addPort(kEnginePortTypeEvent, portName, false, 0);
- }
-
- // ---------------------------------------
- // Parameters
-
- {
- int j;
-
- // ----------------------
- j = FluidSynthReverbOnOff;
- pData->param.data[j].type = PARAMETER_INPUT;
- pData->param.data[j].hints = PARAMETER_IS_ENABLED /*| PARAMETER_IS_AUTOMABLE*/ | PARAMETER_IS_BOOLEAN;
- pData->param.data[j].index = j;
- pData->param.data[j].rindex = j;
- pData->param.ranges[j].min = 0.0f;
- pData->param.ranges[j].max = 1.0f;
- pData->param.ranges[j].def = 1.0f;
- pData->param.ranges[j].step = 1.0f;
- pData->param.ranges[j].stepSmall = 1.0f;
- pData->param.ranges[j].stepLarge = 1.0f;
-
- // ----------------------
- j = FluidSynthReverbRoomSize;
- pData->param.data[j].type = PARAMETER_INPUT;
- pData->param.data[j].hints = PARAMETER_IS_ENABLED /*| PARAMETER_IS_AUTOMABLE*/;
- pData->param.data[j].index = j;
- pData->param.data[j].rindex = j;
- pData->param.ranges[j].min = 0.0f;
- pData->param.ranges[j].max = 1.2f;
- pData->param.ranges[j].def = FLUID_REVERB_DEFAULT_ROOMSIZE;
- pData->param.ranges[j].step = 0.01f;
- pData->param.ranges[j].stepSmall = 0.0001f;
- pData->param.ranges[j].stepLarge = 0.1f;
-
- // ----------------------
- j = FluidSynthReverbDamp;
- pData->param.data[j].type = PARAMETER_INPUT;
- pData->param.data[j].hints = PARAMETER_IS_ENABLED /*| PARAMETER_IS_AUTOMABLE*/;
- pData->param.data[j].index = j;
- pData->param.data[j].rindex = j;
- pData->param.ranges[j].min = 0.0f;
- pData->param.ranges[j].max = 1.0f;
- pData->param.ranges[j].def = FLUID_REVERB_DEFAULT_DAMP;
- pData->param.ranges[j].step = 0.01f;
- pData->param.ranges[j].stepSmall = 0.0001f;
- pData->param.ranges[j].stepLarge = 0.1f;
-
- // ----------------------
- j = FluidSynthReverbLevel;
- pData->param.data[j].type = PARAMETER_INPUT;
- pData->param.data[j].hints = PARAMETER_IS_ENABLED /*| PARAMETER_IS_AUTOMABLE*/;
- pData->param.data[j].index = j;
- pData->param.data[j].rindex = j;
- pData->param.data[j].midiCC = MIDI_CONTROL_REVERB_SEND_LEVEL;
- pData->param.ranges[j].min = 0.0f;
- pData->param.ranges[j].max = 1.0f;
- pData->param.ranges[j].def = FLUID_REVERB_DEFAULT_LEVEL;
- pData->param.ranges[j].step = 0.01f;
- pData->param.ranges[j].stepSmall = 0.0001f;
- pData->param.ranges[j].stepLarge = 0.1f;
-
- // ----------------------
- j = FluidSynthReverbWidth;
- pData->param.data[j].type = PARAMETER_INPUT;
- pData->param.data[j].hints = PARAMETER_IS_ENABLED /*| PARAMETER_IS_AUTOMABLE*/;
- pData->param.data[j].index = j;
- pData->param.data[j].rindex = j;
- pData->param.ranges[j].min = 0.0f;
- pData->param.ranges[j].max = 10.0f; // should be 100, but that sounds too much
- pData->param.ranges[j].def = FLUID_REVERB_DEFAULT_WIDTH;
- pData->param.ranges[j].step = 0.01f;
- pData->param.ranges[j].stepSmall = 0.0001f;
- pData->param.ranges[j].stepLarge = 0.1f;
-
- // ----------------------
- j = FluidSynthChorusOnOff;
- pData->param.data[j].type = PARAMETER_INPUT;
- pData->param.data[j].hints = PARAMETER_IS_ENABLED | PARAMETER_IS_BOOLEAN;
- pData->param.data[j].index = j;
- pData->param.data[j].rindex = j;
- pData->param.ranges[j].min = 0.0f;
- pData->param.ranges[j].max = 1.0f;
- pData->param.ranges[j].def = 1.0f;
- pData->param.ranges[j].step = 1.0f;
- pData->param.ranges[j].stepSmall = 1.0f;
- pData->param.ranges[j].stepLarge = 1.0f;
-
- // ----------------------
- j = FluidSynthChorusNr;
- pData->param.data[j].type = PARAMETER_INPUT;
- pData->param.data[j].hints = PARAMETER_IS_ENABLED | PARAMETER_IS_INTEGER;
- pData->param.data[j].index = j;
- pData->param.data[j].rindex = j;
- pData->param.ranges[j].min = 0.0f;
- pData->param.ranges[j].max = 99.0f;
- pData->param.ranges[j].def = FLUID_CHORUS_DEFAULT_N;
- pData->param.ranges[j].step = 1.0f;
- pData->param.ranges[j].stepSmall = 1.0f;
- pData->param.ranges[j].stepLarge = 10.0f;
-
- // ----------------------
- j = FluidSynthChorusLevel;
- pData->param.data[j].type = PARAMETER_INPUT;
- pData->param.data[j].hints = PARAMETER_IS_ENABLED;
- pData->param.data[j].index = j;
- pData->param.data[j].rindex = j;
- pData->param.ranges[j].min = 0.0f;
- pData->param.ranges[j].max = 10.0f;
- pData->param.ranges[j].def = FLUID_CHORUS_DEFAULT_LEVEL;
- pData->param.ranges[j].step = 0.01f;
- pData->param.ranges[j].stepSmall = 0.0001f;
- pData->param.ranges[j].stepLarge = 0.1f;
-
- // ----------------------
- j = FluidSynthChorusSpeedHz;
- pData->param.data[j].type = PARAMETER_INPUT;
- pData->param.data[j].hints = PARAMETER_IS_ENABLED;
- pData->param.data[j].index = j;
- pData->param.data[j].rindex = j;
- pData->param.ranges[j].min = 0.29f;
- pData->param.ranges[j].max = 5.0f;
- pData->param.ranges[j].def = FLUID_CHORUS_DEFAULT_SPEED;
- pData->param.ranges[j].step = 0.01f;
- pData->param.ranges[j].stepSmall = 0.0001f;
- pData->param.ranges[j].stepLarge = 0.1f;
-
- // ----------------------
- j = FluidSynthChorusDepthMs;
- pData->param.data[j].type = PARAMETER_INPUT;
- pData->param.data[j].hints = PARAMETER_IS_ENABLED;
- pData->param.data[j].index = j;
- pData->param.data[j].rindex = j;
- pData->param.ranges[j].min = 0.0f;
- pData->param.ranges[j].max = float(2048.0 * 1000.0 / pData->engine->getSampleRate()); // FIXME?
- pData->param.ranges[j].def = FLUID_CHORUS_DEFAULT_DEPTH;
- pData->param.ranges[j].step = 0.01f;
- pData->param.ranges[j].stepSmall = 0.0001f;
- pData->param.ranges[j].stepLarge = 0.1f;
-
- // ----------------------
- j = FluidSynthChorusType;
- pData->param.data[j].type = PARAMETER_INPUT;
- pData->param.data[j].hints = PARAMETER_IS_ENABLED | PARAMETER_IS_INTEGER | PARAMETER_USES_SCALEPOINTS;
- pData->param.data[j].index = j;
- pData->param.data[j].rindex = j;
- pData->param.ranges[j].min = FLUID_CHORUS_MOD_SINE;
- pData->param.ranges[j].max = FLUID_CHORUS_MOD_TRIANGLE;
- pData->param.ranges[j].def = FLUID_CHORUS_DEFAULT_TYPE;
- pData->param.ranges[j].step = 1.0f;
- pData->param.ranges[j].stepSmall = 1.0f;
- pData->param.ranges[j].stepLarge = 1.0f;
-
- // ----------------------
- j = FluidSynthPolyphony;
- pData->param.data[j].type = PARAMETER_INPUT;
- pData->param.data[j].hints = PARAMETER_IS_ENABLED | PARAMETER_IS_INTEGER;
- pData->param.data[j].index = j;
- pData->param.data[j].rindex = j;
- pData->param.ranges[j].min = 1.0f;
- pData->param.ranges[j].max = 512.0f; // max theoric is 65535
- pData->param.ranges[j].def = (float)fluid_synth_get_polyphony(fSynth);
- pData->param.ranges[j].step = 1.0f;
- pData->param.ranges[j].stepSmall = 1.0f;
- pData->param.ranges[j].stepLarge = 10.0f;
-
- // ----------------------
- j = FluidSynthInterpolation;
- pData->param.data[j].type = PARAMETER_INPUT;
- pData->param.data[j].hints = PARAMETER_IS_ENABLED | PARAMETER_IS_INTEGER | PARAMETER_USES_SCALEPOINTS;
- pData->param.data[j].index = j;
- pData->param.data[j].rindex = j;
- pData->param.ranges[j].min = FLUID_INTERP_NONE;
- pData->param.ranges[j].max = FLUID_INTERP_HIGHEST;
- pData->param.ranges[j].def = FLUID_INTERP_DEFAULT;
- pData->param.ranges[j].step = 1.0f;
- pData->param.ranges[j].stepSmall = 1.0f;
- pData->param.ranges[j].stepLarge = 1.0f;
-
- // ----------------------
- j = FluidSynthVoiceCount;
- pData->param.data[j].type = PARAMETER_OUTPUT;
- pData->param.data[j].hints = PARAMETER_IS_ENABLED | PARAMETER_IS_AUTOMABLE | PARAMETER_IS_INTEGER;
- pData->param.data[j].index = j;
- pData->param.data[j].rindex = j;
- pData->param.ranges[j].min = 0.0f;
- pData->param.ranges[j].max = 65535.0f;
- pData->param.ranges[j].def = 0.0f;
- pData->param.ranges[j].step = 1.0f;
- pData->param.ranges[j].stepSmall = 1.0f;
- pData->param.ranges[j].stepLarge = 1.0f;
-
- for (j=0; j<FluidSynthParametersMax; ++j)
- fParamBuffers[j] = pData->param.ranges[j].def;
- }
-
- // ---------------------------------------
-
- // plugin hints
- pData->hints = 0x0;
- pData->hints |= PLUGIN_IS_SYNTH;
- pData->hints |= PLUGIN_CAN_VOLUME;
- pData->hints |= PLUGIN_USES_MULTI_PROGS;
-
- if (! kUse16Outs)
- pData->hints |= PLUGIN_CAN_BALANCE;
-
- // extra plugin hints
- pData->extraHints = 0x0;
- pData->extraHints |= PLUGIN_EXTRA_HINT_HAS_MIDI_IN;
-
- bufferSizeChanged(pData->engine->getBufferSize());
- reloadPrograms(true);
-
- if (pData->active)
- activate();
-
- carla_debug("CarlaPluginFluidSynth::reload() - end");
- }
-
- void reloadPrograms(const bool doInit) override
- {
- carla_debug("CarlaPluginFluidSynth::reloadPrograms(%s)", bool2str(doInit));
-
- // save drum info in case we have one program for it
- bool hasDrums = false;
- uint32_t drumIndex, drumProg;
- drumIndex = drumProg = 0;
-
- // Delete old programs
- pData->midiprog.clear();
-
- // Query new programs
- uint32_t count = 0;
-
- if (fluid_sfont_t* const f_sfont = fluid_synth_get_sfont_by_id(fSynth, fSynthId))
- {
- fluid_preset_t f_preset;
-
- // initial check to know how many midi-programs we have
- f_sfont->iteration_start(f_sfont);
- for (; f_sfont->iteration_next(f_sfont, &f_preset);)
- ++count;
-
- // sound kits must always have at least 1 midi-program
- CARLA_SAFE_ASSERT_RETURN(count > 0,);
-
- pData->midiprog.createNew(count);
-
- // Update data
- int tmp;
- uint32_t i = 0;
- f_sfont->iteration_start(f_sfont);
-
- for (; f_sfont->iteration_next(f_sfont, &f_preset);)
- {
- CARLA_SAFE_ASSERT_BREAK(i < count);
-
- tmp = f_preset.get_banknum(&f_preset);
- pData->midiprog.data[i].bank = (tmp >= 0) ? static_cast<uint32_t>(tmp) : 0;
-
- tmp = f_preset.get_num(&f_preset);
- pData->midiprog.data[i].program = (tmp >= 0) ? static_cast<uint32_t>(tmp) : 0;
-
- pData->midiprog.data[i].name = carla_strdup(f_preset.get_name(&f_preset));
-
- if (pData->midiprog.data[i].bank == 128 && ! hasDrums)
- {
- hasDrums = true;
- drumIndex = i;
- drumProg = pData->midiprog.data[i].program;
- }
-
- ++i;
- }
- }
- else
- {
- // failing means 0 midi-programs, it shouldn't happen!
- carla_safe_assert("fluid_sfont_t* const f_sfont = fluid_synth_get_sfont_by_id(fSynth, fSynthId)", __FILE__, __LINE__);
- return;
- }
-
- #if defined(HAVE_LIBLO) && ! defined(BUILD_BRIDGE)
- // Update OSC Names
- if (pData->engine->isOscControlRegistered() && pData->id < pData->engine->getCurrentPluginCount())
- {
- pData->engine->oscSend_control_set_midi_program_count(pData->id, count);
-
- for (uint32_t i=0; i < count; ++i)
- pData->engine->oscSend_control_set_midi_program_data(pData->id, i, pData->midiprog.data[i].bank, pData->midiprog.data[i].program, pData->midiprog.data[i].name);
- }
- #endif
-
- if (doInit)
- {
- fluid_synth_program_reset(fSynth);
-
- // select first program, or 128 for ch10
- for (int i=0; i < MAX_MIDI_CHANNELS && i != 9; ++i)
- {
- fluid_synth_set_channel_type(fSynth, i, CHANNEL_TYPE_MELODIC);
- fluid_synth_program_select(fSynth, i, fSynthId, pData->midiprog.data[0].bank, pData->midiprog.data[0].program);
-
- fCurMidiProgs[i] = 0;
- }
-
- if (hasDrums)
- {
- fluid_synth_set_channel_type(fSynth, 9, CHANNEL_TYPE_DRUM);
- fluid_synth_program_select(fSynth, 9, fSynthId, 128, drumProg);
-
- fCurMidiProgs[9] = static_cast<int32_t>(drumIndex);
- }
- else
- {
- fluid_synth_set_channel_type(fSynth, 9, CHANNEL_TYPE_MELODIC);
- fluid_synth_program_select(fSynth, 9, fSynthId, pData->midiprog.data[0].bank, pData->midiprog.data[0].program);
-
- fCurMidiProgs[9] = 0;
- }
-
- pData->midiprog.current = 0;
- }
- else
- {
- pData->engine->callback(ENGINE_CALLBACK_RELOAD_PROGRAMS, pData->id, 0, 0, 0.0f, nullptr);
- }
- }
-
- // -------------------------------------------------------------------
- // Plugin processing
-
- void process(const float** const, float** const audioOut, const float** const, float** const, const uint32_t frames) override
- {
- // --------------------------------------------------------------------------------------------------------
- // Check if active
-
- if (! pData->active)
- {
- // disable any output sound
- for (uint32_t i=0; i < pData->audioOut.count; ++i)
- carla_zeroFloats(audioOut[i], frames);
- return;
- }
-
- // --------------------------------------------------------------------------------------------------------
- // Check if needs reset
-
- if (pData->needsReset)
- {
- if (pData->options & PLUGIN_OPTION_SEND_ALL_SOUND_OFF)
- {
- for (int i=0; i < MAX_MIDI_CHANNELS; ++i)
- {
- fluid_synth_all_notes_off(fSynth, i);
- fluid_synth_all_sounds_off(fSynth, i);
- }
- }
- else if (pData->ctrlChannel >= 0 && pData->ctrlChannel < MAX_MIDI_CHANNELS)
- {
- for (int i=0; i < MAX_MIDI_NOTE; ++i)
- fluid_synth_noteoff(fSynth, pData->ctrlChannel, i);
- }
-
- pData->needsReset = false;
- }
-
- // --------------------------------------------------------------------------------------------------------
- // Event Input and Processing
-
- {
- // ----------------------------------------------------------------------------------------------------
- // MIDI Input (External)
-
- if (pData->extNotes.mutex.tryLock())
- {
- for (RtLinkedList<ExternalMidiNote>::Itenerator it = pData->extNotes.data.begin2(); it.valid(); it.next())
- {
- const ExternalMidiNote& note(it.getValue(kExternalMidiNoteFallback));
- CARLA_SAFE_ASSERT_CONTINUE(note.channel >= 0 && note.channel < MAX_MIDI_CHANNELS);
-
- if (note.velo > 0)
- fluid_synth_noteon(fSynth, note.channel, note.note, note.velo);
- else
- fluid_synth_noteoff(fSynth,note.channel, note.note);
- }
-
- pData->extNotes.data.clear();
- pData->extNotes.mutex.unlock();
-
- } // End of MIDI Input (External)
-
- // ----------------------------------------------------------------------------------------------------
- // Event Input (System)
-
- #ifndef BUILD_BRIDGE
- bool allNotesOffSent = false;
- #endif
- uint32_t timeOffset = 0;
-
- uint32_t nextBankIds[MAX_MIDI_CHANNELS] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0 };
-
- if (pData->midiprog.current >= 0 && pData->midiprog.count > 0 && pData->ctrlChannel >= 0 && pData->ctrlChannel < MAX_MIDI_CHANNELS)
- nextBankIds[pData->ctrlChannel] = pData->midiprog.data[pData->midiprog.current].bank;
-
- for (uint32_t i=0, numEvents=pData->event.portIn->getEventCount(); i < numEvents; ++i)
- {
- const EngineEvent& event(pData->event.portIn->getEvent(i));
-
- uint32_t eventTime = event.time;
- CARLA_SAFE_ASSERT_UINT2_CONTINUE(eventTime < frames, eventTime, frames);
-
- if (eventTime < timeOffset)
- {
- carla_stderr2("Timing error, eventTime:%u < timeOffset:%u for '%s'",
- eventTime, timeOffset, pData->name);
- eventTime = timeOffset;
- }
- else if (eventTime > timeOffset)
- {
- if (processSingle(audioOut, eventTime - timeOffset, timeOffset))
- {
- timeOffset = eventTime;
-
- if (pData->midiprog.current >= 0 && pData->midiprog.count > 0 && pData->ctrlChannel >= 0 && pData->ctrlChannel < MAX_MIDI_CHANNELS)
- nextBankIds[pData->ctrlChannel] = pData->midiprog.data[pData->midiprog.current].bank;
- }
- }
-
- // Control change
- switch (event.type)
- {
- case kEngineEventTypeNull:
- break;
-
- case kEngineEventTypeControl:
- {
- const EngineControlEvent& ctrlEvent = event.ctrl;
-
- switch (ctrlEvent.type)
- {
- case kEngineControlEventTypeNull:
- break;
-
- case kEngineControlEventTypeParameter:
- {
- #ifndef BUILD_BRIDGE
- // Control backend stuff
- if (event.channel == pData->ctrlChannel)
- {
- float value;
-
- if (MIDI_IS_CONTROL_BREATH_CONTROLLER(ctrlEvent.param) && (pData->hints & PLUGIN_CAN_DRYWET) != 0)
- {
- value = ctrlEvent.value;
- setDryWetRT(value);
- }
-
- if (MIDI_IS_CONTROL_CHANNEL_VOLUME(ctrlEvent.param) && (pData->hints & PLUGIN_CAN_VOLUME) != 0)
- {
- value = ctrlEvent.value*127.0f/100.0f;
- setVolumeRT(value);
- }
-
- if (MIDI_IS_CONTROL_BALANCE(ctrlEvent.param) && (pData->hints & PLUGIN_CAN_BALANCE) != 0)
- {
- float left, right;
- value = ctrlEvent.value/0.5f - 1.0f;
-
- if (value < 0.0f)
- {
- left = -1.0f;
- right = (value*2.0f)+1.0f;
- }
- else if (value > 0.0f)
- {
- left = (value*2.0f)-1.0f;
- right = 1.0f;
- }
- else
- {
- left = -1.0f;
- right = 1.0f;
- }
-
- setBalanceLeftRT(left);
- setBalanceRightRT(right);
- }
- }
- #endif
- // Control plugin parameters
- for (uint32_t k=0; k < pData->param.count; ++k)
- {
- if (pData->param.data[k].midiChannel != event.channel)
- continue;
- if (pData->param.data[k].midiCC != ctrlEvent.param)
- continue;
- if (pData->param.data[k].hints != PARAMETER_INPUT)
- continue;
- if ((pData->param.data[k].hints & PARAMETER_IS_AUTOMABLE) == 0)
- continue;
-
- float value;
-
- if (pData->param.data[k].hints & PARAMETER_IS_BOOLEAN)
- {
- value = (ctrlEvent.value < 0.5f) ? pData->param.ranges[k].min : pData->param.ranges[k].max;
- }
- else
- {
- if (pData->param.data[k].hints & PARAMETER_IS_LOGARITHMIC)
- value = pData->param.ranges[k].getUnnormalizedLogValue(ctrlEvent.value);
- else
- value = pData->param.ranges[k].getUnnormalizedValue(ctrlEvent.value);
-
- if (pData->param.data[k].hints & PARAMETER_IS_INTEGER)
- value = std::rint(value);
- }
-
- setParameterValueRT(k, value);
- }
-
- if ((pData->options & PLUGIN_OPTION_SEND_CONTROL_CHANGES) != 0 && ctrlEvent.param < MAX_MIDI_CONTROL)
- {
- fluid_synth_cc(fSynth, event.channel, ctrlEvent.param, int(ctrlEvent.value*127.0f));
- }
- break;
- }
-
- case kEngineControlEventTypeMidiBank:
- if (event.channel < MAX_MIDI_CHANNELS && (pData->options & PLUGIN_OPTION_MAP_PROGRAM_CHANGES) != 0)
- nextBankIds[event.channel] = ctrlEvent.param;
- break;
-
- case kEngineControlEventTypeMidiProgram:
- if (event.channel < MAX_MIDI_CHANNELS && (pData->options & PLUGIN_OPTION_MAP_PROGRAM_CHANGES) != 0)
- {
- const uint32_t bankId(nextBankIds[event.channel]);
- const uint32_t progId(ctrlEvent.param);
-
- // TODO int32_t midiprog.find(bank, prog)
- for (uint32_t k=0; k < pData->midiprog.count; ++k)
- {
- if (pData->midiprog.data[k].bank == bankId && pData->midiprog.data[k].program == progId)
- {
- fluid_synth_program_select(fSynth, event.channel, fSynthId, bankId, progId);
- fCurMidiProgs[event.channel] = static_cast<int32_t>(k);
-
- if (event.channel == pData->ctrlChannel)
- pData->postponeRtEvent(kPluginPostRtEventMidiProgramChange, static_cast<int32_t>(k), 0, 0.0f);
-
- break;
- }
- }
- }
- break;
-
- case kEngineControlEventTypeAllSoundOff:
- if (pData->options & PLUGIN_OPTION_SEND_ALL_SOUND_OFF)
- fluid_synth_all_sounds_off(fSynth, event.channel);
- break;
-
- case kEngineControlEventTypeAllNotesOff:
- if (pData->options & PLUGIN_OPTION_SEND_ALL_SOUND_OFF)
- {
- #ifndef BUILD_BRIDGE
- if (event.channel == pData->ctrlChannel && ! allNotesOffSent)
- {
- allNotesOffSent = true;
- sendMidiAllNotesOffToCallback();
- }
- #endif
-
- fluid_synth_all_notes_off(fSynth, event.channel);
- }
- break;
- }
-
- break;
- }
-
- case kEngineEventTypeMidi: {
- const EngineMidiEvent& midiEvent(event.midi);
-
- if (midiEvent.size > EngineMidiEvent::kDataSize)
- continue;
-
- uint8_t status = uint8_t(MIDI_GET_STATUS_FROM_DATA(midiEvent.data));
-
- // Fix bad note-off
- if (status == MIDI_STATUS_NOTE_ON && midiEvent.data[2] == 0)
- status = MIDI_STATUS_NOTE_OFF;
-
- switch (status)
- {
- case MIDI_STATUS_NOTE_OFF: {
- const uint8_t note = midiEvent.data[1];
-
- fluid_synth_noteoff(fSynth, event.channel, note);
-
- pData->postponeRtEvent(kPluginPostRtEventNoteOff, event.channel, note, 0.0f);
- break;
- }
-
- case MIDI_STATUS_NOTE_ON: {
- const uint8_t note = midiEvent.data[1];
- const uint8_t velo = midiEvent.data[2];
-
- fluid_synth_noteon(fSynth, event.channel, note, velo);
-
- pData->postponeRtEvent(kPluginPostRtEventNoteOn, event.channel, note, velo);
- break;
- }
-
- case MIDI_STATUS_POLYPHONIC_AFTERTOUCH:
- if (pData->options & PLUGIN_OPTION_SEND_NOTE_AFTERTOUCH)
- {
- //const uint8_t note = midiEvent.data[1];
- //const uint8_t pressure = midiEvent.data[2];
-
- // not in fluidsynth API
- }
- break;
-
- case MIDI_STATUS_CONTROL_CHANGE:
- if (pData->options & PLUGIN_OPTION_SEND_CONTROL_CHANGES)
- {
- const uint8_t control = midiEvent.data[1];
- const uint8_t value = midiEvent.data[2];
-
- fluid_synth_cc(fSynth, event.channel, control, value);
- }
- break;
-
- case MIDI_STATUS_CHANNEL_PRESSURE:
- if (pData->options & PLUGIN_OPTION_SEND_CHANNEL_PRESSURE)
- {
- const uint8_t pressure = midiEvent.data[1];
-
- fluid_synth_channel_pressure(fSynth, event.channel, pressure);;
- }
- break;
-
- case MIDI_STATUS_PITCH_WHEEL_CONTROL:
- if (pData->options & PLUGIN_OPTION_SEND_PITCHBEND)
- {
- const uint8_t lsb = midiEvent.data[1];
- const uint8_t msb = midiEvent.data[2];
- const int value = ((msb << 7) | lsb);
-
- fluid_synth_pitch_bend(fSynth, event.channel, value);
- }
- break;
-
- default:
- continue;
- break;
- } // switch (status)
- } break;
- } // switch (event.type)
- }
-
- pData->postRtEvents.trySplice();
-
- if (frames > timeOffset)
- processSingle(audioOut, frames - timeOffset, timeOffset);
-
- } // End of Event Input and Processing
-
- #ifndef BUILD_BRIDGE
- // --------------------------------------------------------------------------------------------------------
- // Control Output
-
- {
- uint32_t k = FluidSynthVoiceCount;
- fParamBuffers[k] = float(fluid_synth_get_active_voice_count(fSynth));
- pData->param.ranges[k].fixValue(fParamBuffers[k]);
-
- if (pData->param.data[k].midiCC > 0)
- {
- float value(pData->param.ranges[k].getNormalizedValue(fParamBuffers[k]));
- pData->event.portOut->writeControlEvent(0, pData->param.data[k].midiChannel, kEngineControlEventTypeParameter, static_cast<uint16_t>(pData->param.data[k].midiCC), value);
- }
-
- } // End of Control Output
- #endif
- }
-
- bool processSingle(float** const outBuffer, const uint32_t frames, const uint32_t timeOffset)
- {
- CARLA_SAFE_ASSERT_RETURN(outBuffer != nullptr, false);
- CARLA_SAFE_ASSERT_RETURN(frames > 0, false);
-
- // --------------------------------------------------------------------------------------------------------
- // Try lock, silence otherwise
-
- #ifndef STOAT_TEST_BUILD
- if (pData->engine->isOffline())
- {
- pData->singleMutex.lock();
- }
- else
- #endif
- if (! pData->singleMutex.tryLock())
- {
- for (uint32_t i=0; i < pData->audioOut.count; ++i)
- {
- for (uint32_t k=0; k < frames; ++k)
- outBuffer[i][k+timeOffset] = 0.0f;
- }
-
- return false;
- }
-
- // --------------------------------------------------------------------------------------------------------
- // Fill plugin buffers and Run plugin
-
- if (kUse16Outs)
- {
- for (uint32_t i=0; i < pData->audioOut.count; ++i)
- carla_zeroFloats(fAudio16Buffers[i], frames);
-
- // FIXME use '32' or '16' instead of outs
- fluid_synth_process(fSynth, static_cast<int>(frames),
- 0, nullptr,
- static_cast<int>(pData->audioOut.count), fAudio16Buffers);
- }
- else
- {
- fluid_synth_write_float(fSynth, static_cast<int>(frames),
- outBuffer[0] + timeOffset, 0, 1,
- outBuffer[1] + timeOffset, 0, 1);
- }
-
- #ifndef BUILD_BRIDGE
- // --------------------------------------------------------------------------------------------------------
- // Post-processing (volume and balance)
-
- {
- // note - balance not possible with kUse16Outs, so we can safely skip fAudioOutBuffers
- const bool doVolume = (pData->hints & PLUGIN_CAN_VOLUME) != 0 && carla_isNotEqual(pData->postProc.volume, 1.0f);
- const bool doBalance = (pData->hints & PLUGIN_CAN_BALANCE) != 0 && ! (carla_isEqual(pData->postProc.balanceLeft, -1.0f) && carla_isEqual(pData->postProc.balanceRight, 1.0f));
-
- float oldBufLeft[doBalance ? frames : 1];
-
- for (uint32_t i=0; i < pData->audioOut.count; ++i)
- {
- // Balance
- if (doBalance)
- {
- if (i % 2 == 0)
- carla_copyFloats(oldBufLeft, outBuffer[i]+timeOffset, frames);
-
- float balRangeL = (pData->postProc.balanceLeft + 1.0f)/2.0f;
- float balRangeR = (pData->postProc.balanceRight + 1.0f)/2.0f;
-
- for (uint32_t k=0; k < frames; ++k)
- {
- if (i % 2 == 0)
- {
- // left
- outBuffer[i][k+timeOffset] = oldBufLeft[k] * (1.0f - balRangeL);
- outBuffer[i][k+timeOffset] += outBuffer[i+1][k+timeOffset] * (1.0f - balRangeR);
- }
- else
- {
- // right
- outBuffer[i][k+timeOffset] = outBuffer[i][k+timeOffset] * balRangeR;
- outBuffer[i][k+timeOffset] += oldBufLeft[k] * balRangeL;
- }
- }
- }
-
- // Volume
- if (kUse16Outs)
- {
- for (uint32_t k=0; k < frames; ++k)
- outBuffer[i][k+timeOffset] = fAudio16Buffers[i][k] * pData->postProc.volume;
- }
- else if (doVolume)
- {
- for (uint32_t k=0; k < frames; ++k)
- outBuffer[i][k+timeOffset] *= pData->postProc.volume;
- }
- }
-
- } // End of Post-processing
- #else
- if (kUse16Outs)
- {
- for (uint32_t i=0; i < pData->audioOut.count; ++i)
- {
- for (uint32_t k=0; k < frames; ++k)
- outBuffer[i][k+timeOffset] = fAudio16Buffers[i][k];
- }
- }
- #endif
-
- // --------------------------------------------------------------------------------------------------------
-
- pData->singleMutex.unlock();
- return true;
- }
-
- void bufferSizeChanged(const uint32_t newBufferSize) override
- {
- if (! kUse16Outs)
- return;
-
- for (uint32_t i=0; i < pData->audioOut.count; ++i)
- {
- if (fAudio16Buffers[i] != nullptr)
- delete[] fAudio16Buffers[i];
- fAudio16Buffers[i] = new float[newBufferSize];
- }
- }
-
- void sampleRateChanged(const double newSampleRate) override
- {
- CARLA_SAFE_ASSERT_RETURN(fSettings != nullptr,);
- fluid_settings_setnum(fSettings, "synth.sample-rate", newSampleRate);
-
- CARLA_SAFE_ASSERT_RETURN(fSynth != nullptr,);
- fluid_synth_set_sample_rate(fSynth, float(newSampleRate));
- }
-
- // -------------------------------------------------------------------
- // Plugin buffers
-
- void clearBuffers() noexcept override
- {
- carla_debug("CarlaPluginFluidSynth::clearBuffers() - start");
-
- if (fAudio16Buffers != nullptr)
- {
- for (uint32_t i=0; i < pData->audioOut.count; ++i)
- {
- if (fAudio16Buffers[i] != nullptr)
- {
- delete[] fAudio16Buffers[i];
- fAudio16Buffers[i] = nullptr;
- }
- }
-
- delete[] fAudio16Buffers;
- fAudio16Buffers = nullptr;
- }
-
- CarlaPlugin::clearBuffers();
-
- carla_debug("CarlaPluginFluidSynth::clearBuffers() - end");
- }
-
- // -------------------------------------------------------------------
-
- const void* getExtraStuff() const noexcept override
- {
- static const char xtrue[] = "true";
- static const char xfalse[] = "false";
- return kUse16Outs ? xtrue : xfalse;
- }
-
- // -------------------------------------------------------------------
-
- bool init(const char* const filename, const char* const name, const char* const label, const uint options)
- {
- CARLA_SAFE_ASSERT_RETURN(pData->engine != nullptr, false);
-
- // ---------------------------------------------------------------
- // first checks
-
- if (pData->client != nullptr)
- {
- pData->engine->setLastError("Plugin client is already registered");
- return false;
- }
-
- if (fSynth == nullptr)
- {
- pData->engine->setLastError("null synth");
- return false;
- }
-
- if (filename == nullptr || filename[0] == '\0')
- {
- pData->engine->setLastError("null filename");
- return false;
- }
-
- if (label == nullptr || label[0] == '\0')
- {
- pData->engine->setLastError("null label");
- return false;
- }
-
- // ---------------------------------------------------------------
- // open soundfont
-
- const int synthId(fluid_synth_sfload(fSynth, filename, 0));
-
- if (synthId < 0)
- {
- pData->engine->setLastError("Failed to load SoundFont file");
- return false;
- }
-
- fSynthId = static_cast<uint>(synthId);
-
- // ---------------------------------------------------------------
- // get info
-
- CarlaString label2(label);
-
- if (kUse16Outs && ! label2.endsWith(" (16 outs)"))
- label2 += " (16 outs)";
-
- fLabel = label2.dup();
- pData->filename = carla_strdup(filename);
-
- if (name != nullptr && name[0] != '\0')
- pData->name = pData->engine->getUniquePluginName(name);
- else
- pData->name = pData->engine->getUniquePluginName(label);
-
- // ---------------------------------------------------------------
- // register client
-
- pData->client = pData->engine->addClient(this);
-
- if (pData->client == nullptr || ! pData->client->isOk())
- {
- pData->engine->setLastError("Failed to register plugin client");
- return false;
- }
-
- // ---------------------------------------------------------------
- // set default options
-
- pData->options = 0x0;
- pData->options |= PLUGIN_OPTION_MAP_PROGRAM_CHANGES;
- pData->options |= PLUGIN_OPTION_SEND_CHANNEL_PRESSURE;
- pData->options |= PLUGIN_OPTION_SEND_PITCHBEND;
- pData->options |= PLUGIN_OPTION_SEND_ALL_SOUND_OFF;
-
- if (options & PLUGIN_OPTION_SEND_CONTROL_CHANGES)
- pData->options |= PLUGIN_OPTION_SEND_CONTROL_CHANGES;
-
- return true;
- }
-
- private:
- enum FluidSynthParameters {
- FluidSynthReverbOnOff = 0,
- FluidSynthReverbRoomSize = 1,
- FluidSynthReverbDamp = 2,
- FluidSynthReverbLevel = 3,
- FluidSynthReverbWidth = 4,
- FluidSynthChorusOnOff = 5,
- FluidSynthChorusNr = 6,
- FluidSynthChorusLevel = 7,
- FluidSynthChorusSpeedHz = 8,
- FluidSynthChorusDepthMs = 9,
- FluidSynthChorusType = 10,
- FluidSynthPolyphony = 11,
- FluidSynthInterpolation = 12,
- FluidSynthVoiceCount = 13,
- FluidSynthParametersMax = 14
- };
-
- const bool kUse16Outs;
-
- fluid_settings_t* fSettings;
- fluid_synth_t* fSynth;
- uint fSynthId;
-
- float** fAudio16Buffers;
- float fParamBuffers[FluidSynthParametersMax];
-
- int32_t fCurMidiProgs[MAX_MIDI_CHANNELS];
-
- const char* fLabel;
-
- CARLA_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(CarlaPluginFluidSynth)
- };
-
- CARLA_BACKEND_END_NAMESPACE
-
- #endif // HAVE_FLUIDSYNTH
-
- CARLA_BACKEND_START_NAMESPACE
-
- // -------------------------------------------------------------------------------------------------------------------
-
- CarlaPlugin* CarlaPlugin::newFluidSynth(const Initializer& init, const bool use16Outs)
- {
- carla_debug("CarlaPlugin::newFluidSynth({%p, \"%s\", \"%s\", \"%s\", " P_INT64 "}, %s)", init.engine, init.filename, init.name, init.label, init.uniqueId, bool2str(use16Outs));
-
- #ifdef HAVE_FLUIDSYNTH
- if (init.engine->getProccessMode() == ENGINE_PROCESS_MODE_CONTINUOUS_RACK && use16Outs)
- {
- init.engine->setLastError("Carla's rack mode can only work with Stereo modules,"
- "please choose the 2-channel only SoundFont version");
- return nullptr;
- }
-
- if (! fluid_is_soundfont(init.filename))
- {
- init.engine->setLastError("Requested file is not a valid SoundFont");
- return nullptr;
- }
-
- CarlaPluginFluidSynth* const plugin(new CarlaPluginFluidSynth(init.engine, init.id, use16Outs));
-
- if (! plugin->init(init.filename, init.name, init.label, init.options))
- {
- delete plugin;
- return nullptr;
- }
-
- return plugin;
- #else
- init.engine->setLastError("fluidsynth support not available");
- return nullptr;
-
- // unused
- (void)use16Outs;
- #endif
- }
-
- // -------------------------------------------------------------------------------------------------------------------
-
- CARLA_BACKEND_END_NAMESPACE
|