LMMS
Loading...
Searching...
No Matches
Patman.h File Reference
#include "Instrument.h"
#include "InstrumentView.h"
#include "Sample.h"
#include "AutomatableModel.h"

Go to the source code of this file.

Classes

class  lmms::PatmanInstrument
struct  lmms::PatmanInstrument::handle_data
class  lmms::gui::PatmanView

Namespaces

namespace  lmms
namespace  lmms::gui

Macros

#define MODES_16BIT   ( 1 << 0 )
#define MODES_UNSIGNED   ( 1 << 1 )
#define MODES_LOOPING   ( 1 << 2 )
#define MODES_PINGPONG   ( 1 << 3 )
#define MODES_REVERSE   ( 1 << 4 )
#define MODES_SUSTAIN   ( 1 << 5 )
#define MODES_ENVELOPE   ( 1 << 6 )
#define MODES_CLAMPED   ( 1 << 7 )

Macro Definition Documentation

◆ MODES_16BIT

#define MODES_16BIT   ( 1 << 0 )

◆ MODES_CLAMPED

#define MODES_CLAMPED   ( 1 << 7 )

◆ MODES_ENVELOPE

#define MODES_ENVELOPE   ( 1 << 6 )

◆ MODES_LOOPING

#define MODES_LOOPING   ( 1 << 2 )

◆ MODES_PINGPONG

#define MODES_PINGPONG   ( 1 << 3 )

◆ MODES_REVERSE

#define MODES_REVERSE   ( 1 << 4 )

◆ MODES_SUSTAIN

#define MODES_SUSTAIN   ( 1 << 5 )

◆ MODES_UNSIGNED

#define MODES_UNSIGNED   ( 1 << 1 )