|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <dummy_audiobackend.h>
Public Member Functions | |
| DummyMidiPort (DummyAudioBackend &b, const std::string &, PortFlags) | |
| ~DummyMidiPort () | |
| DataType | type () const |
| void * | get_buffer (pframes_t nframes) |
| const DummyMidiBuffer * | const_buffer () const |
| std::string | setup_generator (int, float const) |
| void | set_loopback (DummyMidiBuffer const *const src) |
Public Member Functions inherited from ARDOUR::DummyPort | |
| virtual | ~DummyPort () |
| void | next_period () |
Public Member Functions inherited from ARDOUR::BackendPort | |
| virtual | ~BackendPort () |
| const std::string & | name () const |
| const std::string & | pretty_name () const |
| const std::string & | hw_port_name () const |
| int | set_name (const std::string &name) |
| int | set_pretty_name (const std::string &name) |
| int | set_hw_port_name (const std::string &name) |
| PortFlags | flags () const |
| bool | is_input () const |
| bool | is_output () const |
| bool | is_physical () const |
| bool | is_terminal () const |
| bool | is_connected () const |
| bool | is_connected (BackendPortHandle port) const |
| bool | is_physically_connected () const |
| const std::set< BackendPortPtr > & | get_connections () const |
| int | connect (BackendPortHandle port, BackendPortHandle self) |
| int | disconnect (BackendPortHandle port, BackendPortHandle self) |
| void | disconnect_all (BackendPortHandle self) |
| const LatencyRange | latency_range (bool for_playback) const |
| void | set_latency_range (const LatencyRange &latency_range, bool for_playback) |
| void | update_connected_latency (bool for_playback) |
Public Member Functions inherited from ARDOUR::ProtoPort | |
| ProtoPort () | |
| virtual | ~ProtoPort () |
Private Member Functions | |
| void | midi_generate (const pframes_t n_samples) |
Private Attributes | |
| DummyMidiBuffer | _buffer |
| DummyMidiBuffer | _loopback |
| float | _midi_seq_spb |
| int64_t | _midi_seq_time |
| uint32_t | _midi_seq_pos |
| DummyMidiData::MIDISequence const * | _midi_seq_dat |
Additional Inherited Members | |
Protected Member Functions inherited from ARDOUR::DummyPort | |
| DummyPort (DummyAudioBackend &b, const std::string &, PortFlags) | |
| void | setup_random_number_generator () |
| float | randf () |
| uint32_t | randi () |
| pframes_t | pulse_position () const |
Protected Member Functions inherited from ARDOUR::BackendPort | |
| BackendPort (PortEngineSharedImpl &b, const std::string &, PortFlags) | |
Protected Attributes inherited from ARDOUR::DummyPort | |
| uint32_t | _rseed |
| volatile bool | _gen_cycle |
| Glib::Threads::Mutex | generator_lock |
Protected Attributes inherited from ARDOUR::BackendPort | |
| PortEngineSharedImpl & | _backend |
Definition at line 161 of file dummy_audiobackend.h.
| ARDOUR::DummyMidiPort::DummyMidiPort | ( | DummyAudioBackend & | b, |
| const std::string & | , | ||
| PortFlags | |||
| ) |
| ARDOUR::DummyMidiPort::~DummyMidiPort | ( | ) |
|
inline |
Definition at line 169 of file dummy_audiobackend.h.
|
virtual |
Implements ARDOUR::BackendPort.
|
private |
| void ARDOUR::DummyMidiPort::set_loopback | ( | DummyMidiBuffer const *const | src | ) |
| std::string ARDOUR::DummyMidiPort::setup_generator | ( | int | , |
| float const | |||
| ) |
|
inlinevirtual |
Implements ARDOUR::BackendPort.
Definition at line 166 of file dummy_audiobackend.h.
|
private |
Definition at line 175 of file dummy_audiobackend.h.
|
private |
Definition at line 176 of file dummy_audiobackend.h.
|
private |
Definition at line 183 of file dummy_audiobackend.h.
|
private |
Definition at line 182 of file dummy_audiobackend.h.
|
private |
Definition at line 180 of file dummy_audiobackend.h.
|
private |
Definition at line 181 of file dummy_audiobackend.h.