summaryrefslogtreecommitdiff
path: root/gtk2_ardour/speaker_dialog.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-24 04:28:48 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-24 04:28:48 +0000
commit0193803126111e78e1ce74285c2df9c593a3cebf (patch)
tree907411dbe4c4d2c16c5f57ab3cbd80a4388ad0d6 /gtk2_ardour/speaker_dialog.cc
parent7bfe5d6f4bc95e5141b20952d0c0d439fdffc947 (diff)
prettification of vbap/2d panner GUI. lots of details still to fix. also signal placement is now more correct although width is still not handled correctly
git-svn-id: svn://localhost/ardour2/branches/3.0@8948 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/speaker_dialog.cc')
-rw-r--r--gtk2_ardour/speaker_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/speaker_dialog.cc b/gtk2_ardour/speaker_dialog.cc
index 8cdac45a45..94e3dceead 100644
--- a/gtk2_ardour/speaker_dialog.cc
+++ b/gtk2_ardour/speaker_dialog.cc
@@ -201,7 +201,7 @@ SpeakerDialog::clamp_to_circle (double& x, double& y)
{
double azi, ele;
double z = 0.0;
-
+
PBD::cart_to_azi_ele (x, y, z, azi, ele);
PBD::azi_ele_to_cart (azi, ele, x, y, z);
}