summaryrefslogtreecommitdiff
path: root/libs/backends
AgeCommit message (Expand)Author
2014-05-16outline portable implementation to replace clock_gettime()Robin Gareus
2014-05-16replace gettimeofday() with g_get_monotonic_time()Robin Gareus
2014-05-16DummyAudioBackend: configurable number of MIDI portsRobin Gareus
2014-05-15DummyAudioBackend: prepare configurable number of midi portsRobin Gareus
2014-05-06Add some more missing #includesJohn Emmas
2014-05-06'atomic_ops' to use glib, rather than Waves's inbuilt atomic operationsJohn Emmas
2014-05-06Add a return value to 'WCMRPortAudioDeviceManager::getDeviceAvailableSampleRa...John Emmas
2014-05-06Add a couple of pthread helper macrosJohn Emmas
2014-05-06Add 'waves_backend.vcproj'John Emmas
2014-05-06Add the 'porttime' source file for WindowsJohn Emmas
2014-05-06Add some type guards to 'wstdint.h' (in case we previously #included some hea...John Emmas
2014-05-06Add some casting and namespace specifiers to keep MSVC happyJohn Emmas
2014-05-06Add a couple of missing header files (needed for cin /cout etc)John Emmas
2014-05-01fix install path for ./waf install of waves backendPaul Davis
2014-05-01second part of windows/osx macro change - forgot *.cpp filesPaul Davis
2014-05-01alter platform-dependent preprocessor macros to use the same names as the res...Paul Davis
2014-05-01fix compile for waves backend, after recent API changePaul Davis
2014-05-01Add AudioBackend::info() method to retrieve AudioBackendInfo objectPaul Davis
2014-04-30more previously applied changes required to build Waves audio/midi backendPaul Davis
2014-04-30second part of (previously applied) change to be able to use -fms-extensions ...Paul Davis
2014-04-302nd attempt at updated Waves audio backend, with added -fms-extensions as pre...Paul Davis
2014-04-29Revert "update wavesaudio backend, now supports Windows (ASIO) as well as OS ...Paul Davis
2014-04-29update wavesaudio backend, now supports Windows (ASIO) as well as OS X (CoreA...Paul Davis
2014-04-29DummyAudioBackend: fix freewheelin' typoRobin Gareus
2014-04-29DummyAudioBackend: implement /fake/ system portsRobin Gareus
2014-04-29DummyAudioBackend: NOOP, white-space, clarify variable name & castsRobin Gareus
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-04-28DummyAudioBackend: port-engine, midi-buffers and the rest of itRobin Gareus
2014-04-28DummyAudioBackend: basic process threads and support structureRobin Gareus
2014-04-28skeleton dummy audio-engineRobin Gareus
2014-04-08Add the main VC project files for building Ardour3 with Microsoft Visual StudioJohn Emmas
2014-03-23fix undefined value, support netjack2Robin Gareus
2014-02-24remove unnecessary files from native audio backendPaul Davis
2014-02-24add waves audio backend when building on applePaul Davis
2014-02-24add -fms-extensions to allow earlier apple gcc to support anonymous union, as...Paul Davis
2014-02-24remove SampleFormat code from waves audio backendPaul Davis
2014-02-24new audio engine backend for native CoreAudio audio I/O, and PortMIDI for MIDI.Paul Davis
2014-02-24changes to wscript to build new audio engine backendPaul Davis
2014-02-24remove unused and unimplementable audio engine sample format codePaul Davis
2014-01-10finished merge of cairocanvas with windows and windows+cc branchesPaul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-07Merge branch 'master' into cairocanvasPaul Davis
2014-01-06add M-Audio 2496 as a recognized card for the mudita24 control panel/app.Paul Davis
2013-12-12fix merge conflicts from masterPaul Davis
2013-12-09ignore "unofficial" states in jack_sync_callback()Nils Philippsen
2013-12-05Merge branch 'master' into cairocanvasPaul Davis
2013-12-04Merge branch 'master' into windowsPaul Davis
2013-12-04change "cpu" in cpu load backend functionsPaul Davis
2013-12-03switch from using Sleep/usleep to Glib::usleep()Paul Davis
2013-12-03Reinstate call to package config for JACK backendTim Mayberry