summaryrefslogtreecommitdiff
path: root/libs/surfaces/generic_midi/generic_midi_control_protocol.cc
AgeCommit message (Expand)Author
2018-09-21Fix --no-nls (4/5), i18n include order in libs/*Robin Gareus
2018-06-25fix mixing scope bracePaul Davis
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-03generic_midi: add proper handling of midi controll togglesJan Lentfer
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-05-26Use correct property name in generic MIDI surfaceTim Mayberry
2017-04-19Use PBD::string_to<bool>() in GenericMidiControlProtocol 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-23generic MIDI: put controllables into touch mode (if appropriate) when data is...Paul Davis
2017-01-22add some commentsPaul Davis
2016-09-27add MIDI bundles to Generic MIDI support so that the ports show up nicely in ...Paul Davis
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-06-05Stripable signals moved to PresentationInfoPaul 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-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2015-12-07adjust generic MIDI surface support to (1) properly use boost::shared_ptr<Por...Paul Davis
2015-11-23allow use of (N)RPN messages in generic MIDI binding maps (UNTESTED)Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-08-20save/load generic-midi motorized setting - fixes #5296Robin Gareus
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-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
2015-07-10Add debug for generic midi controlLen Ovens
2015-06-24rationalize save/restore of control surface "feedback" propertyPaul Davis
2014-06-25Change PBD::find_files_matching_regex and PBD::find_files_matching_filter to ...Tim Mayberry
2014-06-17Replace all use of PathScanner with equivalent functions from pbd/file_utils.hTim Mayberry
2014-06-17Change PBD::PathScanner API to return results by value to avoid inadvertent m...Tim Mayberry
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-12-21conform to new CP API designPaul Davis
2013-12-13change Generic MIDI control so that it handles a SendFeedback request synchro...Paul Davis
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-09-06Rename SearchPath class SearchpathTim Mayberry
2013-09-05move MidiPortManager from AudioEngine to SessionPaul Davis
2013-09-05'surfaces/generic_midi' - Minor modification to prevent MSVC from complaining...John Emmas
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-06-10save and restore Generic MIDI threshold/smoothing valuePaul Davis