summaryrefslogtreecommitdiff
path: root/libs/ardour/globals.cc
AgeCommit message (Expand)Author
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
2010-05-31switch Evoral::Sequence debugging to use DEBUG_TRACE(); Sequence uses multise...Paul Davis
2010-04-13substantive change: use the JACK wait API and provide "thread buffers" separa...Paul Davis
2010-03-13"Ardour" -> PROGRAM_NAME change for libardour and setup for gtk2_ardourPaul Davis
2010-03-02the mega-properties/SequenceProperty patch. split is broken at present (right...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-11More tinkering with State<>. Use some StateDiffCommands instead ofCarl Hetherington
2010-02-10Move ARDOUR::Change into PBD so that Stateful can be aware ofCarl Hetherington
2009-12-31Fix AudioGrapher library installation path and enable H/W optimizations in Au...Sakari Bergen
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-12-04cross-thread handling of SessionEvent allocation/deallocation, with widesprea...Paul Davis
2009-11-30move some debug trace support code around to a more sane locationPaul Davis
2009-11-13fix stupid MIDI::Manager design to properly handle multiple MIDI ports with t...Paul Davis
2009-11-0990% done with external sync design changes (GUI now has toggle switch for ext...Paul Davis
2009-10-28* libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headersPaul Davis
2009-10-27Make ARDOUR::init safer.David Robillard
2009-10-27new SnapBBT debug option, split out BBT_time and start work on BBT arithmetic...Paul Davis
2009-10-25Remove Session dependency from BeatsFramesConverter.David Robillard
2009-10-25search $TOP/build/default/gtk2_ardour BEFORE ../gtk2_ardour when looking for ...Paul Davis
2009-10-24(FULL commit) start of a nominal debug tracing system, with 64 bits available...Paul Davis
2009-10-20Fix various MIDI control and installation issues:David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-12Set up the ControlProtocolManager singleton in a slightly more robust way.Carl Hetherington
2009-10-07Make the mackie surface work again by initialising control surfaces after MID...Carl Hetherington
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-07-01separate solo & listen. some minor fixes and additional related fixes still t...Paul Davis
2009-06-16first pass (ok, third really) at internal send+return - audio routing inside ...Paul Davis
2009-06-10Make waveform show / scale / shape a global option in the prefs dialog to cle...Carl Hetherington
2009-05-14First stage of options rework.Carl Hetherington
2009-05-07The great audio processing overhaul.David Robillard
2009-04-16part 2 of 3 of the 2.8 -> 3.0 mergePaul Davis
2009-02-27vestige-based VST support, back-ported from 2.0-ongoingPaul Davis