summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2006-11-02Removed LADSPA_PATH from ardev_common.sh, and added the MAC OSX path to list ...Doug McLain
2006-11-01fix bug in find_next_region() when starting frame matches region startPaul Davis
2006-11-01fix crashing bug caused by recursive set_state() nonsense; sync snap_type, sn...Paul Davis
2006-11-01debugging some crashes with oofus + flowrobotPaul Davis
2006-10-31fix return type in last commit for AutomationLine::control_point_box_size(); ...Paul Davis
2006-10-31change libsndfile to libsndfile-ardour to eliminate possible confusion with a...Ben Loftis
2006-10-31search lib64 for LADSPA plugins, and fix control point box size:track height ...Paul Davis
2006-10-31support for old-school automation loadingPaul Davis
2006-10-31disk space reflects number of inputs per track; more libsndfile debugginPaul Davis
2006-10-31Small removal of unnecessary code.Taybin Rutkin
2006-10-31fix crashes when loading ardour 0.99 sessions, restore back compatibility for...Paul Davis
2006-10-31massive changes in automation state handling, not entirely complete; some bug...Paul Davis
2006-10-27Embedded files / embedding files now work.Sampo Savolainen
2006-10-27new automation state model, sort of working, but not reallyPaul Davis
2006-10-27restore compilability amidst automation state mgmt changesPaul Davis
2006-10-26fix SVN merge SNAFU causing double deletionPaul Davis
2006-10-26rec-light patch from jim duchek (thanks!)Paul Davis
2006-10-26new version derivation system, improvements to splash screen displayPaul Davis
2006-10-26remove version.cc (sigh)Paul Davis
2006-10-26Correct patchSampo Savolainen
2006-10-26version updatePaul Davis
2006-10-26remove reference to PluginState in VST code, for real this timePaul Davis
2006-10-26remove reference to plugin_state.h in VST codePaul Davis
2006-10-26Commit read-only stack security fix for 64bit processors.Taybin Rutkin
2006-10-26remove StateManager code entirely and more debugging output cruftPaul Davis
2006-10-25fixes for endemic (compiler?) issues with virtual inheritance of sigc::tracka...Paul Davis
2006-10-24fixed gross inefficiency with tempo map most noticable when using the click a...Jesse Chappell
2006-10-24Fix for internationalize. Now use the I18N() macro.Taybin Rutkin
2006-10-21various fixes related to lifetime management and xfades in particular. lots a...Paul Davis
2006-10-20fixes for shared_ptr from this errors in Region, mostly for testing by Sampo ...Paul Davis
2006-10-20move BWF header options into Configuration option, rationalize crossfade para...Paul Davis
2006-10-20made defaults for crossfade config parameters the same as the ones in ardour....Paul Davis
2006-10-20fixes for crossfade views, crossfades and undo/redo. added default crossfade ...Paul Davis
2006-10-19major changes to Region, AudioRegion, Playlist, AudioPlaylist and Crossfade s...Paul Davis
2006-10-18more object lifetime management fixes, plus a couple of tiny cleanupsPaul Davis
2006-10-17fixed double application of gain on tracks/busses with bypassed pannersJesse Chappell
2006-10-17isomorphous fix for UndoTransaction death as was previously applied for Memen...Paul Davis
2006-10-17reduce calls to fit_to_pixels(); flip back to old fix for rec regions botch; ...Paul Davis
2006-10-13session export starts from session start marker; add tooltips for rude solo +...Paul Davis
2006-10-12again, remove valgrind debugging hackPaul Davis
2006-10-12fixes for meter thread using free'd member of AudioEngine, audiostreamview ac...Paul Davis
2006-10-11revert valgrind debugging hackPaul Davis
2006-10-11Fix normal gain stage to use SSE / veclib optimizations.Sampo Savolainen
2006-10-11make MementoCommand inherit from sigc::trackable so that we don't double-call...Paul Davis
2006-10-10add control port to ardour.rc.in and fix crash bug caused by bad shared_ptr<R...Paul Davis
2006-10-10do not include install targets for conditionally-built subdirs2.0beta5.1Paul Davis
2006-10-09VST plugin parameters restore properly2.0beta5Sampo Savolainen
2006-10-09another tweak for VST buildingPaul Davis
2006-10-09VST=1 support working in build scriptsPaul Davis
2006-10-09Give a different error message when AudioEngine::connect() tries to make Sampo Savolainen