summaryrefslogtreecommitdiff
path: root/libs/surfaces/generic_midi
AgeCommit message (Expand)Author
2020-02-20Reset MIDI-control when a given ctrl is not availableRobin Gareus
2020-01-25Explicitly use OSXRobin Gareus
2019-12-31convert GenericMIDI into a real control protocol module, with its own event l...Paul Davis
2019-12-31remove MIDI Control input and output ports from session-level objectsPaul Davis
2019-08-03Update plugins/addons GPL boilerplate and (C) from git logRobin Gareus
2019-05-09Generic-MIDI ctrl: tweak pitch-bend message behaviorRobin Gareus
2019-05-05Tweak initial generic-midi sync/smoothingRobin Gareus
2019-03-23NO-OP: whitespacRobin Gareus
2019-03-23Fix generic-midi controllable race-conditionRobin Gareus
2019-03-23Re-add global lookup for generic-midi ctrl stateRobin Gareus
2019-03-23Update GenericMidiControlProtocol to use shared/weak Controllable pointersRobin Gareus
2019-03-23Prepare PBD::Controllable API cleanup (remove only registry user)Robin Gareus
2019-03-23Remove unusued API Create/Delete BindingRobin Gareus
2018-10-04Handle generic-midi bindings per session.Robin Gareus
2018-09-30Adapt our remaining MSVC projects for 'boost::atomic' (in case it later gets ...John Emmas
2018-09-21Fix --no-nls (4/5), i18n include order in libs/*Robin Gareus
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