mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
remove some debug output
This commit is contained in:
parent
6589fdf9e8
commit
2563eb2e1d
2 changed files with 5 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ AudioClipEditor::pack_outer (Gtk::Box& box)
|
|||
if (with_transport_controls) {
|
||||
box.pack_start (play_box, false, false);
|
||||
}
|
||||
std::cerr << "pack up rec box\n";
|
||||
|
||||
box.pack_start (rec_box, false, false);
|
||||
box.pack_start (follow_playhead_button, false, false);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -292,8 +292,12 @@ Editor::import_smf_tempo_map (Evoral::SMF const & smf, timepos_t const & pos)
|
|||
tmcb = new_map->copy (timepos_t::zero (Temporal::AudioTime), timepos_t::from_superclock (new_map->duration(Temporal::AudioTime).superclocks()));
|
||||
|
||||
if (tmcb && !tmcb->empty()) {
|
||||
std::cerr << "CB\n";
|
||||
tmcb->dump (std::cerr);
|
||||
wmap->paste (*tmcb, pos, false, _("import"));
|
||||
TempoMap::update (wmap);
|
||||
std::cerr << "final map\n";
|
||||
TempoMap::use()->dump (std::cerr);
|
||||
delete tmcb;
|
||||
// XMLNode& tm_after (wmap->get_state());
|
||||
// _session->add_command (new TempoCommand (_("cut tempo map"), &tm_before, &tm_after));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue