summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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
2006-10-09do not conditionally add directories to "subdirs" because then they are not i...Paul Davis
2006-10-09fix abort-capture path, including many subtle issues with shared_ptr<>; remov...Paul Davis
2006-10-08Fix speed quietning to respect the current setting.Sampo Savolainen
2006-10-05prevent normal regions from moving with session startPaul Davis
2006-10-05display results of a bounce in the region listPaul Davis
2006-10-05Generic MIDI control now saves+restores its state; PBD::ID now requires a buf...Paul Davis
2006-10-04Crossfades are restored off disk properly again.Sampo Savolainen
2006-10-03added global revision info accessPaul Davis
2006-10-03the actual fix for width of string ID representation2.0beta4Paul Davis
2006-10-03floating point precision fix, after months of waiting, plus fix for width of ...Paul Davis
2006-10-02changes to make the tarball compilePaul Davis
2006-10-02fixes for various bugs including dangling ref to route in session, opening se...Paul Davis
2006-09-29many important changes to configuration system and specific parametersPaul Davis
2006-09-29modify design of configuration state saving to reflect discussions on IRCPaul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-26VST support now builds a useful script and installs correctly; fix leftovers ...Paul Davis
2006-09-26Fix for building with SURFACES=1 (new config system broke tranzport).David Robillard
2006-09-26version of a patch from Ben Loftis to correct how offset destructive tracks a...Paul Davis
2006-09-25remove wierd handling of edit_modePaul Davis
2006-09-25the BIG CONFIG patchPaul Davis
2006-09-25Fix the interchange/ directory structure for snapshotsSampo Savolainen
2006-09-23Nick, I am your god.Sampo Savolainen
2006-09-20fixes for drag-n-drop broken by use of boost::shared_ptr<T>Paul Davis
2006-09-19Make crossfades which appear as the result of a set_state() call (for Sampo Savolainen