skip unavailable backends early on.
[ardour.git] / libs /
2014-10-23 Robin Gareusskip unavailable backends early on.
2014-10-23 Robin Gareusadd 'available' interface to the AudioBackendInfo
2014-10-23 Robin Gareusweak/runtime jack linking: load libjack dynamically...
2014-10-23 Robin Gareusanother round of compiler warning fixes
2014-10-23 Robin Gareussmall round of compiler warning fixes
2014-10-22 Robin Gareusfix jack/mingw compilation
2014-10-22 Paul Davisfix delivery of MMC events under split process cycle...
2014-10-22 Paul Davisrequire a timestamp on MIDI::MachineControl::send()
2014-10-22 Paul Davisfix timestamps for immediate MIDI events to deal with...
2014-10-22 Paul Daviserror/debug output when dropping MIDI event due to...
2014-10-22 Paul Davisremove unused code
2014-10-22 Paul Davisfix all 4 backends' failure to include the main "backen...
2014-10-22 Paul Davisignore negative value locates and MMC locate commands
2014-10-22 Robin Gareusremove obsolete jack includes in libardour
2014-10-20 Robin Gareusstopgap solution for VST plugins that call audioMasterW...
2014-10-20 Robin Gareusadd support for VST plugins without any parameters
2014-10-19 Robin GareusOS 10.10 compile fixes
2014-10-17 Robin Gareuswindows: don’t popup message box when libjack is not...
2014-10-16 Robin Gareusfix midi automation sliders
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-16 Paul Daviswhen cancelling an import, call DropReferences so that...
2014-10-15 Paul Davisremove debug output
2014-10-15 Paul Daviswhen flushing notifications/signals from an ARDOUR...
2014-10-15 Paul Davisadd mutex/lock to all Evoral::SMF methods that use...
2014-10-15 Ben Loftisallow internal generators to make noise, even if we...
2014-10-15 Robin Gareusallow zero-latency sessions
2014-10-14 Paul Davismake backend selection by product name more explicit
2014-10-14 Paul DavisContainers should not consider the size of invisible...
2014-10-13 Paul Davisremove default/testing tooltips from the canvas
2014-10-13 Paul Davistweak implementation of Session::audible_frame() to...
2014-10-11 Robin Gareusfix scanning of VST shell plugins
2014-10-11 Robin Gareusrevert 8ca546e - original version was correct (note...
2014-10-11 Robin Gareusadd a Dummy Backend Loopback mode:
2014-10-11 Robin Gareusfix LTC generator latency compensation.
2014-10-10 Paul Davissubtle changes to accomplish two goals (1) playhead...
2014-10-10 Paul Davisensure registration of all SessionEvent types
2014-10-10 Paul Davismake output of SessionEventManager::dump_events() a...
2014-10-10 Robin Gareuscleanup unused nested regions:
2014-10-10 Robin GareusProperly count nested regions
2014-10-10 Robin Gareusre-reference regions during uncombine - #5979
2014-10-09 Robin Gareusfix dup free in waves/midi:
2014-10-09 Robin Gareusfix wavesbackend midi timing
2014-10-08 Robin Gareusinitialize some uninitialized vars - closes #5974
2014-10-08 John EmmasMSVC - add support for 'HAVE_NEW_LV2'
2014-10-08 John EmmasWhen building 'libs/pbd/cpus.cc' (with MSVC) make sure...
2014-10-08 John EmmasAdd a newly introduced header file to our MSVC project...
2014-10-07 Paul Davisadd correct copyright statements to all files in Waves...
2014-10-07 Robin Gareusfix crashes for plugin using maxBlockLength during...
2014-10-07 Paul Davisavoid a set of calls to gettext() and/or cousins from...
2014-10-07 Robin GareusNOOP, proper label for flat carbon header includes
2014-10-07 Robin GareusOSX 10.9.5 compile fixes - part one
2014-10-05 Robin Gareus64bit windows VSTs
2014-10-05 Robin Gareusfix VST user cache typo: info/blacklist
2014-10-04 Robin Gareususe single newline char in VST info files.
2014-10-04 Robin Gareusupdate VST scanner lookup (prepare for moving to BINDIR)
2014-10-02 Robin Gareusfix ming32 build&install for asio backend
2014-10-02 Colin FletcherAdd UK English translation for libardour
2014-10-02 Colin FletcherText tweaks and typo fixes
2014-10-02 Robin Gareusfix clock_gettime detection
2014-10-01 Robin Gareusadd --with-wavesbackend config option (disabled by...
2014-10-01 Paul Davisfix deep obscure problem with loading multiple backends...
2014-10-01 Robin Gareusuntested fix for compiling waves audiobackend on case...
2014-10-01 Robin GareusNOOP, re-indent
2014-10-01 Robin Gareusupdate backends for API change in 8d59afb048
2014-10-01 John EmmasImplement the new pthread macros (for the Waves audio...
2014-10-01 John EmmasRe-introduce our pthread macros (after fixing an earlie...
2014-10-01 Paul Daviscopy over current Waves version of their backend, along...
2014-10-01 Paul Davistweak backends wscript for cross-compiling with mingw
2014-10-01 Paul Daviscopy over current Waves version of their backend, along...
2014-09-30 Robin Gareususe .exe suffix for VST pluin scanner app on windows
2014-09-30 Robin Gareuswin32_pthread is relevant for both: MSVC & MINGW
2014-09-30 Robin Gareusthere's no random() on window, but no matter
2014-09-30 Robin Gareusadd missing header include (for snprintf)
2014-09-28 Robin Gareuspartial fix for #5973 (multi-track midi file import)
2014-09-28 Robin Gareuscopy plugin-state from template on session creation...
2014-09-28 Robin Gareusfix templates: copy plugin state
2014-09-28 Robin Gareusrecursive file copy function
2014-09-27 Paul Davisfix compiler warning from missing default statement...
2014-09-26 Paul Davisend tooltip timeout and display for relevant leave...
2014-09-26 Paul Davisnext (final?) part of handling missing MIDI files. 3.5.403
2014-09-26 Paul Davisnext (final?) part of handling missing MIDI files.
2014-09-26 Paul Davisfurther tweaks to canvas tooltip mechanism
2014-09-26 Paul Davisdisplay and position canvas tooltip window
2014-09-26 Paul Davisbasic design of Canvas item tooltip mechanism.
2014-09-24 Paul Davisnext (final?) part of handling missing MIDI files.
2014-09-24 Robin GareusDummyBackend: symmetric freq sweep: up/down
2014-09-24 Robin GareusDummyBackend: add sine-sweep generators
2014-09-24 Robin Gareusfix some double promotion
2014-09-23 Robin GareusDummyBackend: two more audio-signal generators (useful...
2014-09-23 Robin GareusDummyBackend: MIDI Event Generators
2014-09-23 Robin GareusALSA backend: initial device selection
2014-09-22 Paul Davisfix typo that selected wrong sample rate for 22050Hz...
2014-09-22 Paul Davisalter the way the border of Canvas::Rectangle is drawn...
2014-09-22 Colin FletcherFix finding session templates
2014-09-20 Paul Davisadd Location::set_skip() to allow toggling of skip...
2014-09-20 Paul Davisduplicate all ARDOUR::Location signals so that we have...
2014-09-18 Ben Loftisplugin widgets were written to use Internal values...
2014-09-18 Ben LoftisFix some inconsistent usage of a Controllables Interfac...
2014-09-17 Paul Davisdo not mark session dirty during loading process; sync...
2014-09-17 Paul Davisuse Config->get_skip_playback() when handling Skip...
next