summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
2016-06-06Accommodate newly introduced source(s) in our MSVC project (ardour_osc)John Emmas
2016-06-05OSC: More controls in /select/*, off by one fixedLen Ovens
2016-06-05don't connect to individual PresentationInfo signals per Stripable; we only r...Paul Davis
2016-06-05Stripable signals moved to PresentationInfoPaul Davis
2016-06-05Stripable signals moved to PresentationInfoPaul Davis
2016-06-05OSC: Added feedback for /selectLen Ovens
2016-06-04OSC: Bug fix for no monitor, bug fix heart beat on turned global feedback on.Len Ovens
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::orderPaul Davis
2016-06-01OSC: Fixed some button type commands to have path only as well as path fLen Ovens
2016-06-01Accommodate recently introduced source(s) in our MSVC project (ardour_osc)John Emmas
2016-05-31OSC: finish /set_surface group of commands.Len Ovens
2016-05-31OSC: Paths changed, feedback added, etc.Len Ovens
2016-05-31use new record safe control in surface supportPaul Davis
2016-05-31fix SNAFU in which Stripable::rec_enable_control() was incorrectly defined as...Paul Davis
2016-05-31use correct signal to select route from generic MIDI, and add explanatory com...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-31remove no-effect handling of route active-status change in Mackie Control codePaul Davis
2016-05-31remove any reference to Route in Generic MIDI support (basically a NO-OP)Paul Davis
2016-05-31convert faderport to use Stripable instead of RoutePaul Davis
2016-05-31fix crash in mackie code caused by assumption that all Stripables have metersPaul Davis
2016-05-31manually fix rebase/merge issues for Mackie Control supportPaul 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-31add Stripable analogs for Route signals and methods in ControlProtocolPaul 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-31first vaguely working version using PresentationInfoPaul Davis
2016-05-31remove Route::listening_via_monitor()Paul Davis
2016-05-31move ever close to working master/slave logic, this time with audio testingPaul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-31fix faderport and mackie to use route AutomationControls to be notified about...Paul Davis
2016-05-31use redesigned Route and VCA object architecture/APIPaul Davis
2016-05-27Tempo ramps - rename bbt_time() -> bbt_at_frame(), frame_time() -> frame_at_b...nick_m
2016-05-21Accommodate the fact that 'msvc_resources.rc.in' got moved to a new pathJohn Emmas
2016-05-14upper parameter limit is inclusive.Robin Gareus
2016-05-09copy-n-paste the ARDOUR_UI toggle-roll code into BasicUI (for Faderport and o...Paul Davis
2016-05-07fix shared_ptr<Route> management in Mackie support so that deleted routes are...Paul Davis
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-30make BasicUI (for control surfaces) loop toggle work like the GUIPaul Davis
2016-04-27OSC: Fix Solo to work with both SIP and Listen.Len Ovens
2016-04-19OSC: removed unused _namespace_root variable.Len Ovens
2016-04-04Modify our MSVC projects to build liblua as a DLL rather than a static libJohn Emmas
2016-03-29OSC: Changed gainVCA to gainfader as VCA is already used.Len Ovens
2016-03-27OSC: fix issue 6839, make all OSC gaindB values below -192, inf.Len Ovens
2016-03-26OSC: added a linear VCA style gain control for faders that are 0 to 1 linear.Len Ovens
2016-03-19plug a tiny memory leakRobin Gareus
2016-02-28prepare for update to waf 1.8Robin Gareus
2016-02-27Accommodate 'lua' search paths in various projects where they're neededJohn Emmas
2016-02-22cleanup post-rebase-against-master messesPaul Davis