summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_track_importer.cc
AgeCommit message (Expand)Author
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
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
2009-02-15Session XML style consistency (tag names are capitalized).David Robillard
2009-01-30Track import is now working. Also, IO bundle setup/creation is safer.Sakari Bergen
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-11-21* Clean up (fix?) ExportStatus signal handlingSakari Bergen