sequencer
Classes | Namespaces | Functions
clock.hpp File Reference
#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>
Include dependency graph for clock.hpp:
This graph shows which files directly or indirectly include this file:

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)