Ardour
9.0-pre0-582-g084a23a80d
|
#include <list>
#include <memory>
#include <queue>
#include <set>
#include <utility>
#include <vector>
#include <glibmm/threads.h>
#include "evoral/visibility.h"
#include "evoral/Note.h"
#include "evoral/ControlSet.h"
#include "evoral/ControlList.h"
#include "evoral/PatchChange.h"
Go to the source code of this file.
Namespaces | |
Evoral | |
Functions | |
template<typename Time > | |
std::ostream & | operator<< (std::ostream &o, const Evoral::Sequence< Time > &s) |
std::ostream& operator<< | ( | std::ostream & | o, |
const Evoral::Sequence< Time > & | s | ||
) |
Definition at line 382 of file Sequence.h.