![]() |
Ardour
9.0-pre0-1051-g8dd89616e1
|
#include <midi_clock_test.h>
Public Member Functions | |
MclkTestMaster () | |
void | testStepResponse () |
![]() | |
MIDIClock_TransportMaster (std::string const &name, int ppqn=24) | |
~MIDIClock_TransportMaster () | |
Constructor for unit tests. More... | |
void | set_session (Session *) |
void | unregister_port () |
void | pre_process (pframes_t nframes, samplepos_t now, std::optional< samplepos_t >) |
void | rebind (MidiPort &) |
void | reset (bool with_pos) |
bool | locked () const |
bool | ok () const |
samplecnt_t | update_interval () const |
samplecnt_t | resolution () const |
bool | requires_seekahead () const |
void | init () |
std::string | position_string () const |
std::string | delta_string () const |
float | bpm () const |
void | create_port () |
![]() | |
TransportMaster (SyncSource t, std::string const &name) | |
virtual | ~TransportMaster () |
virtual bool | speed_and_position (double &speed, samplepos_t &position, samplepos_t &lp, samplepos_t &when, samplepos_t now) |
virtual bool | usable () const |
virtual bool | starting () const |
virtual samplecnt_t | seekahead_distance () const |
virtual bool | sample_clock_synced () const |
virtual void | set_sample_clock_synced (bool) |
sampleoffset_t | current_delta () const |
virtual bool | can_loop () const |
virtual Location * | loop_location () const |
bool | has_loop () const |
SyncSource | type () const |
TransportRequestSource | request_type () const |
std::string | name () const |
void | set_name (std::string const &) |
int | set_state (XMLNode const &, int) |
XMLNode & | get_state () const |
std::shared_ptr< Port > | port () const |
bool | check_collect () |
virtual void | set_collect (bool) |
bool | collect () const |
virtual void | check_backend () |
virtual bool | allow_request (TransportRequestSource, TransportRequestType) const |
std::string | allowed_request_string () const |
TransportRequestType | request_mask () const |
void | set_request_mask (TransportRequestType) |
bool | removeable () const |
void | set_removeable (bool yn) |
std::string | display_name (bool sh=true) const |
void | connect_port_using_state () |
![]() | |
Stateful () | |
virtual | ~Stateful () |
virtual bool | apply_change (PropertyBase const &) |
PropertyChange | apply_changes (PropertyList const &) |
const OwnedPropertyList & | properties () const |
void | add_property (PropertyBase &s) |
void | add_extra_xml (XMLNode &) |
XMLNode * | extra_xml (const std::string &str, bool add_if_missing=false) |
void | save_extra_xml (const XMLNode &) |
const PBD::ID & | id () const |
bool | set_id (const XMLNode &) |
void | set_id (const std::string &) |
void | reset_id () |
void | clear_changes () |
virtual void | clear_owned_changes () |
PropertyList * | get_changes_as_properties (PBD::Command *) const |
virtual void | rdiff (std::vector< PBD::Command * > &) const |
bool | changed () const |
virtual PropertyList * | property_factory (const XMLNode &) const |
virtual void | suspend_property_changes () |
virtual void | resume_property_changes () |
bool | property_changes_suspended () const |
![]() | |
virtual | ~TransportMasterViaMIDI () |
MIDI::Parser & | transport_parser () |
std::shared_ptr< MidiPort > | midi_port () const |
std::shared_ptr< Port > | create_midi_port (std::string const &port_name) |
Additional Inherited Members | |
![]() | |
static std::shared_ptr< TransportMaster > | factory (SyncSource, std::string const &, bool removeable) |
static std::shared_ptr< TransportMaster > | factory (XMLNode const &) |
static void | make_property_quarks () |
![]() | |
PBD::Signal< void(const PropertyChange &)> | PropertyChanged |
![]() | |
static const std::string | state_node_name |
![]() | |
static int | current_state_version |
static int | loading_state_version |
![]() | |
void | start (MIDI::Parser &parser, samplepos_t timestamp) |
void | contineu (MIDI::Parser &parser, samplepos_t timestamp) |
void | stop (MIDI::Parser &parser, samplepos_t timestamp) |
void | position (MIDI::Parser &parser, MIDI::byte *message, size_t size, samplepos_t timestamp) |
void | calculate_one_ppqn_in_samples_at (samplepos_t time) |
samplepos_t | calculate_song_position (uint16_t song_position_in_sixteenth_notes) |
void | calculate_filter_coefficients (double qpm) |
void | update_midi_clock (MIDI::Parser &parser, samplepos_t timestamp) |
void | connection_handler (std::weak_ptr< ARDOUR::Port >, std::string, std::weak_ptr< ARDOUR::Port >, std::string, bool) |
![]() | |
virtual void | register_properties () |
virtual std::string | format_delta_time (sampleoffset_t) const |
![]() | |
void | add_instant_xml (XMLNode &, const std::string &directory_path) |
XMLNode * | instant_xml (const std::string &str, const std::string &directory_path) |
void | add_properties (XMLNode &) const |
PropertyChange | set_values (XMLNode const &) |
virtual void | post_set (const PropertyChange &) |
virtual void | send_change (const PropertyChange &) |
virtual void | mid_thaw (const PropertyChange &) |
bool | regenerate_xml_or_string_ids () const |
![]() | |
TransportMasterViaMIDI () | |
void | resync_latency (bool) |
virtual void | parameter_changed (std::string const &p) |
![]() | |
PBD::ScopedConnectionList | port_connections |
int | ppqn |
pulses per quarter note for one MIDI clock sample (default 24) More... | |
double | one_ppqn_in_samples |
the duration of one ppqn in sample time More... | |
samplepos_t | first_timestamp |
the timestamp of the first MIDI clock message More... | |
samplepos_t | last_timestamp |
the time stamp and should-be transport position of the last inbound MIDI clock message More... | |
double | should_be_position |
long | midi_clock_count |
double | _speed |
a DLL to track MIDI clock More... | |
bool | _running |
double | _bpm |
![]() | |
SyncSource | _type |
PBD::Property< std::string > | _name |
Session * | _session |
sampleoffset_t | _current_delta |
bool | _pending_collect |
bool | _removeable |
PBD::Property< TransportRequestType > | _request_mask |
PBD::Property< bool > | _sclock_synced |
PBD::Property< bool > | _collect |
PBD::Property< bool > | _connected |
SafeTime | current |
int | transport_direction |
int | dll_initstate |
double | t0 |
double | t1 |
double | e2 |
double | b |
double | c |
std::shared_ptr< Port > | _port |
XMLNode | port_node |
PBD::ScopedConnection | port_connection |
PBD::ScopedConnection | backend_connection |
![]() | |
XMLNode * | _extra_xml |
XMLNode * | _instant_xml |
PBD::PropertyChange | _pending_changed |
Glib::Threads::Mutex | _lock |
std::string | _xml_node_name |
name of node to use for this object in XML More... | |
OwnedPropertyList * | _properties |
![]() | |
MIDI::Parser | parser |
std::shared_ptr< MidiPort > | _midi_port |
LatencyRange | midi_port_latency |
Definition at line 31 of file midi_clock_test.h.
|
inline |
Definition at line 35 of file midi_clock_test.h.
void ARDOUR::MclkTestMaster::testStepResponse | ( | ) |