summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2011-09-16Remove unused parameter.Carl Hetherington
2011-09-14Option to glue new markers to bars and beats (part ofCarl Hetherington
2011-09-14Load the tempo map before the locations so that locationsCarl Hetherington
2011-09-14Fix default disk_io_chunk_frames for diskstream so that itCarl Hetherington
2011-09-14Clear clicks on locating for a seamless loop so that theyCarl Hetherington
2011-09-13new norwegian translation from Eivind ØdegårdPaul Davis
2011-09-12Use derived pan_outs() when panner setup is deferred, toCarl Hetherington
2011-09-12Fix a couple of thinkos causing crashes during split cyclesCarl Hetherington
2011-09-07Update route colours when they are added to / removedCarl Hetherington
2011-09-06Correct fix for previous commit.Carl Hetherington
2011-09-06Do not move the initial tempo / meter changes at 0 time when inserting time (...Carl Hetherington
2011-09-05Add option to insert time on all a track's playlists (#4304).Carl Hetherington
2011-08-31Allow route groups to color their tracks (remainder ofCarl Hetherington
2011-08-30Tidy formatting some more.Carl Hetherington
2011-08-30Tidy formatting.Carl Hetherington
2011-08-30Give route groups their own colour, settable from the routeCarl Hetherington
2011-08-29Ensure that the fade curves are updated when the xfadeCarl Hetherington
2011-08-29Move what I'm pretty sure is a misplaced assert; a pannerCarl Hetherington
2011-08-19Emit ConfigurationChanged when meter setup bypasses theCarl Hetherington
2011-08-14Don't auto-connect buss inputs (#4211).Carl Hetherington
2011-08-13track changes to config parameters for MMC device id's correctly (from roy ve...Paul Davis
2011-08-11fix stupid thinko in varispeed limitation for record enablePaul Davis
2011-08-10fix leftover bug from hacking on internal send panning stuffPaul Davis
2011-08-10add virtual Delivery::pan_outs() so that internal sends correctly configure t...Paul Davis
2011-08-10don't use MIDI tracks when adding internal sends to auxes; no varispeed when ...Paul Davis
2011-08-10make handling of sends-only feed-based solo propagation symmetrical upstream ...Paul Davis
2011-08-09attempt to prevent dropping into record if rolling in reverse (should fix #4254)Paul Davis
2011-08-09Prevent crash on de-selecting all tracks from a stem exportCarl Hetherington
2011-08-09Add a few asserts.Carl Hetherington
2011-08-08Set new region length correctly after stretch (part ofCarl Hetherington
2011-08-03Add GPL boilerplate.Carl Hetherington
2011-08-03Polarity control value needs to be able to go negative as itCarl Hetherington
2011-08-03Use route group solo property for route listen as wellCarl Hetherington
2011-08-03Apply x42's patch from #4207; rename MIDI controlCarl Hetherington
2011-07-26fix up colons in track names before they are used for JACK port names; catch ...Paul Davis
2011-07-26remove some MIDI I/O debugging (hopefully all)Paul Davis
2011-07-25"forward" port IO::ensure_* changes from 2.X for correctness and consistencyPaul Davis
2011-07-25in exclusive solo mode, allow full-group soloPaul Davis
2011-07-22use std::vector::assign() in BufferSet::attach_buffers() rather than an expli...Paul Davis
2011-07-22move basic parameter initialization out of AudioEngine into global ARDOUR::in...Paul Davis
2011-07-20try to fix data loss at end of a capture pass for MIDI - add a new virtual me...Paul Davis
2011-07-19even more MIDI IO debuggingPaul Davis
2011-07-19yet more MIDI IO debuggingPaul Davis
2011-07-19tentative "fix" for output for tracks with audio and MIDI output (no known te...Paul Davis
2011-07-19check for _panshell->panner() before ::run-ing the panshell, so that MIDI tra...Paul Davis
2011-07-19more MIDI I/O debugging outputPaul Davis
2011-07-19Make _read_at take notice of its srcs parameter; fixes part of #3908.Carl Hetherington
2011-07-19Remove unused parameters to AudioRegion::read_atCarl Hetherington
2011-07-18improved fix for #4158 etc, hopefullyPaul Davis
2011-07-18more more debugging for MIDI i/oPaul Davis