13
0

Fix for some problems with punch ranges.

git-svn-id: svn://localhost/ardour2/trunk@2589 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2007-11-05 15:20:44 +00:00
parent 5bf892728c
commit caa3dde1d4

View File

@ -1745,6 +1745,9 @@ AudioDiskstream::finish_capture (bool rec_monitors_input, boost::shared_ptr<Chan
capture_info.push_back (ci);
capture_captured = 0;
/* now we've finished a capture, reset first_recordable_frame for next time */
first_recordable_frame = max_frames;
}
void