summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@2883 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-20Port level meters to trunkDoug McLain
git-svn-id: svn://localhost/ardour2/trunk@2802 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-18Added missing file.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@2794 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-18Make configure script executable.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@2793 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-18Fix building.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@2791 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-18Remove ancient/unused flowcanvas and libglademm from repository.David Robillard
Update libraries to latest stable released version (except gnomecanvasmm, which is strangely packaged...). Fixes building (at least here). git-svn-id: svn://localhost/ardour2/trunk@2790 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-26Use normal Processor run_in_place interface on Meter.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@2714 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-25Fix crash on MIDI region split.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@2712 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Change return type of Session::import_audiofiles to void as the int return ↵Tim Mayberry
value was not used git-svn-id: svn://localhost/ardour2/trunk@2677 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Rename Session::import_audiofile to Session::import_audiofiles now that it ↵Tim Mayberry
imports more than a single file git-svn-id: svn://localhost/ardour2/trunk@2676 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Improve the readability of Session::import_audiofileTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2675 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Refactor Session::import_audiofile to reduce complexity and remove use of gotoTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2674 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Remove an unnessesary use of goto in Session::import_audiofileTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2673 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Check for cancel at the top of the main loop in Session::import_audiofile ↵Tim Mayberry
rather than using goto git-svn-id: svn://localhost/ardour2/trunk@2672 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Use sys::basename instead of PBD::basename_nosuffix in Session::import_audiofileTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2671 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Simplify finalization code in Session::import_audiofileTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2670 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Use std::copy instead of for loop in Session::import_audiofileTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2669 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Use full name of file being imported in status message during importTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2668 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Pass a path argument to ImportableSource rather than SNDFILE handle so ↵Tim Mayberry
resource management is contained git-svn-id: svn://localhost/ardour2/trunk@2667 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Fix mixed usage of tabs and spaces for indentation in ardour/importable_source.hTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2666 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Use std::auto_ptr instead of boost::scoped_ptr in Session::import_audiofileTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2665 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Move variable declaration closer to usageTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2664 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Use sys::remove instead of ::unlink in Session::import_audiofile for portabilityTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2663 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Remove unused variable in Session::import_audiofileTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2662 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Use scoped_ptr in Session::import_audiofile to manage ImportableSourceTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2661 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Refactor part of Session::import_audiofile into ↵Tim Mayberry
write_audio_data_to_new_files utility function git-svn-id: svn://localhost/ardour2/trunk@2660 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Use std::vector and boost::shared_array instead of raw arrays for channel ↵Tim Mayberry
data in Session::import_audiofile git-svn-id: svn://localhost/ardour2/trunk@2659 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Use boost::scoped_array to manage working buffer for RAII in ↵Tim Mayberry
Session::import_audiofile git-svn-id: svn://localhost/ardour2/trunk@2658 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Move filename generation in Session::import_audiofile to utility function ↵Tim Mayberry
get_non_existent_filename git-svn-id: svn://localhost/ardour2/trunk@2657 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-15Use boost::shared_ptr for RAII with a SNDFILE handle in ↵Tim Mayberry
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-13More missing bits.Carl Hetherington
git-svn-id: svn://localhost/ardour2/trunk@2650 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-13Yet more missing things. I'm going slightly mad.Carl Hetherington
git-svn-id: svn://localhost/ardour2/trunk@2649 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-13Add some more bits.Carl Hetherington
git-svn-id: svn://localhost/ardour2/trunk@2648 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-13Fix up permissions.Carl Hetherington
git-svn-id: svn://localhost/ardour2/trunk@2647 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-13Fix up permissions.Carl Hetherington
git-svn-id: svn://localhost/ardour2/trunk@2646 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-13More missing stuff...Carl Hetherington
git-svn-id: svn://localhost/ardour2/trunk@2645 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-13Re-add glibmm2 properly.Carl Hetherington
git-svn-id: svn://localhost/ardour2/trunk@2644 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-13Add stuff missing from yesterday's library commit.Carl Hetherington
git-svn-id: svn://localhost/ardour2/trunk@2643 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-13Don't log info message when creating session directoriesTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2640 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-13Don't log a warning when the system template directory does not exist.Tim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2639 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-13Remove unused header include from ardour/ladspa_plugin.ccTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2638 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-13Modify Session::path_from_region_name for portabilityTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2637 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-13Replace Glib::file_test with sys::exists in Session::path_from_region_nameTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@2636 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-13Add missing cairomm lib from previous commit.Carl Hetherington
git-svn-id: svn://localhost/ardour2/trunk@2631 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-12Upgrade gtkmm to 2.10.8, glibmm to 2.13.3 and add cairomm 1.2.4Carl Hetherington
git-svn-id: svn://localhost/ardour2/trunk@2630 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-12merged with trunk revs 2605-2627Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@2628 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-08merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it ↵Paul Davis
compiles, start up, and creates a new session) git-svn-id: svn://localhost/ardour2/trunk@2606 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-07patch to prevent (mostly) CD marker being set for the start of the sessionPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@2601 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-05Fix for some problems with punch ranges.Carl Hetherington
git-svn-id: svn://localhost/ardour2/trunk@2589 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-10-31Do unto MIDI as thou hath done unto audio.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@2582 d708f5d6-7413-0410-9779-e7cbd77b26cf