summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-10-22error/debug output when dropping MIDI event due to timing now shows MIDI bytesPaul Davis
2014-10-22remove unused codePaul Davis
2014-10-22fix all 4 backends' failure to include the main "backend" thread when computi...Paul Davis
2014-10-22ignore negative value locates and MMC locate commandsPaul Davis
2014-10-22remove obsolete jack includes in libardourRobin Gareus
2014-10-20stopgap solution for VST plugins that call audioMasterWantMidi during effOpenRobin Gareus
2014-10-20add support for VST plugins without any parametersRobin Gareus
2014-10-19OS 10.10 compile fixesRobin Gareus
2014-10-17windows: don’t popup message box when libjack is not foundRobin Gareus
2014-10-16fix midi automation slidersRobin Gareus
2014-10-15when cancelling an import, call DropReferences so that the Session forgets ab...Paul Davis
2014-10-15remove debug outputPaul Davis
2014-10-15when flushing notifications/signals from an ARDOUR::Playlist, emit the Region...Paul Davis
2014-10-15add mutex/lock to all Evoral::SMF methods that use _smf/libsmf, to avoid inad...Paul Davis
2014-10-15allow internal generators to make noise, even if we are not rolling, and usin...Ben Loftis
2014-10-15allow zero-latency sessionsRobin Gareus
2014-10-14make backend selection by product name more explicitPaul Davis
2014-10-13Containers should not consider the size of invisible items when computing the...Paul Davis
2014-10-13remove default/testing tooltips from the canvasPaul Davis
2014-10-12tweak implementation of Session::audible_frame() to be a little more defensib...Paul Davis
2014-10-11fix scanning of VST shell pluginsRobin Gareus
2014-10-11revert 8ca546e - original version was correct (note added)Robin Gareus
2014-10-11add a Dummy Backend Loopback mode:Robin Gareus
2014-10-11fix LTC generator latency compensation.Robin Gareus
2014-10-10subtle changes to accomplish two goals (1) playhead should stop where the use...Paul Davis
2014-10-10ensure registration of all SessionEvent typesPaul Davis
2014-10-10make output of SessionEventManager::dump_events() a bit more readablePaul Davis
2014-10-10cleanup unused nested regions:Robin Gareus
2014-10-10Properly count nested regionsRobin Gareus
2014-10-10re-reference regions during uncombine - #5979Robin Gareus
2014-10-09fix dup free in waves/midi:Robin Gareus
2014-10-09fix wavesbackend midi timingRobin Gareus
2014-10-08initialize some uninitialized vars - closes #5974Robin Gareus
2014-10-08MSVC - add support for 'HAVE_NEW_LV2'John Emmas
2014-10-08When building 'libs/pbd/cpus.cc' (with MSVC) make sure we know what 'PTW32_VE...John Emmas
2014-10-08Add a newly introduced header file to our MSVC project (dummy_audiobackend)John Emmas
2014-10-07add correct copyright statements to all files in Waves backend except those d...Paul Davis
2014-10-07fix crashes for plugin using maxBlockLength during latency compute.Robin Gareus
2014-10-07avoid a set of calls to gettext() and/or cousins from global constructor scopePaul Davis
2014-10-07NOOP, proper label for flat carbon header includesRobin Gareus
2014-10-07OSX 10.9.5 compile fixes - part oneRobin Gareus
2014-10-0564bit windows VSTsRobin Gareus
2014-10-05fix VST user cache typo: info/blacklistRobin Gareus
2014-10-04use single newline char in VST info files.Robin Gareus
2014-10-04update VST scanner lookup (prepare for moving to BINDIR)Robin Gareus
2014-10-03fix ming32 build&install for asio backendRobin Gareus
2014-10-02Add UK English translation for libardourColin Fletcher
2014-10-02Text tweaks and typo fixesColin Fletcher
2014-10-02fix clock_gettime detectionRobin Gareus
2014-10-01add --with-wavesbackend config option (disabled by default)Robin Gareus