summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/source.h
AgeCommit message (Expand)Author
2015-09-08new enums required for RF64 => RIFF and MBWF supportPaul Davis
2014-12-17Fix various MIDI locking issues.David Robillard
2014-11-14Fix crash when copying MIDI regions with midi-copy-is-fork is on (#6002).David Robillard
2014-09-15tentative fix for losing (empty) MIDI files. Incomplete because testing shows...Paul Davis
2013-10-17add export visibility macros across libardourPaul Davis
2012-10-29another fix for complaints from OS X gcc about constnessPaul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-04-11Simplify slightly odd update_length() signature.Carl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-17Remove unused mutex.Carl Hetherington
2011-05-16very basic Join (regions) editing operation. not finished yet, no undoable, n...Paul Davis
2011-05-13initial volley of work for AudioPlaylistSource, the basic prototype for sourc...Paul Davis
2011-01-31do not try to open sources with write-permission if the session itself is unw...Paul Davis
2010-10-05Remove some unused code.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis
2010-06-26lots of details relating to MIDI file management; try to ignore ALSA sequence...Paul Davis
2010-06-24add and use Source::empty() since it can be done more efficiently than length...Paul Davis
2010-06-23fix some non-debug compile warningsPaul Davis
2010-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-04-22Allow more than one peaks_ready callback to be pending for an AudioRegionViewCarl Hetherington
2010-02-18the Properties & 64bit region commitPaul 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
2009-10-28Remove unused source reference count.David Robillard
2009-10-26Remove cyclic Source->Playlist references (and with it all dependence on Play...David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul 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-10-13writable session patch, forward ported from 2.XPaul Davis
2009-10-01i/o button naming patch and imported file BWF timecode retention patch from n...Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-20Make source length a dynamic thing.David Robillard
2009-02-19Introduce new time for session-relative frame time, and make source interface...David Robillard
2009-02-19Interpret tempo time based on read position (not source timeline position whi...David Robillard
2009-02-19Readable is not as generic as its name implies ;)David Robillard
2009-02-17Fix deadlock and potential race condition when editing MIDI.David Robillard
2009-02-17Make a bunch of stuff boost::noncopyable.David Robillard
2009-02-17Fix the horrible mess that was anything related to sources and paths.David Robillard
2009-02-16Move duplicated AudioFileSource::Flags and SMFSource::Flags into Source.David Robillard
2009-02-16Time unit translation for AutomationLine (correctly display MIDI controller d...David Robillard
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-02-18Preliminary (read: kludgey) MIDI import support.David Robillard
2008-02-02Merge with 2.0-ongoing R2988David Robillard
2008-02-02Merge with trunk R2978.David Robillard
2008-01-14Partially fix MIDI region trim and extend.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard