summaryrefslogtreecommitdiff
path: root/libs/ardour/coreaudiosource.cc
AgeCommit message (Expand)Author
2017-09-19More Coreaudio SDK fixes, after 30b087ab3Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-10-21Fix crash in new CoreaudioSource code (on invalid file)Robin Gareus
2015-10-18libs/* changes use new AppleUtility LibraryPaul Davis
2015-04-20add a pure virtual FileSource::close() method so that FileSource::set_path() ...Paul Davis
2014-04-14merge 5764970709f15e85ec30c9cea89c318eb8114c58 from cairocanvas as final(?) c...Paul Davis
2012-03-02fixes for 64 bit OS X build (c/o david robillard); tested on Lion & TigerPaul Davis
2011-10-24Remove unused read/write data count code.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-06Merged revisions 6293,6296-6306,6308 via svnmerge from Taybin Rutkin
2009-11-30attempt to remove confusion and errors caused by unclear semantics of _is_emb...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-08waf build works on OS X ; new bindings file and processing system in place fo...Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-16Move duplicated AudioFileSource::Flags and SMFSource::Flags into Source.David Robillard
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2007-04-07Updated CoreAudioSource to compile again.Taybin Rutkin
2007-01-25fix import/embed of multichannel audiofiles, as per #1433Paul Davis
2007-01-25Cocoa branch compiles again.Taybin Rutkin
2006-11-13display timecode from BWF etc in SF browser; accels for windows now work (mis...Paul Davis
2006-11-03Plugin windows change title when route title changes.Taybin Rutkin
2006-10-27Embedded files / embedding files now work.Sampo Savolainen
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-07Fixed compilation of coreaudiosource.ccTaybin Rutkin
2006-09-01Synced string array in sfdb_ui.cc with ImportMode enum.Taybin Rutkin
2006-08-31Fixed compilation of CoreAudioSourceTaybin Rutkin
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-10- Fixed a buffer size bug when ~/.ardour2 doesn't exist (can't load configura...David Robillard
2006-07-28Updates to get CoreAudioSource linking again.Taybin Rutkin
2006-06-27CoreAudioSource moved to coreaudiosource.cc.Taybin Rutkin