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:
Paul Davis 2023-06-06 09:04:16 -06:00
parent 6865615af8
commit 9e4b1d59a7
3 changed files with 35 additions and 5 deletions

View file

@ -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);