ardour.git
2015-08-06 Damien ZammitFixed pt import start offsets and samplerate mismatch...
2015-08-05 Robin Gareusfix ptf library deplyoment
2015-08-05 Robin Gareusprepare for the future
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 Robin Gareusadd synth when drag/drop importing .mid - fixes #6474
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 Ben Loftissort the Stem Export route list
2015-08-04 Ben Loftis(hopefully) less ambiguous wording of processed stem...
2015-08-04 Robin Gareusupdate routing wires display
2015-08-04 Robin Gareusself-test add missing newline
2015-08-04 Robin Gareuspackage portaudio w/WASAPI for Vista or later
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 Gareusdon't resize plugin-scan-report window, use sensitivity.
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-08-02 Robin Gareusquiet unzip
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 Tim MayberryFix state restoration in Engine dialog for Backends...
2015-07-30 Robin Gareusmake it easier to get errors out of GTK + Glib
2015-07-30 Robin GareusReplace "%z" modifier with glib macro for portability.
2015-07-30 Robin Gareusfix file metadata tagging on windows.
2015-07-30 Robin Gareususe “CPU family” to match ppc, ppc7400, etc.
2015-07-29 Robin Gareusprepare for MB/PPC
2015-07-29 Robin GareusDon’t create MTC debug string if it’s not needed.
2015-07-29 Robin Gareusoops.
2015-07-28 Robin Gareuswork-around OSX loadlocale thread safety.
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 OvensAdded MasterPosition value=0 to all mcp device files...
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 Gareustweak OSX packaging
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 printing an XML related error, guard against NULL...
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 Gareusdon’t bother to set OSX DMG icon on old systems
2015-07-23 Robin Gareusrename Marker class
next