Merge branch 'master' into windows
[ardour.git] / libs / surfaces / generic_midi / generic_midi_control_protocol.cc
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul Davisresolve merge with master (?)
2013-10-23 Paul Davisfix merge conflicts with master
2013-10-17 Paul DavisMerge branch 'master' into windows
2013-10-15 Paul DavisMerge branch 'master' into windows
2013-10-09 Paul DavisMerge ... master, fixing conflicts in 3 wscript files
2013-09-18 Paul DavisMerge branch 'master' into windows
2013-09-17 Paul Davisfix conflicts and merge with master
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-06 Tim MayberryRename SearchPath class Searchpath
2013-09-05 Paul Davismove MidiPortManager from AudioEngine to Session
2013-09-05 John Emmas'surfaces/generic_midi' - Minor modification to prevent...
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-14 Paul Davisfix merge issues with master
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-08 Paul Davismajor redesign of MIDI port heirarchy and management...
2013-06-10 Paul Davissave and restore Generic MIDI threshold/smoothing value
2013-04-06 Paul Davisfix reload of Generic MIDI binding state when the targe...
2013-03-18 Paul Davismissing part of the midi map fix
2013-03-18 Paul Davisreturn the full MIDI map search path from system_midi_m...
2013-01-06 Paul Davisfix continuing SNAFUs with ::set_state() for control...
2012-12-19 Paul Davisprevent crash when saving learned MIDI binding that...
2012-10-17 Paul Davisforward part the backend part of the generic MIDI contr...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-06-28 Carl HetheringtonAdd what I think is a missing lock when reading control...
2012-06-28 Paul Davisfix MIDI binding stuff when the controllable does actua...
2012-06-26 Paul Davisfix up some issues introduced by lifecycle tracking...
2012-06-25 Paul Davisadd late/lazy binding between generic MIDI bindings...
2012-06-23 Tim MayberryUse Glib instead of pbd/filesystem.h in GenericMidiCont...
2012-06-23 Tim MayberryUse Glib::file_test instead of PBD::sys::exists
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in pbd/search...
2012-06-19 Carl HetheringtonHush some debug messages.
2012-06-13 Carl HetheringtonSlightly tweaked patch from royvegard to add optional...
2012-05-18 Paul Davismajor rationalization of use of search paths. ardour...
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2012-04-24 Paul Davisrevert previous commit (it should work, but did not...
2012-04-24 Paul Davismake generic MIDI support handle SendFeedback() in...
2012-04-24 Paul Davislikely fix for various odd problems with cross-thread...
2012-04-23 Paul DavisControlProtocol doesn't actually need any record of...
2012-03-19 Carl HetheringtonAdd set_motorised().
2012-03-07 Carl HetheringtonAdd motorised attribute to DeviceInfo for generic MIDI...
2012-03-06 Carl HetheringtonWork around problems with some JACK<->ALSA midi bridges...
2011-08-14 Paul Davismake control protocol's SelectByRID signal work, thus...
2011-08-13 Paul Davistrack changes to config parameters for MMC device id...
2011-08-10 Paul Davisif a binding map specifies controllables that don't...
2011-03-25 Paul Davispermit envvar to define where to find MIDI binding...
2011-03-07 Paul Davisfix all manner of wrongness with port buffer offsets
2010-11-27 Paul Davischanges associated with save/restore of AutomationContr...
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-07-08 Carl HetheringtonMove MIDI control port ownership into the MIDI Manager...
2010-07-07 Carl HetheringtonSetup fixed ports for MIDI control data; hence remove...
2010-04-08 Paul Davisadd support for "msg=" bindings and also action="SomeGr...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-25 Paul Davisuse correct (RCConfig-based) name for MIDI port in...
2010-02-01 David RobillardFix illegal iterator usage.
2010-01-04 Paul Davisprovide a real and usable MuteControllable for Routes...
2010-01-04 Paul Davisadd a way to see (most of) the waf config used to build...
2010-01-01 Paul Davisprovide limited momentary note on/off MIDI binding...
2009-12-31 Paul Davisnew PBD::ControllableDescriptor class to encapsulate...
2009-12-30 Paul Davisrestore excess calls to sync-order stuff (for now)...
2009-12-30 Paul Davismake generic MIDI control track remote control ID chang...
2009-12-29 Paul Daviseditors for control protocols (generalized); editor...
2009-12-28 Paul Davisadd sysex support to MIDI binding maps, and a couple...
2009-12-28 Paul DavisMIDI binding maps make their debut
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-20 Paul Davisremove a couple of boost::signals2 trouble spots; fix...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-11 Paul Davisfix compilation breakages from the last commit
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-30 David RobillardFix angle bracket project-local include paths.
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-02-18 David RobillardStyle.
2009-02-18 David RobillardFix MIDI controller feedback.
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-04-12 Paul Davis(3.0) fix compile error related to Controllable/shared_...
2008-04-11 Paul Davismerge 3.0 from 2.0-ongoing@3243
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-04-05 Sampo SavolainenA fix to make MIDI controller state save properly,...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-28 Paul Davisremove Id: lines from many/all headers and some more...
2007-02-20 Paul Davismake MMC work again, make tracing MIDI input work again...
2007-02-19 Paul Davismake transport buttons and shuttle controller work...
2007-01-09 David RobillardMerged with trunk R1283.
next