similar fix for punch recording as applied to 2.X, with additional tweak that when...
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 7 Apr 2010 14:39:34 +0000 (14:39 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 7 Apr 2010 14:39:34 +0000 (14:39 +0000)
commit5970212b876efa658857c4f1e7014bf89e358e53
treee56e64930b90bcdd09406e8c908790711e3d6c16
parent298db6ef3510fdc06c31f5425afe423a67f2113b
similar fix for punch recording as applied to 2.X, with additional tweak that when we fetch the audio port buffer, we must use the full nframes() for the current ::roll() call and not rec_nframes. otherwise, we get back an AudioBuffer that thinks it is smaller than it really is. there may be other issues with this distinction lurking somewhere

git-svn-id: svn://localhost/ardour2/branches/3.0@6873 d708f5d6-7413-0410-9779-e7cbd77b26cf
libs/ardour/audio_diskstream.cc