| 
| enum class   | Loop { NONE
, FORWARD
, PING_PONG
, SINGLE_FRAME
 } | 
|   | 
| 
typedef std::shared_ptr< Shared >  | SharedP | 
|   | 
 | 
| 
  | Sample (Instrument *inst, const WavData &wav_data) | 
|   | 
| 
void  | set_marker (MarkerType marker_type, double value) | 
|   | 
| 
double  | get_marker (MarkerType marker_type) const | 
|   | 
| 
int  | midi_note () const | 
|   | 
| 
void  | set_midi_note (int note) | 
|   | 
| 
Loop  | loop () const | 
|   | 
| 
void  | set_loop (Loop loop) | 
|   | 
| 
double  | volume () const | 
|   | 
| 
void  | set_volume (double volume) | 
|   | 
| 
SharedP  | shared () const | 
|   | 
| 
const WavData &  | wav_data () const | 
|   | 
| 
std::string  | wav_data_hash () const | 
|   | 
 | 
| 
std::string  | filename | 
|   | 
| 
std::string  | short_name | 
|   | 
| 
std::unique_ptr< Audio >  | audio | 
|   | 
The documentation for this class was generated from the following files: