From: <avn...@us...> - 2007-12-16 08:29:06
|
Revision: 2689 http://urakawa.svn.sourceforge.net/urakawa/?rev=2689&view=rev Author: avneeshsingh Date: 2007-12-16 00:29:02 -0800 (Sun, 16 Dec 2007) Log Message: ----------- On the fly section marking added for recording Modified Paths: -------------- trunk/urakawa/application/Obi/Obi/ProjectView/TransportBar.cs Modified: trunk/urakawa/application/Obi/Obi/ProjectView/TransportBar.cs =================================================================== --- trunk/urakawa/application/Obi/Obi/ProjectView/TransportBar.cs 2007-12-16 07:18:37 UTC (rev 2688) +++ trunk/urakawa/application/Obi/Obi/ProjectView/TransportBar.cs 2007-12-16 08:29:02 UTC (rev 2689) @@ -603,6 +603,9 @@ if (mRecordingSession != null && mRecordingSession.AudioRecorder.State == Obi.Audio.AudioRecorderState.Recording) { // mark section + PauseRecording(); + mView.Presentation.UndoRedoManager.execute(new Commands.Node.AddNewSection(mView)); + PrepareForRecording(true, null); } else { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |