summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types.h
AgeCommit message (Expand)Author
2006-09-29many important changes to configuration system and specific parametersPaul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-25the BIG CONFIG patchPaul Davis
2006-08-29used shared_ptr<Source>, somewhat successfullyPaul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-10Moved PluginInfo::Type to ARDOUR::PluginType in ardour/types.h.Taybin Rutkin
2006-08-01Moved DataType into it's own class (resolved a name clash on ARDOUR::MIDIDavid Robillard
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
2006-07-19Removed unused midicontrollable.ccTaybin Rutkin
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis
2006-06-15Moved SMPTE type/functions into SMPTE namespace;David Robillard
2006-06-14use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStreamPaul Davis
2006-05-24ensure that libardour_cp and libardour SMPTE structs are same type, hackishlyPaul Davis
2006-05-18fix egregious bug regarding setting native file header+data formatsPaul Davis
2006-03-28 a) fix problems with multichannel tape tracksPaul Davis
2006-03-27total reimplementation of Configuration object internals to make adding new c...Paul Davis
2006-01-19add GUI support to create tape/destructive tracksPaul Davis
2005-12-22s/stringcr_t/const string &/Karsten Wiese
2005-12-14typedef const std::string & stringcr_t;Karsten Wiese
2005-11-14Important engine bugfixes: Ladspa plugin parameter automation cracklesSampo Savolainen
2005-09-24libardour added.Taybin Rutkin