Add AudioBackend::info() method to retrieve AudioBackendInfo object
[ardour.git] / libs /
2014-05-01 Paul DavisAdd AudioBackend::info() method to retrieve AudioBacken...
2014-04-30 Paul Davismore previously applied changes required to build Waves...
2014-04-30 Paul Davissecond part of (previously applied) change to be able...
2014-04-30 Paul Davis2nd attempt at updated Waves audio backend, with added...
2014-04-30 Paul Davisuse per-channel signals to pick up scene changes, rathe...
2014-04-30 Paul Davisfix for storing 14 bit MIDI controller values
2014-04-29 Paul DavisRevert "update wavesaudio backend, now supports Windows...
2014-04-29 Paul Davisupdate wavesaudio backend, now supports Windows (ASIO...
2014-04-29 Carl HetheringtonMerge branch 'cairocanvas' of git.ardour.org:ardour...
2014-04-29 Robin GareusDummyAudioBackend: fix freewheelin' typo
2014-04-29 Robin GareusDummyAudioBackend: implement /fake/ system ports
2014-04-29 Robin GareusDummyAudioBackend: NOOP, white-space, clarify variable...
2014-04-29 Paul Davisremove redundant os.path.join() calls when specifying...
2014-04-29 Paul Davisfinish unfinished work at basing all install paths...
2014-04-29 Paul Davisadd another missing file
2014-04-29 Paul Davisadd missing file
2014-04-28 Paul Davismerge (squash) with scenechange topic branch to provide...
2014-04-28 Robin GareusDummyAudioBackend: port-engine, midi-buffers and the...
2014-04-28 Robin GareusDummyAudioBackend: basic process threads and support...
2014-04-28 Robin Gareusskeleton dummy audio-engine
2014-04-20 Robin Gareusclose stdin as first attempt to terminate process cleanly.
2014-04-20 Robin Gareusfix issue with duplicate entry in "Recent" menu after...
2014-04-20 Robin Gareusfix SystemExec for windows
2014-04-18 Robin Gareusno vfork wrapper on windows
2014-04-17 Robin Gareusfix VST GUI swallowing for windows
2014-04-17 Paul Davisnew transport option, "loop-is-mode" which optionally...
2014-04-16 Paul Davisadd new config parameter controlling visibility of...
2014-04-15 Paul Davisfix ridiculous spelling error
2014-04-14 John EmmasMake sure that the input string doesn't go out of scope...
2014-04-14 Robin Gareusremove code intended for use with basename(), fix memor...
2014-04-14 Robin Gareusclean up 6cc2812f2e8 (interim vst fixes)
2014-04-14 Robin Gareusdespite what MSVC thinks, C is not C++.
2014-04-14 Paul Davismore work on linking file existence and removability
2014-04-14 Paul Davischeck whether a source with the same path exists in...
2014-04-14 Paul Davisfurther code simplification and rationalization related...
2014-04-14 Paul Davisdramatic change in logic and naming for operations...
2014-04-12 Robin Gareusremove unnecessary include
2014-04-11 unknownanother stab at a working vst on windows
2014-04-11 unknownmore vst tweaks
2014-04-11 unknowninterim vst fixes
2014-04-11 Robin Gareusamend previous commit, remove cruft, no more extern...
2014-04-11 Robin Gareusexport fst functions (for MSVC)
2014-04-11 John EmmasOops - correct some typos in my previous commit
2014-04-11 John EmmasMake sure we use the correct style of filepath separato...
2014-04-11 John EmmasRemove 'pipex' from my pbd.vcproj as it's not needed...
2014-04-11 Paul Davisfinal eradication of jack header files from anything...
2014-04-10 Paul Davisremove use of JACK headers to allow building on systems...
2014-04-10 Paul Davisredesign technique for naming/creating regions for...
2014-04-10 Paul Davisremove inclusion of jack.h so that we can build on...
2014-04-10 Paul Davisname-change of RuntimeProfile element
2014-04-10 Paul Davisadd new element to ARDOUR::RuntimeProfile
2014-04-08 John EmmasAdd the main VC project files for building Ardour3...
2014-04-07 Sakari BergenMake tests build again (fix linker issues)
2014-04-04 Paul Davisafter cloning a MIDI region, mark the source file as...
2014-04-04 Paul Davisfix conceptual error/thinko in EnvironmentalProtectionA...
2014-04-04 Paul Davisclarify comments for SndFileSource constructors
2014-04-04 Paul Davisfix typo in comment
2014-03-24 Paul Daviscomment tweak
2014-03-24 Paul Davisfix a race condition between the death of a thread...
2014-03-24 John EmmasModify some initialization slightly to keep MSVC happy
2014-03-24 Paul Davisfix return in ::drop_device()
2014-03-24 Paul Daviscall AudioBackend::drop_device() when dropping a backend.
2014-03-24 Paul Davisadd ::drop_device() method to ARDOUR::AudioBackend
2014-03-23 Robin Gareusproper vpab speaker constraints
2014-03-23 Robin Gareusjust bail out (to prevent further harm) if no panners...
2014-03-23 Robin Gareusfix undefined value, support netjack2
2014-03-23 Robin Gareusfix yet another possible memory leak
2014-03-23 Robin Gareuscatch OOM
2014-03-23 Robin Gareusassure midi patch ID is set before assigning it
2014-03-23 Robin Gareusremove dead code (PIChaser has been superseded with...
2014-03-23 Robin Gareusfix timecode initialization
2014-03-22 Robin Gareusfix some memory leaks
2014-03-22 Robin Gareusfix mismatch typo in sizeof
2014-03-22 Robin Gareusfix edge case (partial write of LV2 worker message...
2014-03-22 Robin Gareusremove unused header file
2014-03-22 Robin Gareusreplace use of Gio:: for plugin state
2014-03-22 Robin Gareusreplace use of Gio:: with primitives (fix for #5889...
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-21 Paul Davisfix thinko
2014-03-21 John EmmasMinor visibility changes to libevoral (template objects...
2014-03-21 John EmmasAvoid some ambiguous calls to 'floor()' which were...
2014-03-21 Robin Gareuscheck if session dir is writable (needed for .bak files...
2014-03-21 John EmmasWhen finding the control surface DLLs (MSVC built)...
2014-03-21 Robin Gareustweak meter-peak hold when using LED-striped meters
2014-03-20 Robin Gareuschange the meters into CairoWidget, add expose_area...
2014-03-20 Paul Davisbig rework of scrolling, horizontal part considered...
2014-03-19 John EmmasUse glibmm to simplify my earlier efforts with 'user_co...
2014-03-19 John EmmasModify 'ardour_config_search_path()' and 'ardour_data_s...
2014-03-18 Robin Gareusfixed a few warnings from clang static analysis
2014-03-18 Robin Gareusfix potential uninitialized object pointer.
2014-03-18 John EmmasRe-validate our iterator after SessionEventManager...
2014-03-18 John EmmasWhen finding (MSVC built) panner DLLs, make sure we...
2014-03-17 Paul Davisg_close() is only available in select versions of glib...
2014-03-17 John EmmasMake sure that windows_search_path() is 'visible' in...
2014-03-15 John EmmasClose a temporary file as soon as we know we've created...
2014-03-14 Robin Gareussmall cleanup.
2014-03-14 Robin Gareuscomment libardour functions that are not used in extern...
2014-03-14 Paul Davisremoved duplicated (and dangerous) call to close(2)
2014-03-14 Paul Davisfix compile of libs/vfork with slightly older(?) glibc...
2014-03-14 Paul Daviscall BaseUI::quit() from inside the MIDI Control UI...
next