Wayverb
|
Public Member Functions | |
hrtf (const core::orientation &o, core::attenuator::hrtf::channel channel) | |
void | set_orientation (const core::orientation &o) |
void | set_channel (core::attenuator::hrtf::channel channel) |
core::attenuator::hrtf | get () const |
template<typename Archive > | |
void | serialize (Archive &archive) |
Public Member Functions inherited from wayverb::combined::model::basic_member< hrtf > | |
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< hrtf > | |
using | derived_type = hrtf |
using | base_type = basic_member< hrtf > |
using | on_change = util::event< hrtf & > |
using | connection = typename on_change::connection |
using | scoped_connection = typename on_change::scoped_connection |
using | callback_type = typename on_change::callback_type |