summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/buffer.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-09-28 20:40:53 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-09-28 20:40:53 +0000
commit43b17b5df1927a6c08a382c420c49d7ac1014852 (patch)
tree090359c64ff468e1a7a8ffe19093b04ce33b4c29 /libs/ardour/ardour/buffer.h
parente11b3f90c2d02735a071d526d67cfd0de90cbac3 (diff)
changes from torben for processor/plugin count determination and other fixes; rework cycle_start() mess, first pass
git-svn-id: svn://localhost/ardour2/branches/3.0@3821 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/buffer.h')
-rw-r--r--libs/ardour/ardour/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/buffer.h b/libs/ardour/ardour/buffer.h
index 72df6c7fd6..e03489568c 100644
--- a/libs/ardour/ardour/buffer.h
+++ b/libs/ardour/ardour/buffer.h
@@ -74,7 +74,7 @@ public:
/** Clear the entire buffer */
virtual void clear() { silence(_capacity, 0); }
-
+
virtual void read_from(const Buffer& src, nframes_t offset, nframes_t len) = 0;
protected: