summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2015-08-11remove unnecessary namespace forward declPaul Davis
2015-08-11use new FPU singleton pattern in libs/ardourPaul Davis
2015-08-11clean up FPU code with some ideas from Chromium and the webPaul Davis
2015-08-12Fix for crash when loading DrumGizmo VST editor on WindowsTim Mayberry
2015-08-11fix stupid logic error in testing separate bits required for AVX supportPaul Davis
2015-08-11the AVX functions for linux are stubs - they just use non-optimized code. Don...Paul Davis
2015-08-11remove -Woverload-virtual ambiguity (from 1d3690d)Robin Gareus
2015-08-11improved solution for xgetbv() on windows and linux with all compilersPaul Davis
2015-08-11#ifdef out AVX detection on APPLEPaul Davis
2015-08-11add required test of OS support for AVX register usePaul Davis
2015-08-11add test for CPU/FPU AVX capabilitiesPaul Davis
2015-08-11fix deadlock at exit on SMP systemsRobin Gareus
2015-08-11fix jack startup on OSX (w/midi)Robin Gareus
2015-08-11ALSA backend: query and cache available device-parametersRobin Gareus
2015-08-11add API to query ALSA supported parametersRobin Gareus
2015-08-11add API to get combobox option count.Robin Gareus
2015-08-11coreaudio backend: SR/BS query for separate devicesRobin Gareus
2015-08-11Backend API to query rates&sizes for separate I/O.Robin Gareus
2015-08-11fix coreaudio half-duplex buffersize queryRobin Gareus
2015-08-10fix unbelievable typo that broke solo propagationPaul Davis
2015-08-10convert Route::_solo_isolated from counter to a boolean.Paul Davis
2015-08-10Oops - forgot I'd need to add an entry to 'ptformat/wscript'John Emmas
2015-08-10Hmmm... not sure why it didn't add my new files. Trying again.John Emmas
2015-08-10Add support for building the new 'ptformat' library with MSVCJohn Emmas
2015-08-10Merge branch 'pt5-fix' of https://github.com/zamaudio/ardourRobin Gareus
2015-08-09Make MCP MasterPosition match MIDI port number.Len Ovens
2015-08-10Remove printfpt5-fixDamien Zammit
2015-08-09Make sure that the ostream operator << (for class ChanCount) gets correctly e...John Emmas
2015-08-09Fix to PT5 format, (stereo tracks still not fully supported)Damien Zammit
2015-08-09MSVC doesn't define __LITTLE_ENDIAN__John Emmas
2015-08-09Add a newly introduced source file to our MSVC project (libardour)John Emmas
2015-08-09Add a newly introduced #define to our MSVC build project (portaudio backend)John Emmas
2015-08-09remember actual processor configurationRobin Gareus
2015-08-09Fix more warningspt-5-7-xDamien Zammit
2015-08-09Added pt5 pt7 ptx initial format supportDamien Zammit
2015-08-08amend 0e3991e (can_support.. AND configure..)Robin Gareus
2015-08-08AU: discard relationship with master-bus channel count.Robin Gareus
2015-08-08AU: fix debug outputRobin Gareus
2015-08-07remove more cruft (dead assignments)Robin Gareus
2015-08-07remove cruftRobin Gareus
2015-08-07give copy_vector() another chance.Robin Gareus
2015-08-07VST use scratch buffers for processing.Robin Gareus
2015-08-07fix VST plugin crash (from 35a9c63)Robin Gareus
2015-08-07Set the default host api in PortaudioBackend when initializing portaudioTim Mayberry
2015-08-06Fixed pt import start offsets and samplerate mismatch offsetsDamien Zammit
2015-08-06fix ptf library deplyomentRobin Gareus
2015-08-06Added PT .ptf session audio import functionalityDamien Zammit
2015-08-05rework VST processing/buffering (no more alloca).Robin Gareus
2015-08-05VST replaceProcessing () != in-place processing.Robin Gareus
2015-08-05update unit-tests (new Dummy backend name since a9b6277)Robin Gareus