|
LMMS
|
#include "OpulenZ.h"#include "Instrument.h"#include "AudioEngine.h"#include "Engine.h"#include "InstrumentPlayHandle.h"#include "InstrumentTrack.h"#include <QFile>#include <QFileInfo>#include <QByteArray>#include <QDomElement>#include <cassert>#include <cmath>#include <opl.h>#include <temuopl.h>#include <mididata.h>#include "embed.h"#include "Knob.h"#include "PixmapButton.h"#include "plugin_export.h"Namespaces | |
| namespace | lmms |
| namespace | lmms::gui |
Macros | |
| #define | MOD_CON(model) |
| #define | KNOB_GEN(knobname, hinttext, hintunit, xpos, ypos) |
| #define | BUTTON_GEN(buttname, tooltip, xpos, ypos) |
| #define | WAVEBUTTON_GEN(buttname, tooltip, xpos, ypos, icon_on, icon_off, buttgroup) |
Functions | |
| PLUGIN_EXPORT Plugin * | lmms::lmms_plugin_main (Model *parent, void *data) |
Variables | |
| Plugin::Descriptor PLUGIN_EXPORT | lmms::opulenz_plugin_descriptor |
| const auto | lmms::adlib_opadd = std::array<unsigned int, OPL2_VOICES>{0x00, 0x01, 0x02, 0x08, 0x09, 0x0A, 0x10, 0x11, 0x12} |
| #define BUTTON_GEN | ( | buttname, | |
| tooltip, | |||
| xpos, | |||
| ypos ) |
| #define KNOB_GEN | ( | knobname, | |
| hinttext, | |||
| hintunit, | |||
| xpos, | |||
| ypos ) |
| #define MOD_CON | ( | model | ) |
| #define WAVEBUTTON_GEN | ( | buttname, | |
| tooltip, | |||
| xpos, | |||
| ypos, | |||
| icon_on, | |||
| icon_off, | |||
| buttgroup ) |