|
hydrogen 1.2.3
|
set of loop configuration flags More...
#include <Sample.h>
Public Types | |
| enum | LoopMode { FORWARD =0 , REVERSE , PINGPONG } |
| possible sample editing loop mode More... | |
Public Member Functions | |
| Loops () | |
| constructor | |
| Loops (const Loops *other) | |
| copy constructor | |
| bool | operator== (const Loops &b) const |
| equal to operator | |
| QString | toQString (const QString &sPrefix="", bool bShort=true) const |
Data Fields | |
| int | count |
| the counts of loops to apply | |
| int | end_frame |
| the frame index where to end the new sample to | |
| int | loop_frame |
| the frame index where to start the loop from | |
| LoopMode | mode |
| one of the possible loop modes | |
| int | start_frame |
| the frame index where to start the new sample from | |
| enum LoopMode |
|
inline |
| QString toQString | ( | const QString & | sPrefix = "", |
| bool | bShort = true ) const |
Definition at line 731 of file Sample.cpp.
| int end_frame |