summaryrefslogtreecommitdiff
path: root/libs/surfaces/generic_midi
AgeCommit message (Expand)Author
2018-09-10Initial changes needed for building Mixbus (with MSVC) as version 5John Emmas
2018-06-25fix mixing scope bracePaul Davis
2018-06-25Accommodate recently removed source(s) in our MSVC project (libardour)John Emmas
2018-06-21add Ctl_Dial to get better behaviour when binding a MIDI controller KNOB/DIAL...Paul Davis
2018-06-21remove Session::controllable_by_descriptor() and move code into GenericMIDI c...Paul Davis
2018-03-13Sort generic-midi bindings alphabeticallyRobin Gareus
2018-03-03generic_midi: add proper handling of midi controll togglesJan Lentfer
2018-02-15When building with MSVC, allow for the fact that Mixbus and Ardour can be usi...John Emmas
2018-02-14Accommodate the change from libtimecode to libtemporalJohn Emmas
2017-12-19Revert "Prototype to allow embedding sysex in midi-map"Robin Gareus
2017-12-06Prototype to allow embedding sysex in midi-mapRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-25Remove unnecessary tests for touch-stateRobin Gareus
2017-06-21Switch to PBD control-math and prefer Controllable APIRobin Gareus
2017-05-26Use correct property name in generic MIDI surfaceTim Mayberry
2017-05-12change the way ControlProtocols (control surfaces) are notified and handle St...Paul Davis
2017-04-19Use PBD::string_to<bool>() in GenericMidiControlProtocol classTim Mayberry
2017-04-19Use XMLNode::get/set_property API in MIDIControllable classTim Mayberry
2017-04-19Use XMLNode::get/set_property API in GenericMidiControlProtocol classTim Mayberry
2017-04-16Clean up after generic MIDI surface -- #7311Robin Gareus
2017-03-04Don't allow GMCP to override loading_state_versionRobin Gareus
2017-01-31Generic MIDI controls should affect group members too, if they existPaul Davis
2017-01-23generic MIDI: put controllables into touch mode (if appropriate) when data is...Paul Davis
2017-01-22add some commentsPaul Davis
2017-01-20MIDI leaks -- the Controllergate conspiracy debunkedRobin Gareus
2016-12-31amend 3afe3f32df (remove unused global feedback option)Robin Gareus
2016-12-30Remove cruft (old MIDI feedback API)Robin Gareus
2016-12-28Move "Feedback" option to control-portocol settingsRobin Gareus
2016-09-27add MIDI bundles to Generic MIDI support so that the ports show up nicely in ...Paul Davis
2016-08-30Update our MSVC project files to generate the most recent Ardour session file...John Emmas
2016-07-21a more reliable/robust/less complex version of previous commitPaul Davis
2016-07-21do not delete MIDIControllable* when dealing with pending MIDI Control reques...Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10White space fix only. (Spaces to tabs)Len Ovens
2016-07-06restore/extend/simplify ControlProtocol API to allow tracking of selectionPaul Davis
2016-07-04use session stripable selection APIPaul Davis
2016-06-05Stripable signals moved to PresentationInfoPaul Davis
2016-05-31use correct signal to select route from generic MIDI, and add explanatory com...Paul Davis
2016-05-31remove any reference to Route in Generic MIDI support (basically a NO-OP)Paul 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-21Accommodate the fact that 'msvc_resources.rc.in' got moved to a new pathJohn Emmas
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-04Modify our MSVC projects to build liblua as a DLL rather than a static libJohn Emmas
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-03Fix bug #5633, Don't drop all midi bindings when a track is removedTim Mayberry
2016-02-02generic MIDI: if a CC is bound to a toggled controllable, toggle the controll...Paul Davis
2016-01-14Generic MIDI: midi controller buttons should only trigger on the PUSH, not r...Ben Loftis
2016-01-14Generic MIDI: add ToggleRecEnable action, and change all maps to use that in...Ben Loftis