|
sequencer
|
#include <sequencer/beat_duration.hpp>#include <sequencer/beats_per_minute.hpp>#include <sequencer/chrono/chrono_adapter.hpp>#include <sequencer/chrono/sequencer_clock.hpp>#include <sequencer/midi/clock_base.hpp>#include <future>#include <mutex>#include <thread>

Go to the source code of this file.
Classes | |
| class | sequencer::midi::clock< SequencerClock > |
Namespaces | |
| sequencer::midi | |
Functions | |
| auto | sequencer::midi::make_clock () |
| template<class MidiClock , class Sender > | |
| auto | sequencer::midi::start_clock_in_thread (MidiClock &midi_clock, const Sender &sender) |
1.8.13