summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-05-31fix an issue with the add bus/track dialog name template, left unchanged afte...Paul Davis
2016-05-31clean up debug output for OrderKeysPaul Davis
2016-05-31improve debug outputPaul Davis
2016-05-31remove debug outputPaul Davis
2016-05-31use Session::notify_presentation_info_changed() rather than emitting Stripabl...Paul Davis
2016-05-31missing initializationPaul Davis
2016-05-31manually fix rebase/merge issues caused by addition of plugin presets to meth...Paul Davis
2016-05-31manually fix rebase/merge issues for Mackie Control supportPaul Davis
2016-05-31temporarily remove Session::new_midi_track from lua apiPaul Davis
2016-05-31make mackie surfaces aware of VCAsPaul Davis
2016-05-31convert Mackie Control Surface support to use Stripable, not RoutePaul Davis
2016-05-31tweak Editor to use Stripable methods for control-surface-driven selectionPaul Davis
2016-05-31tweak Editor to use Stripable methods for control-surface-driven selectionPaul Davis
2016-05-31add two more AutomationControl fetch methods to StripablePaul Davis
2016-05-31more const value_as_string fixesPaul Davis
2016-05-31fix check for order max in PresentationInfo::parse (string&)Paul Davis
2016-05-31add Session::get_stripables()Paul Davis
2016-05-31implementation side of Controllable::get_user_string() with const argPaul Davis
2016-05-31add two more AutomationControl fetch methods to VCAPaul Davis
2016-05-31add Stripable analogs for Route signals and methods in ControlProtocolPaul Davis
2016-05-31fwd declaration of Stripable and associated listsPaul Davis
2016-05-31Add PanControllable::get_user_string() (provide indirect access to Panner::va...Paul Davis
2016-05-31remove irrelevant, out of date and incorrect commentPaul Davis
2016-05-31move ControllableDescriptor from libpbd to libardour; add support for describ...Paul Davis
2016-05-31fix dialog message shown when a backup of an old session file is madePaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis