Add methods in EngineControl for blocking and unblocking signals
[ardour.git] / libs /
2015-08-10 Paul Davisfix unbelievable typo that broke solo propagation
2015-08-10 Paul Davisconvert Route::_solo_isolated from counter to a boolean.
2015-08-10 John EmmasOops - forgot I'd need to add an entry to 'ptformat...
2015-08-10 John EmmasHmmm... not sure why it didn't add my new files. Trying...
2015-08-10 John EmmasAdd support for building the new 'ptformat' library...
2015-08-10 Robin GareusMerge branch 'pt5-fix' of https://github.com/zamaudio...
2015-08-10 Paul DavisMerge branch 'ovenwerks-master'
2015-08-10 Len OvensMake MCP MasterPosition match MIDI port number.
2015-08-10 Damien ZammitRemove printf
2015-08-09 John EmmasMake sure that the ostream operator << (for class ChanC...
2015-08-09 Damien ZammitFix to PT5 format, (stereo tracks still not fully suppo...
2015-08-09 John EmmasMSVC doesn't define __LITTLE_ENDIAN__
2015-08-09 John EmmasAdd a newly introduced source file to our MSVC project...
2015-08-09 John EmmasAdd a newly introduced #define to our MSVC build projec...
2015-08-09 Robin Gareusremember actual processor configuration
2015-08-08 Robin GareusMerge branch 'pt-5-7-x' of https://github.com/zamaudio...
2015-08-08 Damien ZammitFix more warnings
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...
next