From 4ecfc19541ed05c5e51c367556e9902c7f83b705 Mon Sep 17 00:00:00 2001 From: Jesse Chappell Date: Tue, 26 Jun 2007 02:15:02 +0000 Subject: * Added (let's call it revealed) ability to record while the transport is looping. This works for both Internal (seamless) and JACK sync, new regions are created each cycle around the loop and stacked on top of each other. It is recommended for now that automatic crossfades be turned off when doing this. Punch-In/Out may be used also (this used to be the only way to accomplish recording while looping, but now the GUI represents it without goofiness. * Fixed the stuttering/stuck problem when looping with JACK sync * Fixed gui bug that prevented record-disable when latch record option is on * Fixed issue where it would rec-enable unnecessarily when passing through the punch-out point * Fixed corner case in diskstream record length (that no one would ever notice) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2034 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/session.h') diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index fb7d24568f..35ebb0d6fe 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -343,6 +343,7 @@ class Session : public PBD::StatefulDestructible sigc::signal PositionChanged; /* sent after any non-sequential motion */ sigc::signal DurationChanged; sigc::signal HaltOnXrun; + sigc::signal TransportLooped; sigc::signal RouteAdded; -- cgit v1.2.3