|
hydrogen 1.1.1
|
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 More... | |
| Loops (const Loops *other) | |
| copy constructor More... | |
| bool | operator== (const Loops &b) const |
| equal to operator More... | |
| QString | toQString (const QString &sPrefix, bool bShort) const |
Data Fields | |
| int | start_frame |
| the frame index where to start the new sample from More... | |
| int | loop_frame |
| the frame index where to start the loop from More... | |
| int | end_frame |
| the frame index where to end the new sample to More... | |
| int | count |
| the counts of loops to apply More... | |
| LoopMode | mode |
| one of the possible loop modes More... | |
set of loop configuration flags
| enum LoopMode |
|
inline |
constructor
|
inline |
equal to operator
| QString toQString | ( | const QString & | sPrefix, |
| bool | bShort | ||
| ) | const |
| 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