From 4145bfc33cb68fe3c629d9e21df26cd3953b6e1e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 17 Feb 2011 23:41:45 +0000 Subject: somewhat working VBAP panning (no interpolation, and some outputs don't get output) git-svn-id: svn://localhost/ardour2/branches/3.0@8898 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/speakers.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'libs/ardour/speakers.cc') diff --git a/libs/ardour/speakers.cc b/libs/ardour/speakers.cc index 1485f266d0..0120e56bfa 100644 --- a/libs/ardour/speakers.cc +++ b/libs/ardour/speakers.cc @@ -89,12 +89,9 @@ Speakers::add_speaker (const AngularVector& position) { int id = _speakers.size(); - cerr << "Added speaker " << id << " at " << position.azi << " /= " << position.ele << endl; - _speakers.push_back (Speaker (id, position)); update (); - dump_speakers (cerr); Changed (); return id; -- cgit v1.2.3