View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003410 | ardour | features | public | 2010-08-23 20:58 | 2010-09-16 21:41 |
| Reporter | oofus | Assigned To | cth103 | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Platform | Dell D830 core2duo T9300 2.5GHz | OS | Mandriva | OS Version | 2010 |
| Target Version | 3.0-beta1 | ||||
| Summary | 0003410: Pad panner heights in the mixer to the height of the tallest panner across all channels. | ||||
| Description | Pad panner heights in the mixer to the height of the tallest panner across all channels. | ||||
| Tags | No tags attached. | ||||
|
|
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. |
|
|
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); |
|
|
Trivial patch to do just that attached. |
|
|
Applied to SVN. Thanks! |
|
|
Implemented. |
| 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 |