ardour
Classes | Functions
tempo.cc File Reference
#include <algorithm>
#include <stdexcept>
#include <cmath>
#include <unistd.h>
#include <glibmm/threads.h>
#include "pbd/xml++.h"
#include "evoral/types.hpp"
#include "ardour/debug.h"
#include "ardour/lmath.h"
#include "ardour/tempo.h"
#include "i18n.h"
#include <locale.h>

Go to the source code of this file.

Classes

struct  MetricSectionSorter
 
struct  bbtcmp
 

Functions

std::ostream & operator<< (std::ostream &o, const Meter &m)
 
std::ostream & operator<< (std::ostream &o, const Tempo &t)
 
std::ostream & operator<< (std::ostream &o, const MetricSection &section)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const Meter m 
)

Definition at line 2468 of file tempo.cc.

std::ostream& operator<< ( std::ostream &  o,
const Tempo t 
)

Definition at line 2473 of file tempo.cc.

std::ostream& operator<< ( std::ostream &  o,
const MetricSection section 
)

Definition at line 2478 of file tempo.cc.