summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-05-28Add path_is_within to decide if a path is within a givenCarl Hetherington
2012-05-28explicit checks for all components of the LV2 stackPaul Davis
2012-05-27Re-implement URIMap to tolerate broken plugins that use the wrong context toDavid Robillard
2012-05-27add a fix for the one problem case from the last commit: region splitting, wh...Paul Davis
2012-05-27don't add regions created with announce=false to the global region map. i hop...Paul Davis
2012-05-27don't alter session search path frm within FileSource constructor, do it when...Paul Davis
2012-05-27MIDI::Port::(get|set)_state() should be virtual, so that derived classes get ...Paul Davis
2012-05-27MCP: remember to drain the x-thread FIFO that tells us that JACK MIDI data ha...Paul Davis
2012-05-26convert audioregion xfade stuff to properties, add "is-short" property for fa...Paul Davis
2012-05-25add ::length() method to Evoral::ControlListPaul Davis
2012-05-25missing method for MCPPaul Davis
2012-05-24always create short xfades when adding a region based on capturePaul Davis
2012-05-24remove old RECMUTEX conditionalPaul Davis
2012-05-24add support for <HasMeters value=XX/> stanza in MCP device info filePaul Davis
2012-05-24Missing include.Carl Hetherington
2012-05-24Tweak comment.Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-24Compile cleanly with clang.David Robillard
2012-05-24Fix blatang logic errors (?), which is rather odd since this file was generat...David Robillard
2012-05-24fix bug that has existed since rev 17 when evaluating a curve in a position b...Paul Davis
2012-05-24Opaque region bodies should overwrite whatever is already inCarl Hetherington
2012-05-24Add test for a transparent region on top of (and enclosing) another.Carl Hetherington
2012-05-23fix search path for MIDNAM filesPaul Davis
2012-05-23alter API for MIDI cloning to facilitate exportPaul Davis
2012-05-23stop deadlock when pasting into a playlistPaul Davis
2012-05-23Fix up tests now that operator= on ScopedConnection disconnects the old conne...Carl Hetherington
2012-05-22MCP: pay attention to listen changes as well as solo changes, and reflect lis...Paul Davis
2012-05-22merge new symmetric curve from mixbus, fix errors in fade out slow curve, twe...Paul Davis
2012-05-22remove debuggingPaul Davis
2012-05-22remove debuggingPaul Davis
2012-05-21Slightly hacky improvement to embolden the labels ofCarl Hetherington
2012-05-21more 64bit VM debugging nonsense (svn in the fastest route between my system ...Paul Davis
2012-05-21split apart mackie meter messages when we have to send two, one to turn on/of...Paul Davis
2012-05-21ugly debugging code to try to track down what is going on the 64 bit build VMPaul Davis
2012-05-21a bit more debug on info when we fail to read from a SndFileSourcePaul Davis
2012-05-21Must disconnect old UnscopedConnection when setting a new one in operator=, o...Carl Hetherington
2012-05-21remove Tranzport configure option, since the code will not workPaul Davis
2012-05-20don't specify VAMP_PATH in regular code. it should be given either in the bun...Paul Davis
2012-05-20don't say "can throw" and then fail to catchPaul Davis
2012-05-20imported sources should be marked as non-writable and non-removable, alwaysPaul Davis
2012-05-19prevent xfades from being dragged to a longer length than the region that own...Paul Davis
2012-05-19Fix up tests after path changes.Carl Hetherington
2012-05-19Correct error message.Carl Hetherington
2012-05-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis
2012-05-17Fix unnecessary backups of session files.Carl Hetherington
2012-05-17Add MCP path to test script to stop it complaining.Carl Hetherington
2012-05-17Fix posix_memalign checks.David Robillard
2012-05-16Fix libpbd tests.Carl Hetherington
2012-05-16Align the address of the pointer to the fxsave block to a 16-byte boundary (a...Carl Hetherington
2012-05-16Tweak comment.Carl Hetherington