summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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
2014-09-30fix deep obscure problem with loading multiple backends on OS XPaul Davis
2014-10-01untested fix for compiling waves audiobackend on case-sensitive FS with mingw.Robin Gareus
2014-10-01NOOP, re-indentRobin Gareus
2014-10-01update backends for API change in 8d59afb048Robin Gareus
2014-09-30Implement the new pthread macros (for the Waves audio backend)John Emmas
2014-09-30Re-introduce our pthread macros (after fixing an earlier typo)John Emmas
2014-09-30copy over current Waves version of their backend, along with minor changes in...Paul Davis
2014-09-30tweak backends wscript for cross-compiling with mingwPaul Davis
2014-09-30copy over current Waves version of their backend, along with minor changes in...Paul Davis
2014-10-01use .exe suffix for VST pluin scanner app on windowsRobin Gareus
2014-09-30win32_pthread is relevant for both: MSVC & MINGWRobin Gareus
2014-09-30there's no random() on window, but no matterRobin Gareus
2014-09-30add missing header include (for snprintf)Robin Gareus
2014-09-28partial fix for #5973 (multi-track midi file import)Robin Gareus
2014-09-28copy plugin-state from template on session creation (amend 3353b48)Robin Gareus
2014-09-28fix templates: copy plugin stateRobin Gareus
2014-09-28recursive file copy functionRobin Gareus
2014-09-27fix compiler warning from missing default statement in switchPaul Davis
2014-09-26end tooltip timeout and display for relevant leave notify eventsPaul Davis
2014-09-26further tweaks to canvas tooltip mechanismPaul Davis
2014-09-26display and position canvas tooltip windowPaul Davis
2014-09-25basic design of Canvas item tooltip mechanism.Paul Davis
2014-09-24next (final?) part of handling missing MIDI files.Paul Davis
2014-09-24DummyBackend: symmetric freq sweep: up/downRobin Gareus
2014-09-24DummyBackend: add sine-sweep generatorsRobin Gareus
2014-09-24fix some double promotionRobin Gareus
2014-09-24DummyBackend: two more audio-signal generators (useful for waveform check)Robin Gareus
2014-09-24DummyBackend: MIDI Event GeneratorsRobin Gareus
2014-09-24ALSA backend: initial device selectionRobin Gareus
2014-09-22fix typo that selected wrong sample rate for 22050Hz exportPaul Davis