13
0

minor tweaks

git-svn-id: svn://localhost/ardour2/branches/3.0@7716 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-08-30 18:40:36 +00:00
parent 120e5d6e68
commit a1a86992ea
2 changed files with 3 additions and 2 deletions

View File

@ -466,7 +466,9 @@ AudioDiskstream::process (nframes_t transport_frame, nframes_t nframes, bool can
*/
// Safeguard against situations where process() goes haywire when autopunching and last_recordable_frame < first_recordable_frame
// Safeguard against situations where process() goes haywire when autopunching
// and last_recordable_frame < first_recordable_frame
if (last_recordable_frame < first_recordable_frame) {
last_recordable_frame = max_frames;
}

View File

@ -162,7 +162,6 @@ Session::Session (AudioEngine &eng,
playlists.reset (new SessionPlaylists);
_all_route_group->set_edit (true);
_all_route_group->set_active (true, this);
interpolation.add_channel_to (0, 0);