Added pt5 pt7 ptx initial format support
[ardour.git] / libs /
2015-08-08 Damien ZammitAdded pt5 pt7 ptx initial format support
2015-08-08 Robin Gareusamend 0e3991e (can_support.. AND configure..)
2015-08-07 Robin GareusAU: discard relationship with master-bus channel count.
2015-08-07 Robin GareusAU: fix debug output
2015-08-07 Robin Gareusremove more cruft (dead assignments)
2015-08-07 Robin Gareusremove cruft
2015-08-07 Robin Gareusgive copy_vector() another chance.
2015-08-07 Robin GareusVST use scratch buffers for processing.
2015-08-07 Robin Gareusfix VST plugin crash (from 35a9c63)
2015-08-06 Tim MayberrySet the default host api in PortaudioBackend when initi...
2015-08-06 Damien ZammitFixed pt import start offsets and samplerate mismatch...
2015-08-05 Robin Gareusfix ptf library deplyoment
2015-08-05 Damien ZammitAdded PT .ptf session audio import functionality
2015-08-05 Robin Gareusrework VST processing/buffering (no more alloca).
2015-08-05 Robin GareusVST replaceProcessing () != in-place processing.
2015-08-05 Robin Gareusupdate unit-tests (new Dummy backend name since a9b6277)
2015-08-05 Robin Gareusadjust click box size - fixes #6499
2015-08-05 Tim MayberryRemove "Default" devices from the PortaudioBackend
2015-08-05 Tim MayberryUse ASIO specific device channel names for port propert...
2015-08-05 Tim MayberryAdd code to use ASIO supplied min/max buffer sizes...
2015-08-05 Tim MayberryRefactor methods in PortaudioBackend to get ASIO buffer...
2015-08-05 Tim MayberryAdd ASIO specific code to query preferred buffer size...
2015-08-04 Robin GareusDummy -> Audio system: "None"
2015-08-04 Robin Gareuspass complete blocksize range to LV2 plugin. fixes...
2015-08-04 Robin Gareusself-test add missing newline
2015-08-03 Robin GareusProper solution to replace 9cabc1b hack.
2015-08-03 Robin Gareusamend e09c620; now with semicolon :)
2015-08-03 Robin Gareusfix backslashes in quotes (windows), fixes VST scan
2015-08-03 Robin Gareusclose file before unlink
2015-08-03 Robin GareusVST cache file transition.
2015-08-03 Robin Gareusdon’t set paClipOff, have portaudio clip to -1,+1
2015-08-03 Robin GareusWindows XP compat
2015-08-03 Tim MayberryFix MIDI input on Portaudio Backend with 32bit Windows...
2015-08-03 Robin Gareusdump VST blacklist at end of scan
2015-08-03 Robin Gareustranslatable VST error/info messages
2015-08-03 Robin Gareusfix byte-order detection for gcc < v4.4.
2015-08-03 Tim MayberryFix typo in 8c45d4 preventing compile
2015-08-03 Robin Gareussha1: cleanup & separate unit test
2015-08-02 Robin GareusVST cache rework (part one)
2015-08-02 Robin Gareusadd sha1-hash calc.
2015-07-31 John EmmasSpecifically #include <mmsystem.h> to get us TIMECAPS
2015-07-31 John EmmasAdd some newly introduced sources to our MSVC project...
2015-07-31 John EmmasUse llabs (rather than std::abs) for compatibility...
2015-07-31 John EmmasUse BOOL (rather than WINBOOL) for compatibility with...
2015-07-31 Robin Gareusadd missing pthread.h includes
2015-07-30 Tim MayberryAdd functionality to show ASIO control panel
2015-07-30 Tim MayberryUse MMCSS to elevate the thread priorities for audio...
2015-07-30 Tim MayberryAdd MMCSS related code for raising thread priority...
2015-07-30 Tim MayberryImplement AudioBackend::driver_name() in PortaudioBackend
2015-07-30 Tim MayberryAdd extra DEBUG_TRACE output to PortaudioBackend
2015-07-30 Tim MayberryWinMME based midi input/output for portaudio backend
2015-07-30 Tim MayberryFix for PortAudioBackend::available_sample_rates
2015-07-30 Tim MayberrySupport selecting separate input and output devices...
2015-07-30 Tim MayberryRefactor PortAudioIO::discover into three private methods
2015-07-30 Tim MayberrySet default input/output device based on selected host...
2015-07-30 Tim MayberryFix crash when unable to open portaudio stream
2015-07-30 Tim MayberryAdd host api/driver selection to PortaudioBackend
2015-07-30 Robin GareusReplace "%z" modifier with glib macro for portability.
2015-07-30 Robin Gareusfix file metadata tagging on windows.
2015-07-29 Robin GareusDon’t create MTC debug string if it’s not needed.
2015-07-28 Robin GareusRevert "debug/fix LV2 state loading on OSX 10.5/PPC"
2015-07-27 Robin Gareusdon't crash if taglib cannot open file
2015-07-27 Paul DavisMerge branch 'ovenwerks-master'
2015-07-27 Len OvensClean up extra white space added by editor.
2015-07-27 Len OvensHandle the 4 common encoder types.
2015-07-27 Len OvensAdd enc to midi map for mcp style encoders.
2015-07-27 Len OvensMake program change toggle or 1 only.
2015-07-27 Len OvensAllow any one midi event to control only one thing.
2015-07-27 Robin Gareusfix LV2 freewheeling port, explicit cast bool to float.
2015-07-27 Robin Gareusdebug/fix LV2 state loading on OSX 10.5/PPC
2015-07-27 Paul Davisadd Session::routes_solo_changed(), a plural method...
2015-07-26 Robin Gareusfixes/updates for move to ::open()
2015-07-26 Tim MayberryMove ARDOUR::touch_file to pbd/file_utils.h
2015-07-26 Tim MayberryUse g_open instead of ::open in ARDOUR::touch_file...
2015-07-25 Tim MayberryUse g_open and sf_open_fd in SndFileSource for portability
2015-07-25 Tim MayberryUse g_open and sf_open_fd in SndFileImportable instead...
2015-07-25 Tim MayberryUse g_open instead of ::open in translation related...
2015-07-25 Tim MayberryUse g_open instead of ::open in AudioSource for portability
2015-07-25 Tim MayberryUse GStatBuf in AudioSource::initialize_peakfile for...
2015-07-25 Tim MayberryRevert "When peakfiles get opened using a non-glib...
2015-07-25 Tim MayberryRevert "When saving a session (in a non-English locale...
2015-07-25 Tim MayberryRevert "A few more instances of non-glib 'open()' getti...
2015-07-25 Tim MayberryAdd unit test to check that libxml2 expects utf-8 encod...
2015-07-25 Tim MayberryOnly create one test output directory in file copy...
2015-07-25 Tim MayberryAdd unit test to assert that using locale_from_utf8...
2015-07-25 Tim MayberryRemove sse optimization sources from test applications
2015-07-24 Robin GareusVST info: use g_fopen() for Windows compat.
2015-07-23 Robin Gareuscoreaudio aggregate device fix for 10.5
2015-07-23 John EmmasA few more instances of non-glib 'open()' getting used...
2015-07-23 John EmmasWhen saving a session (in a non-English locale) make...
2015-07-23 John EmmasWhen peakfiles get opened using a non-glib function...
2015-07-23 Robin Gareussigned/unsigned comparison
2015-07-23 Robin Gareusamend a73a039a3a, separate VST cache for 32/64bit
2015-07-23 Robin Gareusavoid llabs ambiguity
2015-07-22 Robin Gareusfix typo in old (pre 10.6) coreaudio API wrapper
2015-07-21 Robin GareusVST plugin title fix #6467
2015-07-20 Robin Gareusbye bye Unix.
2015-07-20 Paul Davisdo not call playhead priority (auto-return) code after...
2015-07-20 Paul Davisfix auditioning on systems with larger disk read chunk...
2015-07-20 Robin Gareususe power of 2 log-scale for parameters.
next