LMMS
Loading...
Searching...
No Matches
ZynAddSubFx.cpp File Reference
#include "lmmsconfig.h"
#include <QDir>
#include <QDomDocument>
#include <QTemporaryFile>
#include <QtGlobal>
#include <QDropEvent>
#include <QGridLayout>
#include <QPushButton>
#include <QRegularExpression>
#include "ZynAddSubFx.h"
#include "ConfigManager.h"
#include "Engine.h"
#include "Knob.h"
#include "LedCheckBox.h"
#include "DataFile.h"
#include "InstrumentPlayHandle.h"
#include "InstrumentTrack.h"
#include "Song.h"
#include "StringPairDrag.h"
#include "RemoteZynAddSubFx.h"
#include "LocalZynAddSubFx.h"
#include "AudioEngine.h"
#include "Clipboard.h"
#include "embed.h"
#include "FontHelper.h"
#include "plugin_export.h"

Namespaces

namespace  lmms
namespace  lmms::gui

Macros

#define GEN_CC_SLOT(slotname, midictl, modelname)

Functions

 lmms::GEN_CC_SLOT (updatePortamento, C_portamento, m_portamentoModel)
 lmms::GEN_CC_SLOT (updateFilterFreq, C_filtercutoff, m_filterFreqModel)
 lmms::GEN_CC_SLOT (updateFilterQ, C_filterq, m_filterQModel)
 lmms::GEN_CC_SLOT (updateBandwidth, C_bandwidth, m_bandwidthModel)
 lmms::GEN_CC_SLOT (updateFmGain, C_fmamp, m_fmGainModel)
 lmms::GEN_CC_SLOT (updateResCenterFreq, C_resonance_center, m_resCenterFreqModel)
 lmms::GEN_CC_SLOT (updateResBandwidth, C_resonance_bandwidth, m_resBandwidthModel)
PLUGIN_EXPORT Pluginlmms::lmms_plugin_main (Model *parent, void *data)

Variables

Plugin::Descriptor PLUGIN_EXPORT lmms::zynaddsubfx_plugin_descriptor

Macro Definition Documentation

◆ GEN_CC_SLOT

#define GEN_CC_SLOT ( slotname,
midictl,
modelname )
Value:
void ZynAddSubFxInstrument::slotname() \
{ \
sendControlChange( midictl, modelname.value() ); \
m_modifiedControllers[midictl] = true; \
}