another waf/regexp issue (amend 4666711)
[ardour.git] / libs / backends /
2015-08-11 Robin Gareusremove -Woverload-virtual ambiguity (from 1d3690d)
2015-08-11 Robin Gareusfix jack startup on OSX (w/midi)
2015-08-11 Robin GareusALSA backend: query and cache available device-parameters
2015-08-11 Robin Gareuscoreaudio backend: SR/BS query for separate devices
2015-08-11 Robin Gareusfix coreaudio half-duplex buffersize query
2015-08-09 John EmmasAdd a newly introduced #define to our MSVC build projec...
2015-08-06 Tim MayberrySet the default host api in PortaudioBackend when initi...
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-03 Robin GareusProper solution to replace 9cabc1b hack.
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-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-23 Robin Gareuscoreaudio aggregate device fix for 10.5
2015-07-22 Robin Gareusfix typo in old (pre 10.6) coreaudio API wrapper
2015-07-16 Ben Loftismerge fix
2015-07-08 Robin GareusUTF8 encode windows device names - potential fix for...
2015-07-05 Robin Gareusanother float/double -Wabsolute-value fix
2015-07-04 Robin Gareusfix jack_port_get_aliases return value (if n/a)
2015-07-04 Robin Gareusfix jack/pthread windows condition
2015-07-04 Robin Gareussynchronize with https://github.com/x42/weakjack/
2015-07-04 Robin Gareususe a trick to compile JACK/win with new and old headers
2015-07-04 Robin Gareusfix side-effect of moving to jack1 headers
2015-07-04 Robin Gareusfix compilation with mingw + pthreads
2015-07-04 Robin Gareusfix use of += in waf variable
2015-07-04 Robin Gareusonly compile, don’t link & run jack checks
2015-07-03 Robin Gareusfix weak jack w/new jack_port_rename()
2015-07-02 Paul Davisfix error in type definition for weak jack handling...
2015-07-02 Paul Davisadd conditional use of jack_port_rename(), a newly...
2015-07-02 John EmmasMSVC doesn't have 'sleep()' (it uses 'Sleep()' with...
2015-07-01 Robin Gareusadd a raw CoreMidi data debug mode
2015-07-01 Robin Gareusconsolidate & document Coreaudio midi parser
2015-06-30 Robin GareusNOOP, reindent & whitespace
2015-06-30 Robin Gareusadd an explicit midi parser/chunker to CoreAudio
2015-06-30 Robin Gareuspthread_equal returns non-zero if equal. amend 5ab0288
2015-06-30 Robin Gareusat least make it compile with mingw.
2015-06-29 Paul Davisnew PBD::DEBUG API changes for Waves backend
2015-06-29 GZharunFixed up types mismatch in AudioCallback and AudioCllba...
2015-06-29 Paul Davisfix typo in wavesbackend code
2015-06-29 GZharunWaves Backend MERGED from Tracks
2015-06-29 GZharunBackend MERGE:
2015-06-29 GZharunReverted Ben's default buffer size function implementation.
2015-06-29 GZharunReverted Ben's m_DefaultBufferSize stuff as it looks...
2015-06-29 Paul Davisremove more explicit compiler flags by placing them...
2015-06-29 Paul Davisminor fix for wavesaudio backend after earlier changes...
2015-06-29 Paul Davismeld-driven unification of current ardour-ish WavesAudi...
2015-06-29 GZharuncosmetic fix (grygorii)
2015-06-29 Paul DavisAdded optimized AVX function for sample processing
2015-06-29 GZharunFixed f65026f0a1cbc64862a82109c28f5d493fc45f2e merged...
2015-06-29 Paul Daviscopy all XCode project files from Tracks.
2015-06-29 GZharun[Summary] Added possibility to identify IO thread which...
2015-06-14 Robin GareusALSA backend: add support for half-duplex devices
2015-06-14 Robin Gareusprepare ALSA backend for half-duplex
2015-06-14 Robin Gareusprobe buffersize if jackd is already running.
2015-06-10 Robin Gareushide the aggregate device, again
2015-06-10 Robin Gareusundo debug (17453ec) info.
2015-06-09 Robin Gareusfix OSX optimized builds (NDEBUG)
2015-06-09 Robin Gareusdebug aggregate device issue - i386/10.8 only
2015-06-09 Robin Gareuscoreaudio: initialize [output] variable.
2015-06-09 John EmmasAdd the new (UINTSDEFINED) preprocessor directive to...
2015-06-07 Robin GareusCoreaudio: ignore [expected] SR changes.
2015-06-04 Robin Gareushalf-duplex Coreaudio support.
2015-05-31 Robin Gareuscoreaudio support for multiple devices
2015-05-03 Robin Gareusfix portengin get_ports() flags API
2015-05-03 Christopher ArndtFix mixed spaces/tabs in wscripts
2015-05-01 Robin Gareusdummy: ignore first cycle timing.
2015-04-30 John EmmasWhen testing for x86 / x64 architecture, don't forget...
2015-04-30 Robin Gareusclamp DSP load displsy 100% & relax LPF.
2015-04-29 Robin GareusDSP load calculation: favor peak over average.
2015-04-23 Robin Gareusfix jack-metadata for weak-jack linking
2015-04-23 Paul Davisfix JACK metadata configure check.
2015-04-23 Paul Davisadd a real check for functioning JACK metadata API...
2015-04-21 Ben Loftisanother merge fix
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-21 Paul DavisMerge branch 'master' into saveas
2015-04-21 Paul Davisallow coreaudio backend to build on OS X Lion
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-17 Robin GareusDummy: fix sine/square frequency sweep
2015-04-15 Robin Gareusportaudio backend: allow Pa_GetDeviceInfo to fail.
next