summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_region_importer.cc
AgeCommit message (Expand)Author
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
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2012-06-23Replace use of PBD::sys::path in AudioRegionImporterTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-09Rename import_audiofiles -> import_files.Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2011-11-24Add option to glue new regions to bars and beats (#4202).Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-12-01Revert previous incorrect patch.Carl Hetherington
2010-12-01Remove unused timecode offset stuff.Carl Hetherington
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-03-30Move region naming stuff from Session into RegionFactory, cleaning up some ve...Carl Hetherington
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2010-02-11More tinkering with State<>. Use some StateDiffCommands instead ofCarl Hetherington
2009-10-26change the use of "SMPTE" to "Timecode" to reflect the global economy and the...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-05-02* Fix tooltips in the session import dialogSakari Bergen
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-16Move all beats <-> frames time conversion into a single object that can be pa...David Robillard
2008-11-29First revision with working track importSakari Bergen
2008-11-26More work on track import and some cleaning up of ElementImporter interfaceSakari Bergen
2008-11-24A bit more of track import done...Sakari Bergen
2008-09-26Add Import from session -functionalitySakari Bergen