clear up some CSS padding/margin confusion, and add row/col spacing
[ardour.git] / libs / backends /
2016-11-26 Robin Gareusrevert 335debfa for the PA backend
2016-11-26 Robin GareusAdd API to enforce valid device selection.
2016-11-14 Tim MayberryFix intermittent hang when stopping PortaudioBackend
2016-11-12 Robin Gareusfix const-cast
2016-11-10 nick_mrename Tempo _beats_per_minute to _note_types_per_minut...
2016-11-10 Tim MayberryUse better debug output in PortaudioBackend
2016-10-19 Robin GareusWork around OSX MIDI devices that send no timestamps
2016-10-18 Paul Davisfix retrieval of port properties (metadata) when the...
2016-10-17 Paul Davisspelling corrections from Jaromír Mikeš <mira.mikes...
2016-10-04 Kamil RytarowskiNetBSD ships with pollts(2) similar to Linux specific...
2016-10-04 Kamil RytarowskiNetBSD ships with <sys/endian.h> not <endian.h>
2016-08-30 John EmmasUpdate our MSVC project files to generate the most...
2016-08-28 Robin Gareusfix Coreaudio Aggregate for separate devices with ident...
2016-08-22 Robin Gareusprint a warning if CoreAudio falls back to non realtime...
2016-08-19 Robin Gareushandle edge-case where jack-meta-data may be NULL,...
2016-07-24 Robin Gareuskilo is a lower-case 'k'
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-14 Robin Gareusproperly sort port-names
2016-07-11 Robin Gareusadd a MTC/sysex test sequence
2016-07-08 Robin Gareusfix port-sort order for good.
2016-07-08 Robin Gareuspre-sort port-names
2016-07-01 Robin Gareusfix jack_port_rename() detection
2016-05-29 Robin Gareusbump max number of possible ALSA backend channels
2016-05-27 nick_mTempo ramps - rename bbt_time() -> bbt_at_frame(),...
2016-05-27 nick_mInitial stab at tempo ramps.
2016-05-27 Robin Gareusadd a test-sequence for polyphonic pressure
2016-05-22 Robin GareusNO-OP indent
2016-05-22 John EmmasMake sure MSVC knows which version of 'floor()' we...
2016-05-21 Robin GareusDummy Backend evolution
2016-05-21 John EmmasAccommodate the fact that 'msvc_resources.rc.in' got...
2016-05-06 Robin Gareusadd missing include
2016-05-06 Robin Gareusconvert WinMME Device names to UTF-8
2016-05-03 John EmmasMSVC won't compile 'const float _demolition[]' because...
2016-04-29 Robin Gareusremove skeleton backend (superseded by portaudio)
2016-04-29 Robin GareusI wanna be nasty, I wanna be cruel,..
2016-04-26 Robin Gareusport 93eac8b0 to ALSA and CoreAudio
2016-04-26 John Emmas#define HAVE_JACK_PORT_RENAME when building with MSVC
2016-04-26 John EmmasUse 'const_iterator' to prevent MSVC from complaining
2016-04-26 Robin Gareuskeep portmap & portindex in sync when renaming ports
2016-04-24 Robin Gareus..and CoreAudio.
2016-04-24 Robin GareusO(log(n)) port and connection lookup for ALSA
2016-04-24 Robin Gareusnow with C++98 compat
2016-04-24 Robin Gareusoptimize port lookup, adding/removing/reconnecting...
2016-04-17 Robin Gareusimplement metadata-set for remaining backends
2016-04-17 Robin Gareusimplement pretty-name set-property for ALSA and Dummy
2016-04-04 John EmmasModify our MSVC projects to build liblua as a DLL rathe...
2016-03-01 Paul DavisFix build on El Capitan
2016-02-28 Robin Gareusprepare for update to waf 1.8
2016-02-27 John EmmasAccommodate 'lua' search paths in various projects...
2016-02-26 Robin Gareusfix hang at exit (after freewheeling) with PA-nonblocki...
2016-02-12 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-02-11 Tim MayberryAdd debugging output for WinMME midi device names
2016-02-11 Tim MayberryOnly build one version of the Portaudio backend that...
2016-02-11 Tim MayberryImplement new AudioBackend API in PA backend to choose...
2016-02-11 Tim MayberryAdd a missing include from portaudio WINMME source...
2016-02-11 Tim MayberryImplement MIDI device enumeration and latency offset...
2016-01-12 Paul Davisremove wavesaudio backend
2016-01-11 Robin Gareusname ALSA midi ports after device 4.6
2016-01-11 Robin Gareusfix warning message typo
2016-01-10 Paul Daviscoremidi: do not clear port buffer for every call to...
2016-01-09 Paul Davisadd explanatory comment regarding coremidi data flow
2016-01-09 Paul Daviscoremidi: be sure to mark _event._pending false after...
2016-01-08 Paul Daviscoreaudio: remove debug output
2016-01-08 Paul Daviscoreaudio: remove debug output
2016-01-08 Paul DavisNOOP: fix whitespace/indendentation in coreaudio backen...
2016-01-08 Paul Daviscoreaudio: reset MIDI parsers when entering and leaving...
2016-01-07 Paul Daviscoreaudio: correctly clear MIDI port buffers
2016-01-07 Paul Daviscoreaudio: factor out common code for stuffing MIDI...
2016-01-07 Paul Daviscoreaudio: per-port parser for incoming MIDI, copied...
2016-01-07 Robin Gareusnitpick
2016-01-07 Paul Davisfix missing symbol on OS X
2015-12-23 John Emmas#define BACKEND_NAME when building with MSVC (portaudio...
2015-12-21 Robin Gareusship both blocking and callback PA backends (for debug...
2015-12-08 Robin Gareusstandardize port-names
2015-12-07 Robin Gareusfix previous commit.
2015-12-07 Robin Gareusportaudio connect & graph-changed callbacks (untested)
2015-12-05 Robin GareusJACK: expose --nperiods option
2015-12-05 Robin Gareusfix -Wreorder
2015-12-05 Robin Gareusupdate ALSA backend: separate playback/capture periods
2015-12-04 Robin GareusALSA: allow to dynamically add/remove midi devices...
2015-12-04 Robin GareusALSA: allow to measure & set systemic audio latency...
2015-12-04 Robin Gareusimplement ALSA period/cycle setting
2015-12-02 Tim MayberryFix latency compensation for audio data in portaudio...
2015-12-02 Tim MayberryUse portaudio callback API by default in portaudio...
2015-12-02 Tim MayberryRename member variables in Portaudio Backend for consis...
2015-12-02 Tim MayberryRename blocking process function in portaudio backend
2015-12-02 Tim MayberryRename blocking thread function in portaudio backend
2015-11-29 Robin GareusNOOP, remove trailing whitespace, replace tabs in pytho...
2015-11-28 Robin Gareusadd some midi-debug printf() to the dummy backend
2015-11-19 Tim MayberryFix windows build when using pthreads-win32 library
2015-11-19 Tim MayberryUse a range of values for ASIO buffer sizes if provided...
2015-11-19 Tim MayberryAdd support for callback API to portaudio backend but...
2015-11-12 Robin Gareusfix edge-case in Dummy-backend random number generator...
2015-10-28 Robin Gareusfix JACK/windows compilation
2015-10-28 Robin Gareususe weak-jack's jack_port_rename wrapper
2015-10-10 Robin Gareuscoreaudio: reset freewheeling after export
2015-10-07 Tim MayberryFix handling of Sysex messages with WinMME midi driver
2015-10-06 Paul Davismore debugging for MIDI input via WinMME
2015-10-06 Paul Davisadd more debugging to portaudio/MME MIDI backend
2015-10-06 Tim MayberryFix WinMME midi driver shutdown with sysex enabled
next