13
0

remove some debug noise from previous commit

git-svn-id: svn://localhost/ardour2/branches/3.0@12254 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-05-11 21:33:02 +00:00
parent a98fa4bc61
commit 8d828faa64
2 changed files with 0 additions and 6 deletions

View File

@ -560,7 +560,6 @@ AudioRegionView::reset_fade_in_shape_width (framecnt_t width)
}
if (audio_region()->fade_in_is_xfade()) {
cerr << "Fade in changed, reset xfade\n";
if (fade_in_handle) {
fade_in_handle->hide ();
fade_in_shape->hide ();
@ -669,7 +668,6 @@ AudioRegionView::reset_fade_out_shape_width (framecnt_t width)
}
if (audio_region()->fade_out_is_xfade()) {
cerr << "Fade out changed, reset xfade\n";
if (fade_out_handle) {
fade_out_handle->hide ();
fade_out_shape->hide ();

View File

@ -987,8 +987,6 @@ AudioRegion::set_fade_in (FadeShape shape, framecnt_t len)
boost::shared_ptr<Evoral::ControlList> c2 (new Evoral::ControlList (FadeInAutomation));
boost::shared_ptr<Evoral::ControlList> c3 (new Evoral::ControlList (FadeInAutomation));
cerr << "Resetting fade in to " << shape << " len = " << len << endl;
_fade_in->freeze ();
_fade_in->clear ();
_inverse_fade_in->clear ();
@ -1044,9 +1042,7 @@ AudioRegion::set_fade_in (FadeShape shape, framecnt_t len)
_default_fade_in = false;
_fade_in->thaw ();
cerr << "SEND CHANGE SIGNAL\n";
send_change (PropertyChange (Properties::fade_in));
cerr << "DONE CHANGE SIGNAL\n";
}
void