summaryrefslogtreecommitdiff
path: root/libs/ardour/globals.cc
AgeCommit message (Expand)Author
2013-01-23make trnslation option actually toggle back and forthPaul Davis
2013-01-23new logic for enabling translation in bundled releases of ardourPaul Davis
2013-01-23more i18n fixes, this time removing a hack that broke i18n in bundles, and al...Paul Davis
2013-01-21start passing around the (possibly-bundle-modified) localedir so that we call...Paul Davis
2012-12-14merge robin gareus' libltc into ardour source tree for conveniencePaul Davis
2012-12-13reinstate the windows way for GUIIdle's but limit the scope of the connection...Paul Davis
2012-12-12because sometimes there are good reasons for not doing things the way a windo...Paul Davis
2012-12-12sometimes, you just have to do what a windows programmer would do. add a glob...Paul Davis
2012-11-14change message displayed when there is an open file limitPaul Davis
2012-10-12skeleton framework for LTC-slaveRobin Gareus
2012-10-11move the external sync source selection tobe a global config parameter, not p...Paul Davis
2012-07-23another fix for apple's absurd un-namespaced global Carbon macros like "check"Paul Davis
2012-07-11try to fix crashes due to not-enough-per-thread-buffers by just using more of...Paul Davis
2012-06-26correctly(?) set number of process thread buffers based on run-time-discover...Paul Davis
2012-06-24Revert to using SSE mix-buffers-with-gain rather than simpleCarl Hetherington
2012-06-23Use giomm in PBD::sys::copy_file and change function signatureTim Mayberry
2012-06-23Replace use of PBD::sys::path in ARDOUR::find_bindings_filesTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-16Add new SharedStatefulProperty which manages a shared_ptr toCarl Hetherington
2012-06-06Call PBD::EnumWriter::destroy in ARDOUR::cleanup (fromCarl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-24Compile cleanly with clang.David Robillard
2012-05-20don't specify VAMP_PATH in regular code. it should be given either in the bun...Paul Davis
2012-05-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-03-06fix misspelt #ifdefPaul Davis
2012-03-02fixes for 64 bit OS X build (c/o david robillard); tested on Lion & TigerPaul Davis
2012-01-02Use the correct flag for DAZ and default to using FTZ and DAZ denormal protec...Carl Hetherington
2011-12-27Add configure option to raise a FP exception when a denormalCarl Hetherington
2011-11-23Rename linux VST files to be more friendly.Carl Hetherington
2011-11-21Rename windows VST stuff with a Windows prefix.Carl Hetherington
2011-11-14make PluginManager API more in line with other singletons; do initial plugin ...Paul Davis
2011-11-01Allocate some thread-local buffers for the GUI thread so that the PluginEqGui...Carl Hetherington
2011-10-18changes for OS X support: change waf config define to COREAUDIO_SUPPORT, remo...Paul Davis
2011-09-20(native) Linux VST support from LinuxDSPPaul Davis
2011-07-22move basic parameter initialization out of AudioEngine into global ARDOUR::in...Paul Davis
2011-06-19much ado about nothing when it comes to gain controlPaul Davis
2011-06-14monitor send gets access to the (shared) pannable of the track/bus, thus ensu...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-04Remove some unused code.Carl Hetherington
2011-05-04Fix restoration of connections to control surface ports.Carl Hetherington
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2010-12-14implement methods in TempoMap for walking a given distance along a tempo map ...Paul Davis
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-08-26Fix crossfade undo using the stateful diff system. Fixes #3257.Carl Hetherington
2010-08-17forward port 2.X changes up to and including rev 6767Paul Davis
2010-07-20add note IDs and use them for looking up notes during a history rebuild. NOTE...Paul Davis
2010-07-08Move MIDI control port ownership into the MIDI Manager, since control port st...Carl Hetherington
2010-07-07Setup fixed ports for MIDI control data; hence remove configuration of those ...Carl Hetherington
2010-06-03merge 3.0P into trunk.Torben Hohn