Fix waveforms while recording (#3474).
git-svn-id: svn://localhost/ardour2/branches/3.0@7837 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6a67194735
commit
ca00c3bcc3
@ -488,7 +488,6 @@ AudioStreamView::setup_rec_box ()
|
||||
boost::dynamic_pointer_cast<AudioRegion>(RegionFactory::create (sources, plist, false)));
|
||||
|
||||
assert(region);
|
||||
region->suspend_property_changes ();
|
||||
region->set_position (_trackview.session()->transport_frame(), this);
|
||||
rec_regions.push_back (make_pair(region, (RegionView*) 0));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user