mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-11 07:56:27 +01:00
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:
parent
5bf892728c
commit
caa3dde1d4
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue