Provide dialogs to edit pan values numerically, at least for
authorCarl Hetherington <carl@carlh.net>
Wed, 6 Jun 2012 11:47:09 +0000 (11:47 +0000)
committerCarl Hetherington <carl@carlh.net>
Wed, 6 Jun 2012 11:47:09 +0000 (11:47 +0000)
commit46e448252f74ce35f37a1a41bb3ebe0f0312cd5d
tree727768ad3569c3e4becb9694e93fbf6f1b909691
parent31f94b9b048f55b06b7de8fa0b8612b0fa2ea274
Provide dialogs to edit pan values numerically, at least for
mono and stereo panners.

git-svn-id: svn://localhost/ardour2/branches/3.0@12577 d708f5d6-7413-0410-9779-e7cbd77b26cf
20 files changed:
gtk2_ardour/mono_panner.cc
gtk2_ardour/mono_panner.h
gtk2_ardour/mono_panner_editor.cc [new file with mode: 0644]
gtk2_ardour/mono_panner_editor.h [new file with mode: 0644]
gtk2_ardour/panner_editor.cc [new file with mode: 0644]
gtk2_ardour/panner_editor.h [new file with mode: 0644]
gtk2_ardour/panner_interface.cc
gtk2_ardour/panner_interface.h
gtk2_ardour/panner_ui.cc
gtk2_ardour/panner_ui.h
gtk2_ardour/stereo_panner.cc
gtk2_ardour/stereo_panner.h
gtk2_ardour/stereo_panner_editor.cc [new file with mode: 0644]
gtk2_ardour/stereo_panner_editor.h [new file with mode: 0644]
gtk2_ardour/wscript
libs/ardour/ardour/panner.h
libs/panners/1in2out/panner_1in2out.cc
libs/panners/1in2out/panner_1in2out.h
libs/panners/2in2out/panner_2in2out.cc
libs/panners/2in2out/panner_2in2out.h