summaryrefslogtreecommitdiff
path: root/gtk2_ardour/foldback_strip.cc
AgeCommit message (Collapse)Author
2020-05-08Consistent GPL boilerplateRobin Gareus
2020-05-07Fix gpl addressLen Ovens
2020-05-07Add a meter to Foldback busLen Ovens
Spaces got replaced by tabs as well.
2020-05-05Use sorted list of foldback busesLen Ovens
previous and next would not always allow getting to all buses which were in an odd order depending on how they are added
2020-05-05Fix issue 8087 menu build when only one busLen Ovens
If there is only one Foldback bus: the selection button still respond to left click. Any other click on the same button will need two clicks
2020-05-05The listen Button (Solo) has no function in Foldback removeLen Ovens
2020-04-20Initialize uninitialized variable (show foldback sends)Robin Gareus
2020-04-12Changing Foldback bus with show sends enabled brokenLen Ovens
leaves mixer in fanout to old bus turn show sends off change bus turn show sends on for user expected result
2020-03-23Show Sends button should instigate a Spill, akin to a VCA spillBen Loftis
2020-03-23Remove unused variableRobin Gareus
2020-03-02Improve RouteUI API consistencyRobin Gareus
This is an effective NO-OP * Some methods have been re-named to improve consistency * Duplicate function calls were removed: RouteUI::set_route() already updates mute/solo MixerStrip does not have to update it again * virtual methods have been protected
2019-09-16foldback gui: removed mute, solo button hide in SIPLen Ovens
Mute removed, Solo renamed to listen only shows when not in SIP mode.
2019-09-15Foldback gui: desensitize solo button when in SIP modeLen Ovens
Because foldback by design goes to physical outputs rather than master or monitor, SIP solo does not work or make sense. PFL/AFL allow a foldback to be rough adjusted using the control room monitoring. A soloed Foldback bus will be released when the foldback strip is switched to a different foldback bus
2019-09-15Foldback gui:Removed unused calls and parametersLen Ovens
2019-09-14Set Foldback strip width and ellipsize to workLen Ovens
2019-09-12Use new icons in mixer windowRobin Gareus
2019-09-12foldback gui: simplify foldback strip menusLen Ovens
This uses less code and fixes the odd crash as well (there was sometimes a crash when using the send display context menu)
2019-09-12foldback gui: simplify button code where possibleLen Ovens
use signal_clicked rather than signal_button_press_event for cases where a menu is not launched.
2019-09-11Foldback gui: Added hide and showLen Ovens
- New menu item in view menu - Foldback strip has hide button - Adding a new foldback bus sets show - setting is saved and restored
2019-09-10foldback gui: added tool tips for previous and nextLen Ovens
2019-09-10Foldback gui: previous and next buttons don't wrap aroundLen Ovens
I had set the previous next buttons to wrap around but Robin felt dead ending was better. The previous button becomes insensitive when the first foldback bus is displayed and next is insensitive when the last is displayed.
2019-09-10Foldback GUI: sort send controls by mixer orderLen Ovens
also found send button name did not follow sending route name after change and tool tip was wrong. Fixed both.
2019-09-10Foldback GUI: size and position tweaksLen Ovens
- Set width so added pan controls in send controls don't change size - output button shows only ports applicable to foldback use - Size text to leave widget width alone - Center level control -
2019-09-08NO OP: clean up and rearrange thingsLen Ovens
2019-09-08Tweak foldback style and tweak alignmentRobin Gareus
This tentatively re-uses nudge arrows for prev/next buttons, and matches alignment of the top of the strips.
2019-09-07Foldback GUI: Add menus to send boxLen Ovens
2019-09-03Change back ground color for foldback stripLen Ovens
2019-09-03Resize and color the foldback level knobLen Ovens
2019-08-28Replaced foldback select button with previous and next buttonsLen Ovens
2019-08-28Removed unused includesLen Ovens
2019-08-27removed axis view from foldback stripLen Ovens
2019-08-26Monitor new signal to rebuild sendlistLen Ovens
remove debug lines, remove last FB bus works
2019-08-26Add send controls to foldback GUILen Ovens
2019-08-26Fix processor box for no crash on clickLen Ovens
2019-08-26Start adding processor boxLen Ovens
2019-08-26fix last foldback commit.Len Ovens
2019-08-26Add strip GUI first try for foldback busLen Ovens