summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types.h
AgeCommit message (Expand)Author
2010-04-20append Auto_ to auto modes so they are more easily searchableBen Loftis
2008-02-15lock edit mode disallows sliding regions in time. override by holding 3rd mo...Ben Loftis
2008-02-01large chunks of code to deal with pre-analysis of audio; transient/perconset ...Paul Davis
2008-01-15LV2 support.David Robillard
2008-01-10provide RubberBand options in a sensible way for timestretch/pitchshiftPaul Davis
2007-12-04add pitch shifting; minor fixes elsewherePaul Davis
2007-09-11add SRC quality to import dialog; fix instances of missing waveforms where ne...Paul Davis
2007-07-16support for 16 bit native filesPaul Davis
2007-05-31add new denormal handling capabilities (95% finished)Paul Davis
2007-05-30more use of int64_t to fix frame offset valuesPaul Davis
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
2007-02-19remote control IDs follow editor/mixer view order; fix multiple display of di...Paul Davis
2007-01-02General SMPTE fixes mostly relating to non-integer frame rates. Please Test. ...Nick Mainsbridge
2006-12-22start using global, 100% generic enum to/from string objectPaul Davis
2006-10-31massive changes in automation state handling, not entirely complete; some bug...Paul Davis
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