mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
temporal: show BBT marker point names in operator<<
This commit is contained in:
parent
2aad1ac5f5
commit
7c9b9ceb7e
1 changed files with 1 additions and 1 deletions
|
|
@ -3194,7 +3194,7 @@ std::operator<<(std::ostream& str, TempoPoint const & t)
|
|||
std::ostream&
|
||||
std::operator<<(std::ostream& str, MusicTimePoint const & p)
|
||||
{
|
||||
str << "MP @ "
|
||||
str << "MP " << p.name() << " @ "
|
||||
<< *((Point const *) &p) << ' '
|
||||
<< *((Tempo const *) &p) << ' '
|
||||
<< *((Meter const *) &p);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue