|
LMMS
|
#include <MidiExport.h>
Static Public Attributes | |
| static constexpr int | DefaultBeatLength = 1500 |
Private Member Functions | |
| void | writeMidiClip (MidiNoteVector &midiClip, const QDomNode &n, int base_pitch, double base_volume, int base_time) |
| void | writeMidiClipToTrack (MTrack &mtrack, MidiNoteVector &nv) |
| void | writePatternClip (MidiNoteVector &src, MidiNoteVector &dst, int len, int base, int start, int end) |
| void | processPatternNotes (MidiNoteVector &nv, int cutPos) |
| void | error () |
Additional Inherited Members | |
| Public Types inherited from lmms::Plugin | |
| enum class | Type { Instrument , Effect , ImportFilter , ExportFilter , Tool , Library , Other , Undefined = 255 } |
| using | DescriptorList = QList<Descriptor*> |
| Signals inherited from lmms::Model | |
| void | dataChanged () |
| void | dataUnchanged () |
| void | propertiesChanged () |
| Static Public Member Functions inherited from lmms::Plugin | |
| static Plugin * | instantiateWithKey (const QString &pluginName, Model *parent, const Descriptor::SubPluginFeatures::Key *key, bool keyFromDnd=false) |
| static Plugin * | instantiate (const QString &pluginName, Model *parent, void *data) |
| Protected Member Functions inherited from lmms::ExportFilter | |
| void | saveSettings (QDomDocument &, QDomElement &) override |
| void | loadSettings (const QDomElement &) override |
| QString | nodeName () const override |
| Protected Member Functions inherited from lmms::Plugin | |
| void | collectErrorForUI (QString errMsg) |
| Protected Member Functions inherited from lmms::JournallingObject | |
| void | changeID (jo_id_t _id) |
| lmms::MidiExport::MidiExport | ( | ) |
|
overridedefault |
|
private |
|
inlineoverridevirtual |
Create a view for the model.
Implements lmms::Plugin.
|
private |
|
overridevirtual |
Implements lmms::ExportFilter.
|
private |
|
private |
|
private |
|
staticconstexpr |