summaryrefslogtreecommitdiff
path: root/libs/ardour/audiofilesource.cc
AgeCommit message (Expand)Author
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-06-22Remove LocaleGuard from AudioFileSource::get_stateTim Mayberry
2017-04-19Use XMLNode::set_property in ARDOUR::AudioFileSource classTim Mayberry
2016-12-27Allow gain factor for audio sources.Robin Gareus
2016-10-11cleaner version of feed9648 -- fixes #7067Robin Gareus
2016-10-11Revert "Allow loading sessions with missing external files #7067"Robin Gareus
2016-10-11Allow loading sessions with missing external files #7067Robin Gareus
2016-09-07for files imported without copy, _origin is a full path. We should use this w...Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-09-12remove cruftRobin Gareus
2015-09-10use FileSource::within_session() for peak-filesRobin Gareus
2015-09-10rework peakfile handling:Robin Gareus
2015-09-10remove Ardour broken peak-file supportRobin Gareus
2015-09-06terminate peak-file creation on session-closeRobin Gareus
2015-09-03Fixes case where audiofiles used wrong peakfilesMathias Buhr
2015-09-03Use const reference and renames variableMathias Buhr
2015-07-25Revert "When peakfiles get opened using a non-glib function (in a non-English...Tim Mayberry
2015-07-23When peakfiles get opened using a non-glib function (in a non-English locale)...John Emmas
2015-05-28change the semantics of AudioFileSource::peak_path() and Session::peak_path()...Paul Davis
2015-04-02fix #6227, ‘old_peak_path()’ does not exist on win.Robin Gareus
2014-12-17Fix various MIDI locking issues.David Robillard
2014-10-23another round of compiler warning fixesRobin Gareus
2014-07-08initial implementation of "bring all media into session folder". Incomplete b...Paul Davis
2014-07-01merge with master.Paul Davis
2014-06-10fix crash recovery: add new constructors to SndFileSource, AudioFileSource, a...Paul Davis
2014-06-10fix crash recovery: add new constructors to SndFileSource, AudioFileSource, a...Paul Davis
2014-06-02substantive changes to the logic and safety for naming of (audio/MIDI) source...Paul Davis
2013-07-15use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in ...Paul Davis
2013-03-31more work on the suprisingly ongoing filename/path/origin issuePaul Davis
2013-03-30fix up some confusion with filesources' _origin and _file_is_new members. if ...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-01Add comment and fix type.Carl Hetherington
2012-01-10remove some verbiage when creating audiofile sources3.0-beta2Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-09add "origin" property to FileSource so that we can track multiple importsPaul Davis
2010-11-09always store source names as relative paths; always add directories of embedd...Paul Davis
2010-10-27Don't strip suffixes twice from peakfile names, otherwise source names like f...Carl Hetherington
2010-09-14Tidy up PeaksReady locking slightly and emit it during done_with_peakfile_wri...Carl Hetherington
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-05-31switch Evoral::Sequence debugging to use DEBUG_TRACE(); Sequence uses multise...Paul Davis
2010-05-09Create the session range location as and when the session first gets some con...Carl Hetherington
2010-03-13"Ardour" -> PROGRAM_NAME change for libardour and setup for gtk2_ardourPaul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis