mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
temporal: do something when pasting the cut buffer guard points
Don't think this is quite right yet - we get guard points even when they are not really necessary
This commit is contained in:
parent
6865615af8
commit
9e4b1d59a7
3 changed files with 35 additions and 5 deletions
|
|
@ -35,6 +35,9 @@ TempoMapCutBufferTest::cutTest()
|
|||
timepos_t::from_superclock (tmap->superclock_at (BBT_Argument (31, 1, 0))),
|
||||
false);
|
||||
|
||||
std::cerr << "Cut Buffer:\n";
|
||||
cb->dump (std::cerr);
|
||||
|
||||
std::cerr << "After cut\n";
|
||||
tmap->dump (std::cerr);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue