summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
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
2010-05-31switch Evoral::Sequence debugging to use DEBUG_TRACE(); Sequence uses multise...Paul Davis
2010-05-27Take route's processor lock for things called by the process thread. Prevent...Carl Hetherington
2010-05-26Remove empty MIDI regions which result from recordings made when no MIDI data...Carl Hetherington
2010-05-26Remove some unused methods.Carl Hetherington
2010-05-25split out sndfile manager code into its own file; move a couple of utility fu...Paul Davis
2010-05-24Note the time of the last event that was read by read_unlocked, so that the c...Carl Hetherington
2010-05-20various minor MIDI fixes: prevent duplicate note entry with mouse, show note ...Paul Davis
2010-05-19When muting a route because another is soloed, takeCarl Hetherington
2010-05-19MIDI region forking, plus Playlist::regions_to_read() fix forward ported from...Paul Davis
2010-05-17Remove muting behaviour from the Amp processor. Fix some smallCarl Hetherington
2010-05-16Move FileManager code into libpbd. Use it for SMF read/write.Carl Hetherington
2010-05-14Keep to a quota of open files by closing least recently used ones as required...Carl Hetherington
2010-05-12Reset buffer stats on stop. Remove unused minimum playback/capture load stats.Carl Hetherington
2010-05-09Create the session range location as and when the session first gets some con...Carl Hetherington
2010-05-08Remove use of i18n macros in headers. Prevents our gettext.h being included ...Carl Hetherington
2010-05-06prolooks helper code from hans, enabling new knob drawing based on Thorsten W...Paul Davis
2010-05-06lots of odds and ends to do with solo isolate and its GUIPaul Davis
2010-05-05rename latched solo option and reverse its meaning; add exclusive solo button...Paul Davis
2010-05-05add DEBUG::Solo for conditional debugging of solo stuff, just in casePaul Davis
2010-05-04remove muted-by-others, a concept that turns out to have been a red herring; ...Paul Davis
2010-05-03more solo model work, including a GUI fix for mute button state when the rout...Paul Davis
2010-05-02Prevent multiple tempo / meter changes being inserted at the same pointCarl Hetherington
2010-05-02Small cleanup: add constructor to InterThreadInfo.Carl Hetherington
2010-05-02Various fixes to multiple-2D panner signal handling. Should fix some or all ...Carl Hetherington
2010-05-01perhaps, just possibly, a working solo model. needs to be fixed so that conne...Paul Davis
2010-04-28more solo/mute architecture work. NOTE: changes to mute points are ignored ri...Paul Davis
2010-04-27add muted-by-other concept to solo support infrastructurePaul Davis
2010-04-27yet more work on Ye Fabled Solo Architecture. now do forward and backward pro...Paul Davis
2010-04-27Make Session::audible_frame() return a (more) correct answer when the transpo...Carl Hetherington
2010-04-25Make attenutation during fast forward/rewind configurable again. Fixes #3089.Carl Hetherington
2010-04-22torbenh's buffer manager fixes from 3.0PCarl Hetherington
2010-04-22Allow more than one peaks_ready callback to be pending for an AudioRegionViewCarl Hetherington
2010-04-22Clean up some location handling bits; should fix update of editor summary whe...Carl Hetherington
2010-04-21Don't try to load separate diskstreams in 3.0 session files. Fix a few uses ...Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2010-04-19fix solo/listen issues when reloadign a session, caused by that last commitPaul Davis
2010-04-19permanently mark Delivery processors on master/monitor/audition as immune to ...Paul Davis
2010-04-19Move toggle-waveforms-while-recording into RC options.Carl Hetherington
2010-04-18Make the session start/end location a single location (with start and end) ra...Carl Hetherington
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-14Suspend deletion of cross-thread pools until they are empty. Prevents crashe...Carl Hetherington
2010-04-13substantive change: use the JACK wait API and provide "thread buffers" separa...Paul Davis
2010-04-12alignment/capture/positioning changes ported from 2.XPaul Davis