summaryrefslogtreecommitdiff
path: root/libs/surfaces/generic_midi/gmcp_gui.cc
AgeCommit message (Collapse)Author
2018-03-13Sort generic-midi bindings alphabeticallyRobin Gareus
2016-12-28Move "Feedback" option to control-portocol settingsRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-12-07adjust generic MIDI surface support to (1) properly use ↵Paul Davis
boost::shared_ptr<Port> (2) detect connection changes
2015-12-02GenericMidi: Partially working IO selectors.Ben Loftis
2 remaining problems: * IO selectors are not updated if you change the connection outside the dialog. * occasional crash on the next startup, after a connection is made from the menu.
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
Paul Davis was responsible for introducing almost all of this.
2015-08-20save/load generic-midi motorized setting - fixes #5296Robin Gareus
2014-09-13fix CPI window handling:Robin Gareus
Move control-surface editor-window management to the control surface. The Preferences-Dialog is not aware of session specific or surface specific actions and cannot properly manage the window.
2013-06-10save and restore Generic MIDI threshold/smoothing valuePaul Davis
2013-06-06move control surface prefs onto their own tab in the user prefs; for Generic ↵Paul Davis
MIDI GUI, rename "Threshold" to "Smoothing" and add a tooltip to describe it; fix misuse of S_() in prefs editor
2012-06-13Slightly tweaked patch from royvegard to add optional threshold for catch-up ↵Carl Hetherington
of non motorised controls in generic MIDI surfaces (#4828). git-svn-id: svn://localhost/ardour2/branches/3.0@12716 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-03-21Update motorised button when a motorised surface's bindings are loaded.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@11740 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-03-19Add GPL boilerplate; use x->foo for (*x).foo; tidy some indentation; use a ↵Carl Hetherington
table to place widgets; add motorised option. git-svn-id: svn://localhost/ardour2/branches/3.0@11729 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-23Pack toolbar combo boxes with expand=false and remove size kludges.David Robillard
Turns out gtk these days sizes combo boxes with precisely enough space if packed to not expand, none of this mess is necessary any more. git-svn-id: svn://localhost/ardour2/branches/3.0@10790 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-01-01provide limited momentary note on/off MIDI binding option; remove some ↵Paul Davis
debugging output; add bank selector to generic MIDI UI git-svn-id: svn://localhost/ardour2/branches/3.0@6430 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-12-29editors for control protocols (generalized); editor for Generic MIDI that ↵Paul Davis
allows choosing a MIDI binding map (or none); support banking in binding URLs, and other miscellany related to generic MIDI; save+restore JACK_MidiPort connection state (but cause a crash at shutdown time) git-svn-id: svn://localhost/ardour2/branches/3.0@6411 d708f5d6-7413-0410-9779-e7cbd77b26cf