|
| | Instrument (uint32_t nvoices, int32_t chn, Targs... args) |
| |
| void | dispatch (uint32_t msg, uint32_t chn, double data1, double data2, uint64_t stamp) |
| |
| void | dispatch (uint32_t msg, uint32_t chn, const std::vector< double > &data, uint64_t stamp) |
| |
| virtual const Instrument & | process () |
| |
| | AudioBase (uint32_t nchnls=def_nchnls, uint32_t vframes=def_vframes, double sr=def_sr) |
| |
| virtual const AudioBase & | operator*= (double scal) |
| |
| virtual const AudioBase & | operator*= (const double *sig) |
| |
| virtual const AudioBase & | operator*= (const AudioBase &obj) |
| |
| virtual const AudioBase & | operator+= (double offs) |
| |
| virtual const AudioBase & | operator+= (const double *sig) |
| |
| virtual const AudioBase & | operator+= (const AudioBase &obj) |
| |
| double & | operator[] (uint32_t ndx) |
| |
| const double & | operator[] (uint32_t ndx) const |
| |
| iterator | begin () |
| |
| iterator | end () |
| |
| const_iterator | cbegin () const |
| |
| const_iterator | cend () const |
| |
| const AudioBase & | set (const AudioBase &obj) |
| |
| const AudioBase & | set (const double *sig) |
| |
| const double * | set (double v) |
| |
| double | set (double v, uint32_t p) |
| |
| | operator const std::vector< double > & () const |
| |
| | operator const double * () const |
| |
| const double * | vector () const |
| |
| double | vector (uint32_t frndx, uint32_t chn) const |
| |
| uint32_t | vframes (uint32_t frames) |
| |
| uint32_t | resize_exact (uint32_t frames) |
| |
| uint32_t | vframes () const |
| |
| uint32_t | vsamps () const |
| |
| uint32_t | nchnls () const |
| |
| uint32_t | sr () const |
| |
| uint32_t | error () const |
| |
| virtual const char * | error_message () const |
| |
template<typename T, typename... Targs>
class AuLib::Instrument< T, Targs >
Instrument template class:
Creates an instrument with n voices when instantiated with a Note-derived class with optional extra parameters.