Fix read of MIDI undo information to use the correct time type. Fixes #4387.
[ardour.git] / libs / surfaces /
2009-12-28 Paul Davisadd sysex support to MIDI binding maps, and a couple...
2009-12-28 Paul Davisadd missing files
2009-12-28 Paul DavisMIDI binding maps make their debut
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
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-20 Paul Davissubstantial overhaul of MCU code - no more separate...
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-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
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-10 Paul Davisdrastic, deep and wide changes to make RouteGroup use...
2009-12-09 Paul DavisOSC is now driven by an event loop; fix up lifetime...
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-12-07 Paul Davisfirst pass at end-to-end RT operation request (GUI...
2009-12-06 Taybin RutkinMerged revisions 6292,6294-6295,6311,6314 via svnmerge...
2009-12-04 Paul Daviscross-thread handling of SessionEvent allocation/deallo...
2009-11-29 Paul Davisprovide operator<< for Timecode::Time
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-30 David RobillardFix angle bracket project-local include paths.
2009-10-28 Paul Davis* libardour uses ARDOUR::nframes_t and ARDOUR::nframes6...
2009-10-26 Paul Davischange the use of "SMPTE" to "Timecode" to reflect...
2009-10-22 David RobillardUse info stream for infoey things.
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-10-14 David RobillardDon't raise errors on probe.
2009-10-08 Paul Davisthree recent fixes from 2.0-ongoing (RT on by default...
2009-10-06 Carl HetheringtonFix some compiler warnings.
2009-09-03 Carl HetheringtonDuh, the info stream is available here, so use it.
2009-09-03 Carl HetheringtonGive a slightly friendlier error if no powermate device...
2009-09-03 Carl HetheringtonMake sure wscripts under libs/surfaces/* are configured...
2009-08-08 Paul Daviswaf build works on OS X ; new bindings file and process...
2009-08-04 Carl HetheringtonCoding style. Fix a valgrind warning. Stop a close...
2009-07-28 Carl HetheringtonFix some more warnings.
2009-07-22 Paul Davismake i18n build work ; add mackie dir back to build...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-21 Paul Davisfirst part of fixing up send/return metering ; make...
2009-07-20 Paul Daviscorrect name of dependency in wiimote wscript
2009-07-17 Paul Davismassive changes to waf build scripts so that nearly...
2009-06-11 Carl HetheringtonFix for route refactor. Fix warning.
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-06-08 Carl HetheringtonFix tranzport and SCons builds.
2009-05-25 Carl HetheringtonFix SCons build.
2009-05-14 Carl HetheringtonFirst stage of options rework.
2009-05-13 Nick MainsbridgeCompilation fixes from using namespace removal.
2009-05-07 David RobillardFix mackie control protocol compilation.
2009-05-04 David RobillardStrip trailing whitespace from waf scripts.
2009-04-18 David RobillardUpgrade to waf 1.5.4.
2009-04-16 Paul Davispart 2 of 3 of the 2.8 -> 3.0 merge
2009-04-15 Paul Davisfirst half of the mega-by-hand-commit-by-commit merge...
2009-02-27 David RobillardWaf: install stuff
2009-02-27 David RobillardWaf: build control surfaces.
2009-02-26 David RobillardClean up checks.
2009-02-25 David RobillardWaf building of gtk2_ardour.
2009-02-25 David RobillardWaf building of libardour (yay!).
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-02-18 David RobillardFix ardour2 -> ardour3 issues.
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2009-01-15 Paul Davisremove "Use OSC" from options menu; make OSC optional...
2009-01-15 Paul DavisOSC becomes a control protocol object; make ardev_commo...
2009-01-14 Carl HetheringtonMake Bundles work a bit better. A few include optimisa...
2009-01-09 Hans Baier* changed transport speed in session and slaves from...
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-12-13 Sampo SavolainenAdded evoral dependency
2008-12-12 Paul Davis"merge" (i.e. wholesale import) 2.0-ongoing Mackie...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-10-13 David RobillardFix warning.
2008-10-03 David RobillardAssortment of minor changes from 2.0-ongoing.
2008-10-03 David RobillardApply panners/automation patch from torbenh (Panner...
2008-09-20 David RobillardFix precedence error.
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-22 Doug McLainAnother gcc4.3 include
2008-06-02 Doug McLainfinal gcc 4.3 changes
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-03-19 Paul Davisreinstate Ye Olde MIDI (input) thread; fix up a few...
2008-02-21 David RobillardFix install path problems (s/ardour2/ardour3).
2008-02-02 David RobillardMerge with trunk R2978.
2007-10-12 Paul Davisfixes for varispeed playback, mackie control compilatio...
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-07-31 Tim MayberryUse correct install path for powermate control surface...
2007-07-31 Taybin Rutkin- build fixes for OS X.
2007-06-29 David RobillardFurther automation refactoring - bring in the concept...
2007-06-28 Paul Davisremove inadvertently committed objects
2007-06-28 Paul Davisadd basic support for the griffin powermate (a control...
2007-06-27 David RobillardBig ol' automation refactor.
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
next