summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
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
2008-02-13lots more BootMessagesPaul Davis
2008-02-12AU GUIs basically working, though unfinished; push up dialog for massive spli...Paul Davis
2008-02-01large chunks of code to deal with pre-analysis of audio; transient/perconset ...Paul Davis
2008-01-25meet rhythm ferret: cute, furry and always on time (ardour build now requires...Paul Davis
2008-01-14Make ardour not crash if a region state cannot be loaded (for example Sampo Savolainen
2008-01-09yet more changes to the monstrosity that is session loading and startup; sear...Paul Davis
2008-01-04add -d/--disable-plugins option to allow easy restart with troublesome pluginsPaul Davis
2007-12-20try to make NewSessionDialog only show up when really needed, and only have n...Paul Davis
2007-11-08substantial changes that start to use the edit point and the selected marker ...Paul Davis
2007-11-01new ancestral data handling for regions; new Stretch AudioFilter replaces ses...Paul Davis
2007-09-12fix uninitialized export_range_dialog member in editor; fix peakfile naming s...Paul Davis
2007-09-12make big clock be on top ALWAYS; more design fixes for async peak building; f...Paul Davis
2007-09-09fix egregious widespread bug now that JACK has physical MIDI ports; make samp...Paul Davis
2007-09-05optionally tie together editor+mixer display orders; provide GUI control for ...Paul Davis
2007-08-27clear click data when sample rate changesPaul Davis
2007-07-16support for 16 bit native filesPaul Davis
2007-07-06new automation interval configuration variable, to control automation snapsho...Paul Davis
2007-06-26* Added (let's call it revealed) ability to record while the transport is loo...Jesse Chappell
2007-05-18allow diskstream deletion after a track is removed by using weak_ptr<Diskstre...Paul Davis