summaryrefslogtreecommitdiff
path: root/libs/backends
AgeCommit message (Expand)Author
2016-05-06add missing includeRobin Gareus
2016-05-06convert WinMME Device names to UTF-8Robin Gareus
2016-05-03MSVC won't compile 'const float _demolition[]' because it uses 'divide by zer...John Emmas
2016-04-29remove skeleton backend (superseded by portaudio)Robin Gareus
2016-04-29I wanna be nasty, I wanna be cruel,..Robin Gareus
2016-04-26port 93eac8b0 to ALSA and CoreAudioRobin Gareus
2016-04-26#define HAVE_JACK_PORT_RENAME when building with MSVCJohn Emmas
2016-04-26Use 'const_iterator' to prevent MSVC from complainingJohn Emmas
2016-04-26keep portmap & portindex in sync when renaming portsRobin Gareus
2016-04-24..and CoreAudio.Robin Gareus
2016-04-24O(log(n)) port and connection lookup for ALSARobin Gareus
2016-04-24now with C++98 compatRobin Gareus
2016-04-24optimize port lookup, adding/removing/reconnecting routesRobin Gareus
2016-04-18implement metadata-set for remaining backendsRobin Gareus
2016-04-17implement pretty-name set-property for ALSA and DummyRobin Gareus
2016-04-04Modify our MSVC projects to build liblua as a DLL rather than a static libJohn Emmas
2016-03-01Fix build on El CapitanPaul Davis
2016-02-28prepare for update to waf 1.8Robin Gareus
2016-02-27Accommodate 'lua' search paths in various projects where they're neededJohn Emmas
2016-02-27fix hang at exit (after freewheeling) with PA-nonblocking backendRobin Gareus
2016-02-12Accommodate newly introduced source(s) in our MSVC project (portaudio_backend)John Emmas
2016-02-11Add debugging output for WinMME midi device namesTim Mayberry
2016-02-11Only build one version of the Portaudio backend that supports both blocking a...Tim Mayberry
2016-02-11Implement new AudioBackend API in PA backend to choose between callback and b...Tim Mayberry
2016-02-11Add a missing include from portaudio WINMME source fileTim Mayberry
2016-02-11Implement MIDI device enumeration and latency offset/calibration in portaudio...Tim Mayberry
2016-01-12remove wavesaudio backendPaul Davis
2016-01-11name ALSA midi ports after device4.6Robin Gareus
2016-01-11fix warning message typoRobin Gareus
2016-01-10coremidi: do not clear port buffer for every call to parse_events()Paul Davis
2016-01-09add explanatory comment regarding coremidi data flowPaul Davis
2016-01-09coremidi: be sure to mark _event._pending false after queueing, so that it do...Paul Davis
2016-01-08coreaudio: remove debug outputPaul Davis
2016-01-08coreaudio: remove debug outputPaul Davis
2016-01-08NOOP: fix whitespace/indendentation in coreaudio backend codePaul Davis
2016-01-08coreaudio: reset MIDI parsers when entering and leaving freewheelingPaul Davis
2016-01-07coreaudio: correctly clear MIDI port buffersPaul Davis
2016-01-07coreaudio: factor out common code for stuffing MIDI data into a CoreMidiPort ...Paul Davis
2016-01-07coreaudio: per-port parser for incoming MIDI, copied from ALSA Raw MIDI supportPaul Davis
2016-01-07nitpickRobin Gareus
2016-01-07fix missing symbol on OS XPaul Davis
2015-12-23#define BACKEND_NAME when building with MSVC (portaudio_backend)John Emmas
2015-12-21ship both blocking and callback PA backends (for debug purposes)Robin Gareus
2015-12-08standardize port-namesRobin Gareus
2015-12-08fix previous commit.Robin Gareus
2015-12-08portaudio connect & graph-changed callbacks (untested)Robin Gareus
2015-12-05JACK: expose --nperiods optionRobin Gareus
2015-12-05fix -WreorderRobin Gareus
2015-12-05update ALSA backend: separate playback/capture periodsRobin Gareus
2015-12-04ALSA: allow to dynamically add/remove midi devices & update their latency.Robin Gareus