summaryrefslogtreecommitdiff
path: root/libs/ardour/audiosource.cc
AgeCommit message (Expand)Author
2008-07-07move to scons Clone everywhere rather than Copy; add Session::micro_locate() ...Paul Davis
2008-02-12fix up compile issues; add new grabber_edit_point cursorPaul Davis
2008-02-12AU GUIs basically working, though unfinished; push up dialog for massive spli...Paul Davis
2008-02-06fix bad return value (no side effects - the return value was never checked) -...Paul Davis
2008-02-01large chunks of code to deal with pre-analysis of audio; transient/perconset ...Paul Davis
2008-01-25meet rhythm ferret: cute, furry and always on time (ardour build now requires...Paul Davis
2007-12-04fix for vanishing waveforms on imported filesPaul Davis
2007-11-19restore frames-per-peak default to 256Paul Davis
2007-11-16prep for various scales of peakfilesPaul Davis
2007-09-12fix uninitialized export_range_dialog member in editor; fix peakfile naming s...Paul Davis
2007-09-12make big clock be on top ALWAYS; more design fixes for async peak building; f...Paul Davis
2007-09-11try to fix async peaks issue; fix crasher caused by previous lock changes in ...Paul Davis
2007-09-10prep & finish peakfiles during importPaul Davis
2007-09-10try to make peak building from scratch more efficientPaul Davis
2007-09-10WARNING WARNING WARNING >>>> DEEP CHANGES >>> EXPERIMENTAL CODE .... fixes to...Paul Davis
2007-09-09async generation of peakfiles for embedded filesPaul Davis
2007-03-16fix errors in multi-range export (and possibly other export styles); compiler...Paul Davis
2007-03-15edit groups tab gets headers (carl); use sampo's SSE find_peaks code; fix bui...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-02-22remove all lines to avoid recompiles after commitsPaul Davis
2006-12-28fixed compiler complaints from last commitJesse Chappell
2006-12-28fixed peak waveform issue introduced by the ftruncate preallocation of peakfi...Jesse Chappell
2006-12-19save keybindings to file used at startup; allow keybindings file to be cmdlin...Paul Davis
2006-11-11fix visual focus indication in IOSelector; import pays attention to audio fil...Paul Davis
2006-11-02fix unset timeline position for destructive sources; fix duplicate, unmanaged...Paul Davis
2006-11-02allow track selection to be toggled (ctrl-clicked); potential fixes for tape ...Paul Davis
2006-10-09fix abort-capture path, including many subtle issues with shared_ptr<>; remov...Paul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-07remove all duplicated _id members from children of PBD::Stateful.Paul Davis
2006-08-31merge changes from harrison branch back into trunk, by handPaul Davis
2006-08-29used shared_ptr<Source>, somewhat successfullyPaul Davis
2006-08-10- Fixed a buffer size bug when ~/.ardour2 doesn't exist (can't load configura...David Robillard
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-06-20fixes for libsndfile conversion issues, tape track waveform display and overl...Paul Davis
2006-06-14more file add/remove ops related to sndfile changesPaul Davis