From 1b8e8303b25b6b013367741f2b47be3585b22cb3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 17 Feb 2011 19:47:53 +0000 Subject: draw speaker positions in 2d panner git-svn-id: svn://localhost/ardour2/branches/3.0@8891 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/panner.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/panner.h b/libs/ardour/ardour/panner.h index 7ebfe5ee03..66842e697f 100644 --- a/libs/ardour/ardour/panner.h +++ b/libs/ardour/ardour/panner.h @@ -48,6 +48,8 @@ class Panner : public PBD::Stateful, public PBD::ScopedConnectionList Panner (boost::shared_ptr); ~Panner (); + virtual boost::shared_ptr get_speakers() const { return boost::shared_ptr(); } + virtual ChanCount in() const = 0; virtual ChanCount out() const = 0; -- cgit v1.2.3