summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2010-07-16Remove unused full parameter to Region::stateCarl Hetherington
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis
2010-07-15Fix setting of loop region start/end at the same time. Fixes #3314.Carl Hetherington
2010-07-14Insert new LocationEditRow on location add, rather than rebuilding the whole ...Carl Hetherington
2010-07-14Add missing files.Carl Hetherington
2010-07-14Fix binding of automation list undo records to MIDI sources. Should fix the ...Carl Hetherington
2010-07-14A few fixes to interpolation of MIDI controller data. Don't interpolateCarl Hetherington
2010-07-13Remove stub class.Carl Hetherington
2010-07-12Mark Sequence as edited when one of its parent ControlSet's ControlLists is c...Carl Hetherington
2010-07-11Fix up VST build and add basic support for VSTiCarl Hetherington
2010-07-09Remove some unused transport sub state enums.Carl Hetherington
2010-07-08Move MIDI control port ownership into the MIDI Manager, since control port st...Carl Hetherington
2010-07-07Transmit MTC on playhead drag, as per #3239.Carl Hetherington
2010-07-07Setup fixed ports for MIDI control data; hence remove configuration of those ...Carl Hetherington
2010-07-06beat slicing patch #1 from lincoln spiteriPaul Davis
2010-07-06Remove non-JACK midi++ ports.Carl Hetherington
2010-07-05Do MMC on playhead drag more efficiently by not doing an actual locate.Carl Hetherington
2010-07-05Fix up route group label updates.Carl Hetherington
2010-07-01add MidiModel::sync_to_source() to push model state into its existing source;...Paul Davis
2010-07-01Allow port matrix to show both audio and midi ports at the same time, and use...Carl Hetherington
2010-06-30Basic tweaks to make the bundles and the port matrix accept that MIDI tracks ...Carl Hetherington
2010-06-29Clean up MMC transmission a bit, and make sure that it is all done from one t...Carl Hetherington
2010-06-28Tweak transmission of MMC on locate. Should fix #3121.Carl Hetherington
2010-06-28Generate undo record for crossfade edits, and provide signalling to update th...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-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-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-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-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-16prevent removal of master/monitor busses without explicit (and hard to set) a...Paul Davis
2010-06-14make note overlap resolution store side effects in a DiffCommand, and add its...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-04more style-guidification, plus do not run process threads RT if JACK is not RTPaul Davis
2010-06-03add DEBUG::ProcessThreads as a debug tag for parallelization (probably to be ...Paul Davis
2010-06-03add missing graph.cc and friends :STorben Hohn
2010-06-03merge 3.0P into trunk.Torben Hohn
2010-06-02forward port ConfigVariable<bool> fix from 2.XPaul Davis
2010-06-02add -P flag blocking port connections while loading sessionTorben Hohn