Tim Mayberry 1c70e4393e Use boost::shared_ptr for RAII with a SNDFILE handle in Session::import_audiofile
A scoped_ptr would be more suitable and efficient but scoped_ptr doesn't support
a custom deleter function(sf_close in this case), there are ways around that
limitation but I don't think it is worth doing at this point as it requires more
code etc.


git-svn-id: svn://localhost/ardour2/trunk@2656 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15 02:31:09 +00:00
2007-01-09 23:24:54 +00:00
2006-10-21 19:01:50 +00:00
2007-04-12 23:20:37 +00:00
2007-03-18 06:07:08 +00:00
2007-03-18 06:07:08 +00:00
2005-05-13 20:47:18 +00:00
2007-03-18 06:07:08 +00:00
2007-01-09 23:24:54 +00:00
2005-05-13 20:47:18 +00:00

Please see the DOCUMENTATION directory.

If you plan to compile ardour from scratch, BUILD is required reading.


Description
No description provided
Readme 202 MiB
Languages
C++ 56.5%
C 39.6%
JavaScript 1.3%
Lua 0.9%
Python 0.6%
Other 0.9%