summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-12-06various fixes for exporting, including correct handling of errors during expo...Paul Davis
2012-12-05tentative fix for MIDI monitoring bug - just use existing monitoring code, i....Paul Davis
2012-12-05Session should disconnect from all signals during its destruction, earlyPaul Davis
2012-12-04dramatically speed up the addition of large numbers of busses + tracks. consi...Paul Davis
2012-12-03do not try to write from JackMIDIPort::write() if we are disconnected from JA...Paul Davis
2012-12-02remove debugging output; properly handle cases in Curve::_get_vector() where ...Paul Davis
2012-11-30still more debugging outputPaul Davis
2012-11-30still more debugging outputPaul Davis
2012-11-30still more debugging outputPaul Davis
2012-11-30more debugging outputPaul Davis
2012-11-30debugging outputPaul Davis
2012-11-30fix x-fades (part one)Robin Gareus
2012-11-30add reverse iterator to event list (prepare x-fade fix)Robin Gareus
2012-11-21from the depths of thorwil's dumpster diving comes a fix incorrect solo behav...Paul Davis
2012-11-21add more DEBUG::Solo output ; fix assignment of remote control ID's from XML ...Paul Davis
2012-11-19reset default automation interval to 30msecPaul Davis
2012-11-19remove unused Automatable::automation_interval and related codePaul Davis
2012-11-19tweak config param for automation sampling interval, set to 500msec by defaul...Paul Davis
2012-11-18fix prev commit (stupid C++ needs explicit typecast)Robin Gareus
2012-11-18prevent subveclen to wrap at 2^31Robin Gareus
2012-11-18fix LTC frame TVstandard offsetRobin Gareus
2012-11-18fix drop-frame TC subframe roundingRobin Gareus
2012-11-18Deliver MIDI events to atom ports that support it, merged with transport events.David Robillard
2012-11-18Gracefully ignore plugins with no ports, or invalid ports.David Robillard
2012-11-18Better implementation of LV2 plugin<=>UI communication.David Robillard
2012-11-18fix LTC frame offset for video standardsRobin Gareus
2012-11-18fix LTC frame alignmentRobin Gareus
2012-11-17update to libltc-1.1.0Robin Gareus
2012-11-17Sent precise transport information to LV2 plugins via events.David Robillard
2012-11-16Tidy up tempo.h and add some documentation.David Robillard
2012-11-15Fix libardour test build.Carl Hetherington
2012-11-15add a "guard" point after a write/touch automation insertion, preserving the ...Paul Davis
2012-11-14provide the ability to enable + disable tooltipsPaul Davis
2012-11-14add missing <<endmsgPaul Davis
2012-11-14do not add 2.X search path if its already present in the search pathPaul Davis
2012-11-14remove debug outputPaul Davis
2012-11-14use const static member instead of a magic numberPaul Davis
2012-11-14likely fixes for most remaining issues with data in automation/control lists,...Paul Davis
2012-11-14change message displayed when there is an open file limitPaul Davis
2012-11-14put automation list into or out of Touch mode before adding an automation wat...Paul Davis
2012-11-13implement TC offset for slave&generator.Robin Gareus
2012-11-13revert to a 0..2 scale for MIDI velocity control, so that we can increase MID...Paul Davis
2012-11-13change handling of MIDI gain so that we present a linear fader spanning 0..12...Paul Davis
2012-11-13add timecode format parserRobin Gareus
2012-11-13add alt-i as a binding in both the editor and mixer windows to toggle the sta...Paul Davis
2012-11-13overhaul timecode calculationsRobin Gareus
2012-11-13complete r13404 - use double for timecode fps.Robin Gareus
2012-11-12fix #5076 - we failed to actually find any existing snapshots because the pat...Paul Davis
2012-11-12slave delta: move sign next to the digitRobin Gareus
2012-11-12fix for #5078 - not considering unused playlists when computing region use countPaul Davis