dplug.client.preset

Definitions of presets and preset banks.

Members

Classes

Preset
class Preset

A preset is a slot in a plugin preset list

PresetBank
class PresetBank

A preset bank is a collection of presets

Variables

DPLUG_SERIALIZATION_MAJOR_VERSION
enum int DPLUG_SERIALIZATION_MAJOR_VERSION;

I can see no reason why dplug shouldn't be able to maintain backward-compatibility with older versions in the future. However, never say never. This number will be incremented for every backward-incompatible change.

DPLUG_SERIALIZATION_MINOR_VERSION
enum int DPLUG_SERIALIZATION_MINOR_VERSION;

This number will be incremented for every backward-compatible change that is significant enough to bump a version number

Meta

Authors

Guillaume Piolat