minor tweaks
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 30 Aug 2010 18:40:36 +0000 (18:40 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 30 Aug 2010 18:40:36 +0000 (18:40 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@7716 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/audio_diskstream.cc
libs/ardour/session.cc

index 71e57e1dd78888b65096a7379bd74cf04af1def7..f59997a9335a8a0507bec0300968cbe1f8d25345 100644 (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;
         }
index f687580d3dd856e3900df6ca070792563cbec58b..a4519e14b606281924a57faffbce8aa6df678eb3 100644 (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);