fix up file renaming code a little bit
[ardour.git] / libs / ardour / ardour /
2010-07-21 Carl HetheringtonSort tracks in the port matrix according to editor...
2010-07-20 Carl HetheringtonProperly fix auto-connect so that busses can still...
2010-07-20 Paul Davisadd note IDs and use them for looking up notes during...
2010-07-16 Carl HetheringtonRemove unused full parameter to Region::state
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2010-07-15 Carl HetheringtonFix setting of loop region start/end at the same time...
2010-07-14 Carl HetheringtonInsert new LocationEditRow on location add, rather...
2010-07-14 Carl HetheringtonAdd missing files.
2010-07-14 Carl HetheringtonFix binding of automation list undo records to MIDI...
2010-07-14 Carl HetheringtonA few fixes to interpolation of MIDI controller data...
2010-07-13 Carl HetheringtonRemove stub class.
2010-07-12 Carl HetheringtonMark Sequence as edited when one of its parent ControlS...
2010-07-11 Carl HetheringtonFix up VST build and add basic support for VSTi
2010-07-09 Carl HetheringtonRemove some unused transport sub state enums.
2010-07-08 Carl HetheringtonMove MIDI control port ownership into the MIDI Manager...
2010-07-07 Carl HetheringtonTransmit MTC on playhead drag, as per #3239.
2010-07-07 Carl HetheringtonSetup fixed ports for MIDI control data; hence remove...
2010-07-06 Paul Davisbeat slicing patch #1 from lincoln spiteri
2010-07-06 Carl HetheringtonRemove non-JACK midi++ ports.
2010-07-05 Carl HetheringtonDo MMC on playhead drag more efficiently by not doing...
2010-07-05 Carl HetheringtonFix up route group label updates.
2010-07-01 Paul Davisadd MidiModel::sync_to_source() to push model state...
2010-07-01 Carl HetheringtonAllow port matrix to show both audio and midi ports...
2010-06-30 Carl HetheringtonBasic tweaks to make the bundles and the port matrix...
2010-06-29 Carl HetheringtonClean up MMC transmission a bit, and make sure that...
2010-06-28 Carl HetheringtonTweak transmission of MMC on locate. Should fix #3121.
2010-06-28 Carl HetheringtonGenerate undo record for crossfade edits, and provide...
2010-06-28 Carl HetheringtonAdd an EnumProperty for enumerated properties and hence...
2010-06-26 Paul Davislots of details relating to MIDI file management; try...
2010-06-25 Carl HetheringtonMake MIDI region `automation' respect the automation...
2010-06-24 Paul Davisadd and use Source::empty() since it can be done more...
2010-06-24 Paul Davisuse condvar and exception-proof mutex for chain swaps...
2010-06-24 Paul Davisclear activation_sets component of Graph, thus restorin...
2010-06-24 Paul Davisuse JACK thread creation functions to create process...
2010-06-24 Paul DavisGUI-created MIDI regions now steal the pending MIDISour...
2010-06-23 Paul Davisfix some non-debug compile warnings
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-06-23 Carl HetheringtonUpdate locations GUI more efficiently by avoiding a...
2010-06-23 Carl HetheringtonTrim includes.
2010-06-21 Paul DavisGUI control of insert merge policy for overlapping...
2010-06-21 Carl HetheringtonRemove unused variable.
2010-06-20 Carl HetheringtonInvalidate old sources before forgetting about them...
2010-06-16 Paul Davisprevent removal of master/monitor busses without explic...
2010-06-14 Paul Davismake note overlap resolution store side effects in...
2010-06-12 Paul Davisintroduce the notion that note additions and property...
2010-06-09 Paul Davisdynamic playback & capture buffer resizing (though...
2010-06-09 Paul Davispermit different sizes for audio playback & capture...
2010-06-04 Paul Davismore style-guidification, plus do not run process threa...
2010-06-03 Paul Davisadd DEBUG::ProcessThreads as a debug tag for paralleliz...
2010-06-03 Torben Hohnadd missing graph.cc and friends :S
2010-06-03 Torben Hohnmerge 3.0P into trunk.
2010-06-02 Paul Davisforward port ConfigVariable<bool> fix from 2.X
2010-06-02 Torben Hohnadd -P flag blocking port connections while loading...
2010-05-31 Paul Davisswitch Evoral::Sequence debugging to use DEBUG_TRACE...
2010-05-27 Carl HetheringtonTake route's processor lock for things called by the...
2010-05-26 Carl HetheringtonRemove empty MIDI regions which result from recordings...
2010-05-26 Carl HetheringtonRemove some unused methods.
2010-05-25 Paul Davissplit out sndfile manager code into its own file; move...
2010-05-24 Carl HetheringtonNote the time of the last event that was read by read_u...
2010-05-20 Paul Davisvarious minor MIDI fixes: prevent duplicate note entry...
2010-05-19 Carl HetheringtonWhen muting a route because another is soloed, take
2010-05-19 Paul DavisMIDI region forking, plus Playlist::regions_to_read...
2010-05-17 Carl HetheringtonRemove muting behaviour from the Amp processor. Fix...
2010-05-16 Carl HetheringtonMove FileManager code into libpbd. Use it for SMF...
2010-05-14 Carl HetheringtonKeep to a quota of open files by closing least recently...
2010-05-12 Carl HetheringtonReset buffer stats on stop. Remove unused minimum...
2010-05-09 Carl HetheringtonCreate the session range location as and when the sessi...
2010-05-08 Carl HetheringtonRemove use of i18n macros in headers. Prevents our...
2010-05-06 Paul Davisprolooks helper code from hans, enabling new knob drawi...
2010-05-06 Paul Davislots of odds and ends to do with solo isolate and its GUI
2010-05-05 Paul Davisrename latched solo option and reverse its meaning...
2010-05-05 Paul Davisadd DEBUG::Solo for conditional debugging of solo stuff...
2010-05-04 Paul Davisremove muted-by-others, a concept that turns out to...
2010-05-03 Paul Davismore solo model work, including a GUI fix for mute...
2010-05-02 Carl HetheringtonPrevent multiple tempo / meter changes being inserted...
2010-05-02 Carl HetheringtonSmall cleanup: add constructor to InterThreadInfo.
2010-05-02 Carl HetheringtonVarious fixes to multiple-2D panner signal handling...
2010-05-01 Paul Davisperhaps, just possibly, a working solo model. needs...
2010-04-28 Paul Davismore solo/mute architecture work. NOTE: changes to...
2010-04-27 Paul Davisadd muted-by-other concept to solo support infrastructure
2010-04-27 Paul Davisyet more work on Ye Fabled Solo Architecture. now do...
2010-04-27 Carl HetheringtonMake Session::audible_frame() return a (more) correct...
2010-04-25 Carl HetheringtonMake attenutation during fast forward/rewind configurab...
2010-04-22 Carl Hetheringtontorbenh's buffer manager fixes from 3.0P
2010-04-22 Carl HetheringtonAllow more than one peaks_ready callback to be pending...
2010-04-22 Carl HetheringtonClean up some location handling bits; should fix update...
2010-04-21 Carl HetheringtonDon't try to load separate diskstreams in 3.0 session...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-21 Paul Daviscommits 6001-6525 inclusive from 2.X applied to 3.0
2010-04-19 Paul Davisfix solo/listen issues when reloadign a session, caused...
2010-04-19 Paul Davispermanently mark Delivery processors on master/monitor...
2010-04-19 Carl HetheringtonMove toggle-waveforms-while-recording into RC options.
2010-04-18 Carl HetheringtonMake the session start/end location a single location...
2010-04-15 Paul Davisforward-port from 2.X commits 5827-6000 including
2010-04-15 Carl HetheringtonRemove out-of-date members of freeze_record which are...
2010-04-14 Carl HetheringtonPrevent crash in pool destruction during session teardown.
2010-04-14 Carl HetheringtonSuspend deletion of cross-thread pools until they are...
2010-04-13 Paul Davissubstantive change: use the JACK wait API and provide...
2010-04-12 Paul Davisalignment/capture/positioning changes ported from 2.X
2010-04-10 Carl HetheringtonFix import dialogue to correctly report (x of N) with...
next