summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_diskstream.cc
AgeCommit message (Expand)Author
2010-01-16lincoln's fix for punch in latency compensation, for 2.XPaul Davis
2009-11-04various "deep" fixes related to looping, particularly seamless, and transport...Paul Davis
2009-10-30patch from hsyl20 for punch in wierdness (mantis #1937). Thanks!Paul Davis
2009-09-26open un-writable sessions without complaining, and desensitize all/most actio...Paul Davis
2009-04-14EXPERIMENTAL! NEEDS TESTING! remove "offset" from almost everything in the pr...Paul Davis
2008-05-11Fix compilation with GCC 4.3 (at least with SYSLIBS=1).David Robillard
2008-04-11Make sure ardour does not crash if there is are audio diskstreams with Sampo Savolainen
2008-03-25add new Session::Dialog signal for generic dialog interactions with unknown G...Paul Davis
2008-03-07fix silly error in removing channels from audio_diskstreamPaul Davis
2008-02-17Remove beat entry from meter dialog (beats are not allowed in API), clean up ...Nick Mainsbridge
2008-02-01large chunks of code to deal with pre-analysis of audio; transient/perconset ...Paul Davis
2008-01-18audun's waveview outline patch; some diskstream fixes; real splash screen; mo...Paul Davis
2008-01-09yet more changes to the monstrosity that is session loading and startup; sear...Paul Davis
2008-01-07merge keybindings/menus from SAE; report duplicate port errors during session...Paul Davis
2008-01-06Fix a crash under certain conditions: Make sure thre are enough passthru Sampo Savolainen
2007-11-13Undo r2629Doug McLain
2007-11-12Bypass disk xrun bail out goto's when stop on xrun option is not selected. F...Doug McLain
2007-11-01new ancestral data handling for regions; new Stretch AudioFilter replaces ses...Paul Davis
2007-10-09new keybinding editor, mostly finished but not 100%Paul Davis
2007-10-05fixes for scrubbing, change "crop" to Crop in menuPaul Davis
2007-07-24Protect ardour from sessions with errant capture sources stored in the Sampo Savolainen
2007-07-21Add a safeguard which will eliminate false disk underruns when punching Sampo Savolainen
2007-06-26* Added (let's call it revealed) ability to record while the transport is loo...Jesse Chappell
2007-05-31added declicking xfade in audio_diskstream for truly seamless transport loopingJesse Chappell
2007-04-17new greek translations; fix for crash in diskstream due to removed port accessPaul Davis
2007-03-19kill glib-induced abort caused by asymmetric lock/unlock of diskstream state ...Paul Davis
2007-03-16a much better fix for track-add crashes, albeit slightly more complexPaul Davis
2007-03-16possible fix for crash while adding new tracksPaul Davis
2007-03-15padding patch for mutex problem; better x86_64 alignment patch from mike taht...Paul Davis
2007-03-15disgusting hack around mutex problem that has been delaying beta19, hopefully...Paul Davis
2007-03-14no more peak building thread; don't print config var stores, but it possible ...Paul Davis
2007-03-01revert RCU changes back to union-based solution to fix strict-aliasing; anoth...Paul Davis
2007-02-26fix a couple uninitialized variable messagesPaul Davis
2007-02-22Fixed for prior unused file cleanup.Taybin Rutkin
2007-02-15fix reverse play buffer refilling; turn on Blink signal againPaul Davis
2007-02-05use SilentFileSource when sources cannot be foundPaul Davis
2007-01-05actually fix cleanup design, plus buglet that used the wrong directory to sto...Paul Davis
2007-01-03massive changes to clean up what happens during session destruction when an e...Paul Davis
2007-01-02finish use of EnumWriter for saving flags etc. throughout the session filePaul Davis
2006-12-21use ustring more; handle embedding of "paired" files as per mantis #1362Paul Davis
2006-12-19potential fix for crashing bug caused by mutex lifetime in ~AudioDiskstreamPaul Davis
2006-12-14use shared_ptr for all Playlist handling; cleanup works againPaul Davis
2006-11-11fix reload of region gain envelopes, freeze works from start ... end instead ...Paul Davis
2006-11-09first pass on track mode switch; fixes to dangling region refs after capture;...Paul Davis
2006-11-06maybe fix race condition for peaks; fix % appearing in region names; allow cr...Paul Davis
2006-10-09fix abort-capture path, including many subtle issues with shared_ptr<>; remov...Paul Davis
2006-10-05Generic MIDI control now saves+restores its state; PBD::ID now requires a buf...Paul Davis
2006-10-03floating point precision fix, after months of waiting, plus fix for width of ...Paul Davis
2006-10-02fixes for various bugs including dangling ref to route in session, opening se...Paul Davis
2006-09-29many important changes to configuration system and specific parametersPaul Davis