summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-12-02add -DBOOST_SYSTEM_NO_DEPRECATED when building anything using boost to avoid ...Paul Davis
2012-10-17crossport control surface work from mb2 branchPaul Davis
2012-10-15cross-port fix to generic MIDI control port choice from mixbus2Paul Davis
2012-10-04use new ALSA sequencer port tweaks when handling incoming MIDI dataPaul Davis
2012-10-04new design (inherited from softwerk) to properly handle I/O via ALSA sequence...Paul Davis
2012-07-20make note on/off MIDI control do something sensible, rather than attempt to u...Paul Davis
2012-07-02fixup SConscript to work on OS X with new build stacks etc.Paul Davis
2012-06-253 spelling mistake fixes from debianPaul Davis
2012-06-25remove unused header file copyPaul Davis
2012-06-21Fixing issues with opening a browser when using the bundle. Use xdg-open inst...Todd Naugle
2012-06-20remove stacktrace if there is no room to send a request to the UI threadPaul Davis
2012-06-20print out a stacktrace if there is no room to send a request to the UI threadPaul Davis
2012-05-24fix bug that has existed since rev 17 when evaluating a curve in a position b...Paul Davis
2012-05-15don't distort xfades when changing their length substantiallyPaul Davis
2012-05-07do not select the first possible IO config for AU plugins and use as the i/o ...Paul Davis
2012-04-27**EVEN better** gcc 4.7 fixPaul Davis
2012-04-27**better** gcc 4.7 fixPaul Davis
2012-04-27another gcc 4.7 fixePaul Davis
2012-04-26#include fix for gcc 4.7 (presumably one of many to come)Paul Davis
2012-04-19remove soundtouch, fixes for Snow Leopard build, use libintl explicitly on no...Paul Davis
2012-04-10Rename LV2 designation (BPM, etc) stuff to match terminology used in the spec.David Robillard
2012-04-09track bouncing needs to apply automation when in Touch as well as Play. ( no...Ben Loftis
2012-03-26Update LV2 special port stuff for latest LV2/Lilv.David Robillard
2012-02-29Make it simpler to add new specially handled parameter ports.David Robillard
2012-02-29Switch out some strings that still use Ardour and use PROGRAM_NAME insteadTodd Naugle
2012-02-28Implement special BPM and free-wheeling control ports.David Robillard
2012-02-24Implement LV2 URID support.David Robillard
2012-02-15backport the increase in the click pool size and clear_clicks() call from 3.XPaul Davis
2012-02-15make AUPlugin::describe_parameter() safePaul Davis
2012-01-11backport click latency correction change from a3Paul Davis
2011-11-23remove dangling debug outputPaul Davis
2011-11-23fix up Meta/Mod2/Command madness for OS XPaul Davis
2011-11-23make PBD::file_subst() actually workPaul Davis
2011-11-23add guard #ifdefsPaul Davis
2011-11-23initial rev of file_subst() and its initial use (testing for now) for convert...Paul Davis
2011-11-11fix from a3 svn 10541Ben Loftis
2011-11-03backports of 10318, 10380, 10403-10405. Fixes a crash in opening sessions and...Todd Naugle
2011-10-03Replace use of SLV2 with its successor Lilv.David Robillard
2011-09-28compile-time fix for VST support - remove bad result of ustring=>string searc...Paul Davis
2011-09-27safety fix for the connection-based latency in the event that there are no co...2.8.12Paul Davis
2011-09-27make lookup of ardour port names workPaul Davis
2011-09-27minor tweak to OS X linkflags, to remove suppression of undefined symbol warn...Paul Davis
2011-09-27some header-file rearrangements to get JACK weak linkage working correctlyPaul Davis
2011-09-26reset worst_track_latency to zero before computing it again, so that it can b...Paul Davis
2011-09-25ardour has never done latency compensations on busses, so what was Route::che...Paul Davis
2011-09-21first part of colinf's patch for bogus xfades. this merely treats symptoms, n...Paul Davis
2011-09-21reinstante code to setup latency related stuff after plugin changes etc (remo...Paul Davis
2011-09-20do NOT reverse the route list during latency computationsPaul Davis
2011-09-14patch from #3537 that fixes crashes when playhead is moved if fader automatio...Paul Davis
2011-09-14back-port Ardour3's capture alignment code to Ardour2, to get correct results...Paul Davis