13
0
livetrax/libs/backends
Tim Mayberry 9cabc1bb9a Fix MIDI input on Portaudio Backend with 32bit Windows release/optimized builds
MIDI input doesn't work with -O3 or -O2 optimization levels, no real idea why
at this point. So just append -O0 to CXXFLAGS to override previous optimization
flags for compiling the PortaudioBackend files
2015-08-04 00:15:59 +10:00
..
alsa ALSA backend: add support for half-duplex devices 2015-06-14 22:26:06 +02:00
asio Skeleton backend for brave volunteers. 2015-03-30 21:23:52 +02:00
coreaudio coreaudio aggregate device fix for 10.5 2015-07-24 01:34:57 +02:00
dummy another float/double -Wabsolute-value fix 2015-07-05 16:13:08 +02:00
jack fix jack_port_get_aliases return value (if n/a) 2015-07-04 12:54:41 +02:00
MSVCbackends Add some newly introduced sources to our MSVC project (portaudio_backend) 2015-07-31 13:45:18 +01:00
portaudio Fix MIDI input on Portaudio Backend with 32bit Windows release/optimized builds 2015-08-04 00:15:59 +10:00
wavesaudio MSVC doesn't have 'sleep()' (it uses 'Sleep()' with a capital 'S') so let's make sure it'll still compile 2015-07-02 08:23:38 +01:00
wscript Replace individual waf options for enabling backends with one --with-backends option 2014-11-26 22:47:05 +07:00