substantial overhaul of MCU code - no more separate thread, just connect to signals...
[ardour.git] / libs / surfaces / generic_midi /
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-12-11 Paul Davis(MAY BREAK COMPILATION - unfinished work, being transfe...
2009-12-06 Taybin RutkinMerged revisions 6292,6294-6295,6311,6314 via svnmerge...
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-30 David RobillardFix angle bracket project-local include paths.
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-20 David RobillardFix various MIDI control and installation issues:
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-07-17 Paul Davismassive changes to waf build scripts so that nearly...
2009-05-04 David RobillardStrip trailing whitespace from waf scripts.
2009-04-18 David RobillardUpgrade to waf 1.5.4.
2009-02-27 David RobillardWaf: install stuff
2009-02-27 David RobillardWaf: build control surfaces.
2009-02-18 David RobillardFix 'sticky' sliders when MIDI control feedback is...
2009-02-18 David RobillardFix MIDI control parameter mapping to work with control...
2009-02-18 David RobillardStyle.
2009-02-18 David RobillardFix MIDI controller feedback.
2009-01-15 Paul DavisOSC becomes a control protocol object; make ardev_commo...
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-09-19 Paul Davischris goddard's region list patch; port 2.X marker...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-17 Paul Davisbuild fixes for external libsndfile, plus make ogg...
2008-09-10 Paul Davismerge 2.0-ongoing into 3.0 @ 3581 - 3710
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
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
2008-02-21 David RobillardFix install path problems (s/ardour2/ardour3).
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-06-17 Tim MayberryMove Stateful class declared in pbd/stateful.h into...
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-07 Jesse Chappellbetter variable name for midi feedback fighter. added...
2007-04-07 Jesse Chappellfixed midi control feedback fighting
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-02-14 John Andersonmerge r1449 from surfaces branch to include mackie...
2007-01-09 David RobillardMerged with trunk R1283.
2007-01-03 Paul Davisdo proper install on x86_64 system, remove stupid debug...
2006-12-20 Paul Davissmall but major fix for Controllable state storage...
2006-12-19 Paul Davisnext step of generic MIDI feedback fix - remove static...
2006-11-25 Tim MayberryAllow generic_midi control surface to compile by adding...
2006-10-21 David RobillardMerged with trunk R992.
2006-10-13 Paul Davissession export starts from session start marker; add...
2006-10-09 Paul Davisfix abort-capture path, including many subtle issues...
2006-10-05 Paul DavisGeneric MIDI control now saves+restores its state;...
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-07-14 David RobillardMerge big changes (mostly Controllable) from trunk
2006-07-10 Paul Davismodification to make generic MIDI actually work again
2006-07-07 Paul Davisid_t becomes a fully-fledged object, UUID's used for...
2006-07-05 David RobillardMerged with trunk, and a few trivial GUI updates etc.
2006-06-29 Taybin RutkinFixed i18n system.
2006-06-22 Hans FugalMerging from trunk
2006-06-15 David RobillardMerged with trunk revision 610
2006-06-15 David RobillardMoved SMPTE type/functions into SMPTE namespace;
2006-06-14 Hans Fugalpulling trunk
2006-06-13 David RobillardMerged with trunk (painfully)
2006-06-08 David RobillardCommitted filthy mess of a working copy solely for...
2006-06-07 Taybin RutkinMerged timbyr's win32 branch. -r 547:566.
2006-05-31 Paul Davisunfinished work on selection/HiG details, restore range...
2006-05-23 Paul Davisbreakout control protocol code into LGPL library; fix...
2006-05-19 Paul Davisallow for mandatory control protocols, plus some ongoin...
2006-05-18 Paul Davismoved OSC into libardour
2006-04-26 Paul DavisInstall ardour as a binary, a script and a set of shared
2006-04-25 Taybin RutkinAdded missing .cvsignore file.
2006-04-25 Taybin RutkinAll included libraries now link dynamically instead...
2006-04-24 Paul Davisa) completely refactor abstract UI code
2006-04-10 Paul Davisa) moved metering and meter falloff code into libardour
2006-04-05 Paul Davisa) dynamically loadable control surface support