summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2010-04-18Make the session start/end location a single location (with start and end) ra...Carl Hetherington
2010-04-16make sure that meters are configured to handle the right number of channels, ...Paul Davis
2010-04-15forward-port from 2.X commits 5827-6000 includingPaul Davis
2010-04-15Remove out-of-date members of freeze_record which are now accounted for by Pr...Carl Hetherington
2010-04-14Prevent crash in pool destruction during session teardown.Carl Hetherington
2010-04-14Don't run meters either during freeze.Carl Hetherington
2010-04-14Separate interthread progress window out into its own class and HIG-ify it a ...Carl Hetherington
2010-04-14Suspend deletion of cross-thread pools until they are empty. Prevents crashe...Carl Hetherington
2010-04-14Don't run deliveries to output ports during export / freeze.Carl Hetherington
2010-04-13remove babbling torrent of debug outputPaul Davis
2010-04-13substantive change: use the JACK wait API and provide "thread buffers" separa...Paul Davis
2010-04-13Reduce stack requirement of AudioTrack::export_stuff, which fixes a crash whe...Carl Hetherington
2010-04-12alignment/capture/positioning changes ported from 2.XPaul Davis
2010-04-10Fix import dialogue to correctly report (x of N) with multiple files, and sli...Carl Hetherington
2010-04-09Prevent clipping during the import of files from sources that haveCarl Hetherington
2010-04-07similar fix for punch recording as applied to 2.X, with additional tweak that...Paul Davis
2010-04-07Comment format.Carl Hetherington
2010-04-06(3.0 version of 2.0-ongoing) fix 100% CPU usage after killing JACK caused by ...Paul Davis
2010-04-06MIDI/Controllables for monitor section, and related fixesPaul Davis
2010-04-06Resort routes after processors change. Ensures that, e.g. things work after ...Carl Hetherington
2010-04-05Emit signal when a group's active state is changed. Fix restoration of state...Carl Hetherington
2010-04-05Make port matrix notice when connections are changed outside of ardour.Carl Hetherington
2010-04-03remove some OS X cruft in io.ccPaul Davis
2010-04-03fix build process to avoid mismatching size/layout of AudioEngine object; use...Paul Davis
2010-04-03meter point restore handling, and related mattersPaul Davis
2010-04-03Re-connect some signals in export format stuffSakari Bergen
2010-04-02Make session and master outs the default timespan and channel config for exportSakari Bergen
2010-04-02Fix logic for when to request buffer overwrite.Carl Hetherington
2010-04-02missign return valuePaul Davis
2010-04-02Make audiographer SndfileWriter use PBD::Signal and use it properly. Also mak...Sakari Bergen
2010-04-02possible fix for race between diskstream buffer overwrite and channel setupPaul Davis
2010-04-02(FULL) not-yet-complete JACK session management patch (TODO: get program name...Paul Davis
2010-04-02remove PBD::Connection (replace use with PBD::ScopedConnection); remove limit...Paul Davis
2010-04-02Fix crash in test.Carl Hetherington
2010-04-02Make sure that tests are rebuilt even when only their headers change.Carl Hetherington
2010-04-02Fix up route group state signal handling. Make the PropertyList versionCarl Hetherington
2010-04-01fix save+restore of Gtkmm2ext::Tearoff state; a few cerr cleanupsPaul Davis
2010-04-01Oops. Actually make new Properties changes work.Carl Hetherington
2010-04-01don't override user naming of send/return/port insertsPaul Davis
2010-04-01revisit setting up processors during route construction; remove several more ...Paul Davis
2010-04-01No-op: rename a few variables and add/fix some comments.Carl Hetherington
2010-03-31Rework to set Stateful properties automagically in the Stateful class rather ...Carl Hetherington
2010-03-31A few small cleanups to the property code.Carl Hetherington
2010-03-31functioning invert (polarity) button; menu item removed and track name button...Paul Davis
2010-03-30Move region naming stuff from Session into RegionFactory, cleaning up some ve...Carl Hetherington
2010-03-30Fix split channel export (which was broken during export refactoring)Sakari Bergen
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-28fix bug in MidiStateTracker::resolve_notes() involving argument reversal when...Paul Davis
2010-03-28lincoln's patch to get loading 2.X sessions to work betterPaul Davis
2010-03-27part one of hiding Diskstreams and making them a private object of a TrackPaul Davis