View Issue Details

IDProjectCategoryView StatusLast Update
0003410ardourfeaturespublic2010-09-16 21:41
Reporteroofus Assigned Tocth103  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
PlatformDell D830 core2duo T9300 2.5GHzOSMandrivaOS Version2010
Target Version3.0-beta1 
Summary0003410: Pad panner heights in the mixer to the height of the tallest panner across all channels.
DescriptionPad panner heights in the mixer to the height of the tallest panner across all channels.
TagsNo tags attached.

Activities

colinf

2010-09-15 14:24

updater   ~0009053

I know it's not in keeping with the linear signal flow down the strip, but how about putting the panners above the main fader, so that they can expand upwards into the space of the processor box, leaving the main faders aligned?

All of the hardware mixers I've ever used have the panpots above the faders, so you could consider there to be some precedent in the analogue world for this.

oofus

2010-09-15 14:48

developer   ~0009056

That seems like a very pragmatic solution.

2010-09-15 14:56

 

move-panners-up.patch (960 bytes)   
Index: gtk2_ardour/mixer_strip.cc
===================================================================
--- gtk2_ardour/mixer_strip.cc	(revision 7778)
+++ gtk2_ardour/mixer_strip.cc	(working copy)
@@ -276,11 +276,11 @@
 	global_vpacker.pack_start (whvbox, Gtk::PACK_SHRINK);
 	global_vpacker.pack_start (button_table,Gtk::PACK_SHRINK);
 	global_vpacker.pack_start (processor_box, true, true);
+	global_vpacker.pack_start (panners, Gtk::PACK_SHRINK);
 	global_vpacker.pack_start (solo_led_box,Gtk::PACK_SHRINK);
 	global_vpacker.pack_start (middle_button_table,Gtk::PACK_SHRINK);
 	global_vpacker.pack_start (gain_meter_alignment,Gtk::PACK_SHRINK);
 	global_vpacker.pack_start (bottom_button_table,Gtk::PACK_SHRINK);
-	global_vpacker.pack_start (panners, Gtk::PACK_SHRINK);
 	global_vpacker.pack_start (_mono_button, Gtk::PACK_SHRINK);
 	global_vpacker.pack_start (output_button, Gtk::PACK_SHRINK);
 	global_vpacker.pack_start (comment_button, Gtk::PACK_SHRINK);
move-panners-up.patch (960 bytes)   

colinf

2010-09-15 14:56

updater   ~0009058

Trivial patch to do just that attached.

cth103

2010-09-16 17:01

administrator   ~0009068

Applied to SVN. Thanks!

oofus

2010-09-16 21:41

developer   ~0009075

Implemented.

Issue History

Date Modified Username Field Change
2010-08-23 20:58 oofus New Issue
2010-08-23 20:58 oofus cost => 0.00
2010-09-15 14:24 colinf Note Added: 0009053
2010-09-15 14:48 oofus Note Added: 0009056
2010-09-15 14:56 colinf File Added: move-panners-up.patch
2010-09-15 14:56 colinf Note Added: 0009058
2010-09-16 17:01 cth103 Note Added: 0009068
2010-09-16 17:01 cth103 Status new => resolved
2010-09-16 17:01 cth103 Resolution open => fixed
2010-09-16 17:01 cth103 Assigned To => cth103
2010-09-16 21:41 oofus Note Added: 0009075
2010-09-16 21:41 oofus Status resolved => closed