![]() |
Klang C++
Language Reference (draft)
|
#include <klang.h>
Public Member Functions | |
| Loop (int from=-1, int to=-1) | |
| void | set (int from, int to) |
| void | reset () |
| bool | isActive () const |
Public Attributes | |
| int | start |
| int | end |
|
inline |
|
inline |
|
inline |
Definition at line 2744 of file klang.h.
Referenced by klang::Envelope::initialise(), and klang::Envelope::resetLoop().
|
inline |
| int klang::Envelope::Loop::end |
Definition at line 2749 of file klang.h.
Referenced by Loop(), isActive(), klang::Envelope::operator++(), reset(), and set().
| int klang::Envelope::Loop::start |
Definition at line 2748 of file klang.h.
Referenced by Loop(), isActive(), klang::Envelope::operator++(), reset(), and set().