|
LMMS
|
#include "Part.h"#include "Microtonal.h"#include "Util.h"#include "XMLwrapper.h"#include "Allocator.h"#include "../Effects/EffectMgr.h"#include "../Params/ADnoteParameters.h"#include "../Params/SUBnoteParameters.h"#include "../Params/PADnoteParameters.h"#include "../Synth/Resonance.h"#include "../Synth/SynthNote.h"#include "../Synth/ADnote.h"#include "../Synth/SUBnote.h"#include "../Synth/PADnote.h"#include "../Containers/ScratchString.h"#include "../DSP/FFTwrapper.h"#include <cstdlib>#include <cstdio>#include <cstring>#include <cassert>#include <rtosc/ports.h>#include <rtosc/port-sugar.h>#include <iostream>Go to the source code of this file.
Classes | |
| struct | zyncarla::Ports |
Namespaces | |
| namespace | zyncarla |
Macros | |
| #define | rObject Part |
| #define | rChangeCb if(obj->Penabled == false) obj->AllNotesOff(); |
| #define | rChangeCb |
| #define | rChangeCb obj->setPvolume(obj->Pvolume); |
| #define | rChangeCb obj->setPpanning(obj->Ppanning); |
| #define | rChangeCb obj->setkeylimit(obj->Pkeylimit); |
| #define | rChangeCb |
| #define | rObject Part::Kit |
| #define | CLONE(x) |
Functions | |
| static void | zyncarla::assert_kit_sanity (const Part::Kit *kits) |
| static int | zyncarla::kit_usage (const Part::Kit *kits, int note, int mode) |
Variables | |
| static const Ports | zyncarla::partPorts |
| static const Ports | zyncarla::kitPorts |
| #define CLONE | ( | x | ) |
| #define rChangeCb |
| #define rChangeCb obj->setkeylimit(obj->Pkeylimit); |
| #define rChangeCb obj->setPpanning(obj->Ppanning); |
| #define rChangeCb obj->setPvolume(obj->Pvolume); |
| #define rChangeCb |
| #define rObject Part::Kit |
| #define rObject Part |