summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2008-09-22Removed the extra "long".Sampo Savolainen
2008-09-22Fixed overflow issue. Code originally meant to truncate the 64 bit integer di...Sampo Savolainen
2008-09-19Fix a bunch of stupid warnings.David Robillard
2008-09-19shift-click to extend marker selection; marker drag moves all selected markersPaul Davis
2008-09-18Fix possible double allocation of SF_BROADCAST_INFOSakari Bergen
2008-09-12comment out *all* exporting debugDoug McLain
2008-09-12comment out exporting debugDoug McLain
2008-08-14Fix glitches in automation events due to the other glitch fix made a few week...Sampo Savolainen
2008-08-12Support for the LV2 'data access' and 'instance access' extensions (for in-pr...David Robillard
2008-08-09Embedded LV2 GTK GUI support.David Robillard
2008-07-29Fix glitching on "events" (like loop markers) due to taking the processing of...Sampo Savolainen
2008-07-25stop resetting _jack to zero to avoid crashing stupidlyPaul Davis
2008-07-22debug output for pixbuf loaders; catch exception when loading AU plugins; mis...Paul Davis
2008-07-22fix up generation of BWF field contents to avoid truncation and use correct datePaul Davis
2008-07-10Replaced some c includes with their c++ wrappersDoug McLain
2008-07-09gcc 4.3 includeDoug McLain
2008-07-09fix crasher caused by regions not being deleted on session unload; fix up src...Paul Davis
2008-07-08fix crash-inducing debug output caused by indirecting through null err_stream...Paul Davis
2008-07-07move to scons Clone everywhere rather than Copy; add Session::micro_locate() ...Paul Davis
2008-06-23various minor fixes for crashes reported by nowhiskeyPaul Davis
2008-06-19fix a huge mess with sends, involving incorrect GUI cleanup, an unhandled exc...Paul Davis
2008-06-18make bounce range and bounce region work properly (wrong boundaries before); ...Paul Davis
2008-06-18patch from colinf for #2305 to use sizeof(Sample)Paul Davis
2008-06-18make Session::region_name() have the same performance as std::map<std::string...Paul Davis
2008-06-17fix deep design problem with redirect parameter automation being handled as a...Paul Davis
2008-06-10(4) more debugginPaul Davis
2008-06-10(3) more debugginPaul Davis
2008-06-10(2) debugging region splitting with nowhiskey_Paul Davis
2008-06-10debugging region splitting with nowhiskey_Paul Davis
2008-06-10Apply the fix for post fader redirectsDoug McLain
2008-06-10The real fix for 3450Doug McLain
2008-06-09Fix for error loaing a 2input plugin following a mono to stereo splitter plug...Doug McLain
2008-06-05minor UI fixes for clocks and Locations dialog. Prevent tape tracks from ske...Ben Loftis
2008-06-03small changes to export code to hopefully fix some bugs with range export(s)Paul Davis
2008-06-02don't double-call JackStartFreewheeling if we're already freewheelingPaul Davis
2008-06-01Finally a commit to the right branch. Wow. Thanks Petter, everyone else: sorry.Sampo Savolainen
2008-05-29don't cadd a potentially null region from inside RegionFactory::create()Paul Davis
2008-05-29fix(es) from chris cannam for rb_effect mistakesPaul Davis
2008-05-23remove autostools files that should be there, and remove WIP stuff that shoul...Doug McLain
2008-05-22Remove sigc 2.0.18Doug McLain
2008-05-22yet more path-building fixes from colinfPaul Davis
2008-05-22more path-building fixes from colinfPaul Davis
2008-05-22fix for recent portability-oriented change to all session foobar_dir() methodsPaul Davis
2008-05-22actual fix for ustring mistakePaul Davis
2008-05-22add header for ustring to vst_plugin.hPaul Davis
2008-05-16add missing header to vst_plugin.cc, needed for Glib::build_filename()Paul Davis
2008-05-15add note onset detection to the ferret, c/o the aubio-based Onset VAMP plugin...Paul Davis
2008-05-15mike taht's patch to remove all use of gettimeofday() in favor of ARDOUR::get...Paul Davis
2008-05-15generalize "delete-while-mouse-button-pressed" fix; make LADSPA/VST plugins c...Paul Davis
2008-05-15lots and lots of work to correctly deduce AU IO configurations and related is...Paul Davis