summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-06-03Look in the UsesPatchNameList for the name rather thanCarl Hetherington
2012-06-02Fix operator< so that strict weak ordering isCarl Hetherington
2012-06-02MCP: another patch from rodrigo:Paul Davis
2012-06-02couple of fixes to enable building, and building with gtkmm 2.2(<4)Paul Davis
2012-06-01revert part of earlier MCP patch from rodrigoPaul Davis
2012-06-01Prevent latency measurement output buffer being silenced byCarl Hetherington
2012-06-01Minor tidy-ups to MTDM code; add test.Carl Hetherington
2012-06-01When we rename a track, only rename its playlist if itCarl Hetherington
2012-06-01MCP: Patch from Rodrigo that:Paul Davis
2012-06-01fix construction of new xfades from legacy xfades, and add a few comments her...Paul Davis
2012-06-01Make faders visually desensitised when their tracks are in automation-play.Carl Hetherington
2012-05-31Remove unused method.Carl Hetherington
2012-05-31Fix uninitialised variable causing garbage output from panners in some cases.Carl Hetherington
2012-05-31Hopefully less bad version of Evoral::RangeList::subtract,Carl Hetherington
2012-05-31Add primary-modifier click on monitor knobs to go to -inf dB (partCarl Hetherington
2012-05-31Use the same logic to decide on step size when scroll-wheeling faders in the ...Carl Hetherington
2012-05-31fix comment regarding keyboard modifiers on OS XPaul Davis
2012-05-31allow alt-drag on stereo panner to move just one side of the stereo field. th...Paul Davis
2012-05-30revert previous changePaul Davis
2012-05-30try not thinning when loading old-school automation listsPaul Davis
2012-05-30rethink how to load legacy crossfades as new-style xfadesPaul Davis
2012-05-30don't abort when loading legacy xfades if the constituent regions cannot be f...Paul Davis
2012-05-30debugging legacy xfade loading, part 2Paul Davis
2012-05-30debugging legacy xfade loadingPaul Davis
2012-05-30MCP: metering changes from rodrigo, makes metering work correctly on the MC P...Paul Davis
2012-05-30MCP: remove misleading and confusing and out of date commentPaul Davis
2012-05-29MCP: correct display of timecodePaul Davis
2012-05-29MCP: fix assigment of outbound sysex messages, and don't drain port->selectab...Paul Davis
2012-05-29fix missing negation from previous MCP commitPaul Davis
2012-05-29patch from rodrigo severo to make mackie timecode display workPaul Davis
2012-05-29don't reset region fades to default after a playlist op unless the fades used...Paul Davis
2012-05-28Missing files.Carl Hetherington
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