|
Wayverb
|
Public Member Functions | |
| microphone (const core::orientation &o, float shape) | |
| void | set_orientation (const core::orientation &o) |
| void | set_shape (float shape) |
| core::attenuator::microphone | get () const |
| template<typename Archive > | |
| void | serialize (Archive &archive) |
Public Member Functions inherited from wayverb::combined::model::basic_member< microphone > | |
| basic_member (const basic_member &) | |
| basic_member & | operator= (const basic_member &) |
| connection | connect (callback_type t) |
| void | notify () |
| size_t | connections () const |
Additional Inherited Members | |
Public Types inherited from wayverb::combined::model::basic_member< microphone > | |
| using | derived_type = microphone |
| using | base_type = basic_member< microphone > |
| using | on_change = util::event< microphone & > |
| using | connection = typename on_change::connection |
| using | scoped_connection = typename on_change::scoped_connection |
| using | callback_type = typename on_change::callback_type |