summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-10-04always use session rt-event to un/set soloRobin Gareus
2015-10-03Initialize variable every loop so MCP devices don't accumulate too.Len Ovens
2015-10-03Initialize variable every loop so MCP profiles don't accumulate.Len Ovens
2015-10-03NOOP: delete trailing whitespacePaul Davis
2015-10-03reset IP MIDI port when deleting a mackie surface portPaul Davis
2015-10-03reset shared_ptr to master surface when clearing surfaces, to ensure Surface ...Paul Davis
2015-10-03make a start on providing direct choice of MIDI ports where an MCP device can...Paul Davis
2015-10-03NOOP: reformat indentationPaul Davis
2015-10-03more code-control when laying out Mackie Control GUI panelPaul Davis
2015-10-03add basic support for HUI heartbeat, only used for HUI devicesPaul Davis
2015-10-03add DeviceType specifier for mackie devices.Paul Davis
2015-10-03NOOP: reformat indentationPaul Davis
2015-10-03add device type to Mackie device infoPaul Davis
2015-10-03add support to display and set key aliases in mackie GUIPaul Davis
2015-10-03fix windows compilationRobin Gareus
2015-10-02remove undefined and unused method declarationPaul Davis
2015-10-02another change from modifier_state() to main_modifier_state()Paul Davis
2015-10-02avoid handling pitchbend (fader) messages while SHIFT modifier is active.Paul Davis
2015-10-02no longer call ::zero_all() when deleting an MCP surface object.Paul Davis
2015-10-02use ::main_modifier_state() in some more placesPaul Davis
2015-10-02necessary header changes for new redisplay code in MCPPaul Davis
2015-10-02add new (fast) redisplay timer that pushes parameter display text to MCP device.Paul Davis
2015-10-02fix comment spellingPaul Davis
2015-10-02use Surface::reset() when deleting MackieControlProtocol, rather than sending...Paul Davis
2015-10-02implement backlight, fader touch sensitivity and recalibrate fader functions ...Paul Davis
2015-10-02avoid sending replicated fader set position messagesPaul Davis
2015-10-02fix handler of fader (pitchbend) messages in Mackie Control so that the outbo...Paul Davis
2015-10-02allow aliasing Mackie Control buttons to other buttonsPaul Davis
2015-10-02catch changes in click status and alter LED appropriatelyPaul Davis
2015-10-02change zoom and scrub handling to use modifier bitsPaul Davis
2015-10-02spelling correction in error messagePaul Davis
2015-09-28Fix Mackie control metering (fixes #6608).Len Ovens
2015-09-21Vpot assign buttons don't do anything, don't light LEDs either.Len Ovens
2015-09-21Make Mackie control surface LEDs for modifier keys only light while pressed. ...Len Ovens
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-09-08Made master fader touch and jog go to _master_surface instead of first surface.Len Ovens
2015-08-20save/load generic-midi motorized setting - fixes #5296Robin Gareus
2015-08-14Fixed Mackie control port naming for extender use (fixes #6500)Len Ovens
2015-08-13Fixed feedback for MCP buttons and LEDs not working.Len Ovens
2015-08-13Added end of line to debug statmentLen Ovens
2015-08-09Make MCP MasterPosition match MIDI port number.Len Ovens
2015-07-27Clean up extra white space added by editor.Len Ovens
2015-07-27Handle the 4 common encoder types.Len Ovens
2015-07-27Add enc to midi map for mcp style encoders.Len Ovens
2015-07-27Make program change toggle or 1 only.Len Ovens
2015-07-27Allow any one midi event to control only one thing.Len Ovens
2015-07-15fix “missing operator<< for PBD::ID” (clang)Robin Gareus
2015-07-13Move learned midi binding reload after midi map load (fixes #6405)Len Ovens
2015-07-11fix PBD::ID string formatRobin Gareus