summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2010-06-30Basic tweaks to make the bundles and the port matrix accept that MIDI tracks ...Carl Hetherington
2010-06-30Fix starting scratch buffer count.Carl Hetherington
2010-06-30Make main out delivery expand its output ports if the processor chain require...Carl Hetherington
2010-06-30Fix feature specification on instantiation.Carl Hetherington
2010-06-29allow zero-length SMF files on disk again; fix some gcc 4.X optimization-on c...Paul Davis
2010-06-29Clean up MMC transmission a bit, and make sure that it is all done from one t...Carl Hetherington
2010-06-28realtime_stop does not need to send MMC as realtime_stop will have already do...Carl Hetherington
2010-06-28Fix hang on session going away when there is nothing to process. Fixes #3284.Carl Hetherington
2010-06-28Tweak transmission of MMC on locate. Should fix #3121.Carl Hetherington
2010-06-28clear region history in Playlist::notify_region_added() so that it has no app...Paul Davis
2010-06-28Generate undo record for crossfade edits, and provide signalling to update th...Carl Hetherington
2010-06-28Fix a couple of crashes on MIDI import.Carl Hetherington
2010-06-28Add an EnumProperty for enumerated properties and hence make Region::position...Carl Hetherington
2010-06-26lots of details relating to MIDI file management; try to ignore ALSA sequence...Paul Davis
2010-06-25Make MIDI region `automation' respect the automation mode so that it isCarl Hetherington
2010-06-24step back JACK dependency to 0.118Paul Davis
2010-06-24change note colors on the fly, to permit user-definition of colors more easil...Paul Davis
2010-06-24add and use Source::empty() since it can be done more efficiently than length...Paul Davis
2010-06-24use condvar and exception-proof mutex for chain swaps in graphPaul Davis
2010-06-24clear activation_sets component of Graph, thus restoring full Route deletionPaul Davis
2010-06-24fix math bug with numthreads computationPaul Davis
2010-06-24use JACK thread creation functions to create process-graph threads; provide G...Paul Davis
2010-06-24GUI-created MIDI regions now steal the pending MIDISource from the track's di...Paul Davis
2010-06-23fix some non-debug compile warningsPaul Davis
2010-06-23use new Source::used() rather than SessionPlaylists::source_use_count() to de...Paul Davis
2010-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-06-23Update locations GUI more efficiently by avoiding a rebuild when a location i...Carl Hetherington
2010-06-23Trim includes.Carl Hetherington
2010-06-21Stop attempts to connect new MIDI tracks to bad ports when there is no MIDI I...Carl Hetherington
2010-06-21Coding style.Carl Hetherington
2010-06-21fix some warnings that come from a non-debug build, some of which are actuall...Paul Davis
2010-06-21GUI control of insert merge policy for overlapping MIDI notes; quite a bit of...Paul Davis
2010-06-21Remove unused variable.Carl Hetherington
2010-06-20Invalidate old sources before forgetting about them. I think this prevents t...Carl Hetherington
2010-06-17new fade in/fade out colors from chrisgPaul Davis
2010-06-16prevent removal of master/monitor busses without explicit (and hard to set) a...Paul Davis
2010-06-16avoid needless errors when redoing an operation involving adding notes that w...Paul Davis
2010-06-14make note overlap resolution store side effects in a DiffCommand, and add its...Paul Davis
2010-06-12MTC drift patch from robin gareus, plus two related cleanups to the tracer & ...Paul Davis
2010-06-12introduce the notion that note additions and property changes can cause the r...Paul Davis
2010-06-09dynamic playback & capture buffer resizing (though transport is stopped first)Paul Davis
2010-06-09permit different sizes for audio playback & capture buffersPaul Davis
2010-06-09basically, fix all kinds of odds and ends with MIDI playback, including misse...Paul Davis
2010-06-08Small cleanup.Carl Hetherington
2010-06-08Update ring buffer read pointer correctly in case of a failure to insert an e...Carl Hetherington
2010-06-07Better-define behaviour when relayering a playlist with a single zero-length ...Carl Hetherington
2010-06-06Fix signedness error.Carl Hetherington
2010-06-04more style-guidificationPaul Davis
2010-06-04more style-guidification, plus do not run process threads RT if JACK is not RTPaul Davis
2010-06-04style-guide-ificationPaul Davis