summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-31make create group with master actually create (and name) masterPaul Davis
2016-05-31VCA: fix numbering scheme to allow contiguous numbers after removing the last...Paul Davis
2016-05-31remove debug outputPaul Davis
2016-05-31no-op: move some declarationsPaul Davis
2016-05-31no-op; change commentPaul Davis
2016-05-31don't store shared_ptr<VCA> in functor for Drop or DropReferences signal from...Paul Davis
2016-05-31use (possibly null) macros to mark VCAs for boost shared ptr debuggingPaul Davis
2016-05-31add macro for boost shared ptr debugging of VCAsPaul Davis
2016-05-31add header required when boost shared ptr debugging is in usePaul Davis
2016-05-31use correct GTK response code, given YES/NO buttonsPaul Davis
2016-05-31typo fixesPaul Davis
2016-05-31make drop button on VCA strip actually workPaul Davis
2016-05-31provide mechanism for "drop all slaves" for VCA masterPaul Davis
2016-05-31remove name button from vca strip; add drop buttonPaul Davis
2016-05-31rearrange group tabs menuPaul Davis
2016-05-31fix issues with route group assignment to control masterPaul Davis
2016-05-31fix some bugs with unassigning from a control masterPaul Davis
2016-05-31more work on presenting GUI actions to connect Route groups and control mastersPaul Davis
2016-05-31use new ::slaved_to() method in VCA master stripPaul Davis
2016-05-31provisional code to support assigning an entire RouteGroup to a VCA masterPaul Davis
2016-05-31add ::n_vcas() method to VCAManagerPaul Davis
2016-05-31add slaved_to() and slaved() methods to VCAPaul Davis
2016-05-31add generic ::slaved() method to RoutePaul Davis
2016-05-31a start at the group/master menu related structurePaul Davis
2016-05-31add route dialog should always show up wherever the mouse is, not in its last...Paul Davis
2016-05-31allow context click on blank space in VCA packer to drive add route dialogPaul Davis
2016-05-31vca: make Remove context menu option workPaul Davis
2016-05-31actual implementation of VCA spill for mixerPaul Davis
2016-05-31basics of spill control in place (actual change in mixer display, not done)Paul Davis
2016-05-31use ArdourButton for the vertical space/button/label in VCAMasterStripPaul Davis
2016-05-31hack to ArdourButton to get sizing correct for 90 + 270 degree rotated textPaul Davis
2016-05-31code consolidationPaul Davis
2016-05-31vertical VCA names in VCA stripsPaul Davis
2016-05-31use correct signal to select route from generic MIDI, and add explanatory com...Paul Davis
2016-05-31fix GUI handling of surface select requests to include possibility of selecti...Paul Davis
2016-05-31remove now-redundant control protocol route-selection signalsPaul Davis
2016-05-31remove no-longer-used TrackSelectionChanged signal from ControlProtocolPaul Davis
2016-05-31use correct types in arguments to Session::get_remote_nth...()Paul Davis
2016-05-31remove no-effect handling of route active-status change in Mackie Control codePaul Davis
2016-05-31remove debug outputPaul Davis
2016-05-31remove any reference to Route in Generic MIDI support (basically a NO-OP)Paul Davis
2016-05-31improve/extend Session::controllable_by_descriptor()Paul Davis
2016-05-31fix implementation of Session::get_remote_nth_stripable()Paul Davis
2016-05-31add required MuteControl methodPaul Davis
2016-05-31expand and correct accepted syntax for ControllableDescriptor stringsPaul Davis
2016-05-31fix thinko in use of sizeof() for bitshiftingPaul Davis
2016-05-31convert faderport to use Stripable instead of RoutePaul Davis
2016-05-31make ::muted_by_others_soloing() part of the Muteable APIPaul Davis
2016-05-31add MonitorProcessor accessor to Stripable APIPaul Davis
2016-05-31fix crash in mackie code caused by assumption that all Stripables have metersPaul Davis