58 inline int size() {
return length; }
62 int left, right, amplitude;
65 AudioFile<double> audioFile;
An abstract base class for modules.
Definition module.hh:39
A module that can be used to play a sample stored as a .wav file.
Definition sample.hh:49
void init()
Definition sample.cc:55
void trigger()
Trigger the sample to play. It needs to have been added to a container first.
Definition sample.cc:51
void stop()
Stop playing the sample.
Definition sample.cc:77
void update()
Definition sample.cc:59
Definition additive_saw.cc:24