|
dxd - dynax driver framework 2.6.0d170
cross platform open source driver development framework
|
CoreMIDI client device. More...
#include <dx_coremidi_device.h>
Inheritance diagram for dx::coremidi::_device< desc_t, preference_t, stream_t >:
Collaboration diagram for dx::coremidi::_device< desc_t, preference_t, stream_t >:Public Types | |
| typedef desc_t | desc_t |
Public Member Functions | |
| _device (decltype(super::driver)&driver, decltype(super::id)&id) | |
| virtual void | conclude () noexcept |
| conclude notification: object will be removed. If you overwrite conclude() you also need to overwrite destructor and check if its needed to be called from there. | |
| dx_catchall_handler (this,) void conclude() noexcept override | |
| void | exception (const dx::exception &exception, bool filtered=false) noexcept override |
| notification exception handler | |
| virtual uint64_t | frame () const |
| virtual bool | hw_clock () const noexcept |
| virtual void | hw_clock (dx::event< user > &hw_clock) |
| void | info (std::ostream &os) noexcept override |
| log object class information | |
| virtual void | launch () |
| launch notification: object mounted and ready to use | |
| virtual _device & | reset () |
| virtual bool | start (uint64_t=0, unsigned int starting=1) |
| virtual unsigned int | stop (bool force=false) noexcept |
| ~_device () noexcept override | |
Public Attributes | ||
| ::MIDIClientRef | client {} | |
| dx::event< user > * | clock | |
| promoted< uint32_t >::preference< decltype(super_device_t::preference)> | clocksource | |
| std::atomic< size_t > | counter | |
| dx::driver< decltype(id), preference_t > & | driver | |
| struct { | ||
| dx::event< user > * clock | ||
| std::atomic< size_t > counter | ||
| uint32_t iosize | ||
| } | hw | |
| const ::MIDIDeviceRef | id | |
| uint32_t | iosize | |
| promoted< uint32_t >::preference< decltype(super_device_t::preference)> | iosize | |
| bool | launched {} | |
| dx::stream::device::monitor | monitor | |
| std::deque< std::function< void(control &)> | notify ) | |
| preference_t | preference | |
| std::string | puid | |
| persistent UID - system unique - could change with location | ||
| std::string | puuid | |
| persistent universal UID - universally unique ID (i.e. serial number) | ||
| promoted< uint32_t >::preference< decltype(super_device_t::preference)> | safety_offset [direction::directions] | |
| promoted< uint32_t >::preference< decltype(super_device_t::preference)> | samplerate | |
| std::atomic< unsigned int > | started | |
| std::map< decltype(_desc_t::stream::target.idx()), std::weak_ptr< stream_t > > | streams | |
| promoted< uint32_t >::preference< decltype(super_device_t::preference)> | sync_cycle_ticks | |
| promoted< structdesc_t::stream * >::template preference< decltype(super_device_t::preference), uint32_t > | sync_reference | |
| dx::stream::device::monitor | version | |
Protected Member Functions | |
| virtual void | flush () |
| virtual void | halt () |
Protected Attributes | |
| std::recursive_mutex | start_stop_in_progress |
| start/stop operation in progress | |
CoreMIDI client device.
|
inherited |
|
inline |
Here is the call graph for this function:
|
inlineoverridenoexcept |
|
inlinevirtualnoexceptinherited |
conclude notification: object will be removed. If you overwrite conclude() you also need to overwrite destructor and check if its needed to be called from there.
Reimplemented in dx::proxy::stream::_device< desc_t, preference_t, stream_t >, dx::usb::pipe< device_t >, dx::virtuel::stream::_device< desc_t, preference_t, stream_t >, dx::coreaudio::stream::device< desc_t, preference_t, stream_t >, dx::proxy::device< dx::preference >, dx::proxy::device<>, dx::proxy::device< preference_t >, dx::map::driver< device<> >, and dx::map::driver< device_t >.
Here is the caller graph for this function:
|
inlineoverridenoexceptinherited |
|
inlineoverridevirtualnoexceptinherited |
notification exception handler
Implements dx::object.
|
inlineprotectedvirtualinherited |
|
inlinevirtual |
Here is the call graph for this function:
|
inlineprotectedvirtualinherited |
|
inlinevirtualnoexceptinherited |
|
inlinevirtualinherited |
|
inlineoverridevirtualnoexcept |
log object class information
Reimplemented from dx::stream::device< dx::stream::control< dx::device<::MIDIDeviceRef, preference_t > >, desc_t, stream_t >.
Here is the call graph for this function:
|
inlinevirtualinherited |
launch notification: object mounted and ready to use
Reimplemented in dx::asio::client::driver< device_t >, dx::map::driver< device<> >, dx::map::driver< device_t >, dx::usb::stream::_device< desc_t, preference_t, stream_t >, dx::virtuel::driver< device_t >, dx::coremidi::server::plugin< stream_pin_t, device_t, driver_t >, dx::proxy::driver< device< pin_t > >, dx::proxy::driver< device< stream_pin_t > >, dx::proxy::driver< device< super_device_t > >, dx::proxy::driver< device_t >, dx::proxy::driver< dx::test::device< super_device_t > >, dx::proxy::driver< dx::test::midi::device< super_device_t > >, dx::proxy::driver< device_t >, dx::asio::client::_device< desc_t, preference_t, stream_t >, dx::proxy::driver< device< pin_t > >, dx::proxy::driver< device< stream_pin_t > >, dx::proxy::driver< device< super_device_t > >, dx::proxy::driver< device_t >, dx::proxy::driver< dx::test::device< super_device_t > >, dx::proxy::driver< dx::test::midi::device< super_device_t > >, and dx::proxy::driver< device_t >.
Here is the caller graph for this function:
|
inlinevirtual |
|
inlinevirtualinherited |
result indicates if start changed the state.
|
inlinevirtualnoexceptinherited |
result indicates the amount of stopped start references
| ::MIDIClientRef dx::coremidi::_device< desc_t, preference_t, stream_t >::client {} |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
| struct { ... } dx::stream::device< dx::stream::control< dx::device<::MIDIDeviceRef, preference_t > > , desc_t , stream_t >::hw |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
persistent UID - system unique - could change with location
|
inherited |
persistent universal UID - universally unique ID (i.e. serial number)
|
inherited |
|
inherited |
|
protectedinherited |
start/stop operation in progress
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
| (c) copyright 2009 dynamic acoustics e.U. | generated on Mon Nov 3 2025 |