summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
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
2008-06-10(2) debugging region splitting with nowhiskey_Paul Davis
2008-06-10debugging region splitting with nowhiskey_Paul Davis
2008-06-05minor UI fixes for clocks and Locations dialog. Prevent tape tracks from ske...Ben Loftis
2008-05-22more path-building fixes from colinfPaul Davis
2008-05-14use Glib::build_filename() more widelyPaul Davis
2008-04-24plugin selection via menu, along with "favorites"Paul Davis
2008-04-17AccessAction() OSC patch from Ryan ScottPaul Davis
2008-03-25add new Session::Dialog signal for generic dialog interactions with unknown G...Paul Davis
2008-03-21fix dragging that involves locked regions; auto-rebinding patch for people to...Paul Davis
2008-03-14enable icon-start-from-.ardour-file to work on OS X; properly install apple e...Paul Davis
2008-02-27don't popup import progress window until we give import a chance to fail firs...Paul Davis
2008-02-27fix up BWF creation; make CoreAudioSource work; add CAImportable; refactor So...Paul Davis
2008-02-23fix up use of plugin input counts when running; SAE menu tweaks; fix up manag...Paul Davis
2008-02-23fix stupid uses of Session::get_silent_buffers() from crashing ardourPaul Davis
2008-02-17Remove beat entry from meter dialog (beats are not allowed in API), clean up ...Nick Mainsbridge