summaryrefslogtreecommitdiff
path: root/libs/ardour/location_importer.cc
AgeCommit message (Expand)Author
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2018-10-26Fix some compiler warnings (exception catches)Robin 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
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-08-09Allow markers to be glued to bar/beat time. Fixes #1815.Carl Hetherington
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
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-02-25*** NEW CODING POLICY ***David Robillard
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...Carl Hetherington
2008-11-26More work on track import and some cleaning up of ElementImporter interfaceSakari Bergen
2008-09-26Add Import from session -functionalitySakari Bergen