summaryrefslogtreecommitdiff
path: root/libs/backends
AgeCommit message (Expand)Author
2015-07-24coreaudio aggregate device fix for 10.5Robin Gareus
2015-07-22fix typo in old (pre 10.6) coreaudio API wrapperRobin Gareus
2015-07-08UTF8 encode windows device names - potential fix for #6418Robin Gareus
2015-07-05another float/double -Wabsolute-value fixRobin Gareus
2015-07-04fix jack_port_get_aliases return value (if n/a)Robin Gareus
2015-07-04fix jack/pthread windows conditionRobin Gareus
2015-07-04synchronize with https://github.com/x42/weakjack/Robin Gareus
2015-07-04use a trick to compile JACK/win with new and old headersRobin Gareus
2015-07-04fix side-effect of moving to jack1 headersRobin Gareus
2015-07-04fix compilation with mingw + pthreadsRobin Gareus
2015-07-04fix use of += in waf variableRobin Gareus
2015-07-04only compile, don’t link & run jack checksRobin Gareus
2015-07-04fix weak jack w/new jack_port_rename()Robin Gareus
2015-07-02fix error in type definition for weak jack handling of jack_port_renamePaul Davis
2015-07-02add conditional use of jack_port_rename(), a newly added public API for JACKPaul Davis
2015-07-02MSVC doesn't have 'sleep()' (it uses 'Sleep()' with a capital 'S') so let's m...John Emmas
2015-07-01add a raw CoreMidi data debug modeRobin Gareus
2015-07-01consolidate & document Coreaudio midi parserRobin Gareus
2015-07-01NOOP, reindent & whitespaceRobin Gareus
2015-07-01add an explicit midi parser/chunker to CoreAudioRobin Gareus
2015-06-30pthread_equal returns non-zero if equal. amend 5ab0288Robin Gareus
2015-06-30at least make it compile with mingw.Robin Gareus
2015-06-29new PBD::DEBUG API changes for Waves backendPaul Davis
2015-06-29Fixed up types mismatch in AudioCallback and AudioCllbackData structGZharun
2015-06-29fix typo in wavesbackend codePaul Davis
2015-06-29Waves Backend MERGED from TracksGZharun
2015-06-29Backend MERGE:GZharun
2015-06-29Reverted Ben's default buffer size function implementation.GZharun
2015-06-29Reverted Ben's m_DefaultBufferSize stuff as it looks redundant. Will be put b...GZharun
2015-06-29remove more explicit compiler flags by placing them in the compiler flags dic...Paul Davis
2015-06-29minor fix for wavesaudio backend after earlier changes + merge/meld madnessPaul Davis
2015-06-29meld-driven unification of current ardour-ish WavesAudio backend and current ...Paul Davis
2015-06-29cosmetic fix (grygorii)GZharun
2015-06-29Added optimized AVX function for sample processingPaul Davis
2015-06-29Fixed f65026f0a1cbc64862a82109c28f5d493fc45f2e merged commit related to waves...GZharun
2015-06-29copy all XCode project files from Tracks.Paul Davis
2015-06-29[Summary] Added possibility to identify IO thread which does not have require...GZharun
2015-06-14ALSA backend: add support for half-duplex devicesRobin Gareus
2015-06-14prepare ALSA backend for half-duplexRobin Gareus
2015-06-14probe buffersize if jackd is already running.Robin Gareus
2015-06-10hide the aggregate device, againRobin Gareus
2015-06-10undo debug (17453ec) info.Robin Gareus
2015-06-09fix OSX optimized builds (NDEBUG)Robin Gareus
2015-06-09debug aggregate device issue - i386/10.8 onlyRobin Gareus
2015-06-09coreaudio: initialize [output] variable.Robin Gareus
2015-06-09Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects (j...John Emmas
2015-06-07Coreaudio: ignore [expected] SR changes.Robin Gareus
2015-06-04half-duplex Coreaudio support.Robin Gareus
2015-06-01coreaudio support for multiple devicesRobin Gareus
2015-05-03fix portengin get_ports() flags APIRobin Gareus