libgig
3.3.0.19svn2660
|
#include <SF.h>
Public Types | |
enum | { NO_CONTROLLER = 0, NOTE_ON_VELOCITY = 2, NOTE_ON_KEY_NUMBER = 3, POLY_PRESSURE = 10, CHANNEL_PRESSURE = 13, PITCH_WHEEL = 14, PITCH_WHEEL_SENSITIVITY = 16, LINK = 127 } |
General Controller palette of controllers. More... | |
enum | { LINEAR = 0, CONCAVE, CONVEX, SWITCH } |
Controller type. More... | |
Public Member Functions | |
Modulator (SFModulator mod) | |
Public Attributes | |
int | Type |
bool | MidiPalete |
bool | Direction |
bool | Polarity |
int | Index |
anonymous enum |
anonymous enum |
sf2::Modulator::Modulator | ( | SFModulator | mod | ) |
bool sf2::Modulator::Direction |
Definition at line 207 of file SF.h.
Referenced by Modulator().
int sf2::Modulator::Index |
Definition at line 209 of file SF.h.
Referenced by Modulator().
bool sf2::Modulator::MidiPalete |
Definition at line 206 of file SF.h.
Referenced by Modulator().
bool sf2::Modulator::Polarity |
Definition at line 208 of file SF.h.
Referenced by Modulator().
int sf2::Modulator::Type |
Definition at line 205 of file SF.h.
Referenced by Modulator().