summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
2011-09-26reset worst_track_latency to zero before computing it again, so that it can b...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-14back-port Ardour3's capture alignment code to Ardour2, to get correct results...Paul Davis
2011-08-18remove Glib::ustring from libardourPaul Davis
2011-06-01fix cut-n-paste typo that caused Session::send_buffers to be the wrong sizePaul Davis
2011-06-01fix reallocation of silent, passthru and send buffers, specifically after a r...Paul Davis
2011-01-05fixed bug: any change to a region end would move the session end location to...Ben Loftis
2010-05-14fix for clocks refusing to update when reverse-playback was used later in the...Ben Loftis
2010-04-28patch for mantis #2794 - fix route ordering after creating sends etc.Paul Davis
2010-04-15remove a bunch of explicit uses of '/' as a directory separator; use Glib::bu...Paul Davis
2010-04-12subtle but deep and possibly profound(ly wrong) changes to record-keeping for...Paul Davis
2010-03-12Ardour -> PROGRAM_NAME for libardourPaul Davis
2010-03-12route removal fixes: notify user that removing a route will result in a save...Ben Loftis
2010-02-01call Route::set_block_size() before exporting stuff for a track, so that plug...Paul Davis
2009-12-08backport feature to show only tracks with regions under the playhead (thanks ...Ben Loftis
2009-11-10when renaming redirects, scan all routes AND sends AND port inserts for the n...Paul Davis
2009-10-30more loop/transport fixups; make visible PH track transport frame as an exper...Paul Davis
2009-10-272 patches inspired from 3.0. remove unused butler buffers(drobilla), and reg...Ben Loftis
2009-10-27some checkins inspired by drobilla commits 5865 and 5866. allow more vertica...Ben Loftis
2009-10-13MTC-continue-when-looping patch from carl (#1875). note - apparently not need...Paul Davis
2009-07-04try to name/number new routes-from-templates to avoid colliding names if addi...Paul Davis
2009-03-26provide more accurate diagnostics from AudioEngine::port_registration_failure...Paul Davis
2009-03-23use boost::dynamic_pointer_cast<> to avoid use of ::get() methodPaul Davis
2009-03-17more rational handling of silence when (a) running freeze/export/bounce (b) d...Paul Davis
2009-03-17clean up VST debugging outputPaul Davis
2009-03-13a lot of VST support odds-and-ends, including preset discovery and support, e...Paul Davis
2009-03-11default click i/o setup is dual monoPaul Davis
2009-03-05Make "consolidate range" and "bounce range to region list" not apply processi...Sampo Savolainen
2009-03-05fixes for creating tracks from templates - a new Diskstream is needed, andget...Paul Davis
2009-03-02ICS (image compositor socket) patches from robin gareus, to keep ICS alive in...Paul Davis
2009-02-20more fix ups of indentation caused by lack of .emacsPaul Davis
2009-02-18creating routes from templates now properly chooses between track & bus; fix ...Paul Davis
2009-02-14track templates; indent fixes needed and will be forthcoming; minor fix for t...Paul Davis
2008-12-02more session init fixes from carlPaul Davis
2008-11-25lincoln's solo-mute-override should only take effect soloing in placePaul Davis
2008-11-25lincoln's solo-mute-override patch modified/extended to track the option chan...Paul Davis
2008-11-12don't return last stop frame as audible frame if we are stopping but not yet ...Paul Davis
2008-11-12fix Session::audible_frame() return when transport speed has been reversed, b...Paul Davis
2008-11-09Fix rulers sometimes not refreshed on zoom, only auto connect physical inputs...Nick Mainsbridge
2008-11-01Ignore triple clicks for mute/solo/rec-enable (fixes long-standing insensitiv...Nick Mainsbridge
2008-10-21improved (?) Session::audible_frame()Paul Davis
2008-10-20fix up some jerkiness/retrograde motion of playheadPaul Davis
2008-10-07fixes needed for track/strip ordering issuesPaul Davis
2008-10-03part II of probable fix for track sync-orderingPaul 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-10(4) more debugginPaul Davis
2008-06-10(3) more debugginPaul Davis