Klang C++
Language Reference (draft)
|
Base class for UI / MIDI controll. More...
#include <klang.h>
Public Member Functions | |
virtual void | onControl (int index, float value) |
virtual void | onPreset (int index) |
virtual void | onMIDI (int status, int byte1, int byte2) |
|
inlineprotectedvirtual |
Definition at line 3068 of file klang.h.
Referenced by onControl(), and klang::Synth::onControl().
|
inlineprotectedvirtual |
Definition at line 3070 of file klang.h.
Referenced by klang::NoteBase< SYNTH >::controlChange(), and onMIDI().
|
inlinevirtual |
Reimplemented in klang::Synth.
Definition at line 3072 of file klang.h.
References control().
Referenced by klang::Synth::onControl().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in klang::Synth.
Definition at line 3073 of file klang.h.
References preset().
Referenced by klang::Synth::onPreset().
|
inlineprotectedvirtual |
Definition at line 3069 of file klang.h.
Referenced by onPreset(), and klang::Synth::onPreset().