summaryrefslogtreecommitdiffstats
path: root/src/server/PortAudioDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-09Clean up includes and forward declarationsDavid Robillard1-20/+14
2019-03-08Pass World everywhere by referenceDavid Robillard1-2/+2
2018-09-23Use lowercase namespace namesDavid Robillard1-4/+4
2018-09-22Use new LV2 include pathsDavid Robillard1-1/+1
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-1/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-2/+0
2017-12-25Use nullptrDavid Robillard1-6/+6
2017-04-12Allow buffer size to be specified on the command lineDavid Robillard1-1/+1
2017-03-20Fix event timing with PortAudio driverDavid Robillard1-7/+17
2017-02-18Add experimental PortAudio driverDavid Robillard1-0/+289