|
HikoGUI
A low latency retained GUI
|
Additional Inherited Members | |
Public Member Functions inherited from tt::audio_system | |
| audio_system (weak_or_unique_ptr< audio_system_delegate > delegate) | |
| audio_system (audio_system const &)=delete | |
| audio_system (audio_system &&)=delete | |
| audio_system & | operator= (audio_system const &)=delete |
| audio_system & | operator= (audio_system &&)=delete |
| virtual std::vector< std::shared_ptr< audio_device > > | devices () noexcept=0 |
| virtual void | init () noexcept |
| virtual void | deinit () noexcept |
| void | set_delegate (weak_or_unique_ptr< audio_system_delegate > delegate) noexcept |
| std::shared_ptr< audio_system_delegate > | delegate_lock () const noexcept |
Static Public Member Functions inherited from tt::audio_system | |
| static audio_system & | global () noexcept |
Static Public Attributes inherited from tt::audio_system | |
| static unfair_recursive_mutex | mutex |