summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-31AU: Tell host when we have an UIaufalkTX
2019-01-31TypofalkTX
2019-01-31AU: Implement dynamic buffer size and sample ratefalkTX
2019-01-31Merge branch 'au' of github.com:DISTRHO/DPF into aufalkTX
2019-01-31AU: working number of audio channelsfalkTX
2019-01-29Au fixes4 (#121)Damien Zammit
2019-01-29Dynamic AU res id based on plugin unique idfalkTX
2019-01-28AU: activate/deactivate pluginfalkTX
2019-01-28Working AU parameter changesfalkTX
2019-01-28Automatically detect Rez flags; Add test printsfalkTX
2019-01-28Fix buildfalkTX
2019-01-28Add gain example plugin (#119)Damien Zammit
2019-01-28Fix CoreAudio warnings in 10.6 toolchainfalkTX
2019-01-28Fix for AU cross-compilation, whitespace in makefilefalkTX
2019-01-28NamingfalkTX
2019-01-27AU fixes 2 (#118)Damien Zammit
2019-01-26AU fixes (#116)Damien Zammit
2019-01-24Give parameter names and unitsfalkTX
2019-01-24Give AU details to parameters examplefalkTX
2019-01-24AU: initialize buffer size and rate with AU defaultsfalkTX
2019-01-24Dynamic UI name, description and versionfalkTX
2019-01-24Comments on rezfalkTX
2019-01-24Custom filename for AU binaryfalkTX
2019-01-24TypofalkTX
2019-01-24Use some dpf propsfalkTX
2019-01-24Can change AU entry pointfalkTX
2019-01-24Something that works..falkTX
2019-01-24Add DistrhoPluginAU.rfalkTX
2019-01-24Add dummy AU bundle filesfalkTX
2019-01-24AU plugin buildsfalkTX
2019-01-24Fix osx examples buildfalkTX
2019-01-24Fix build with GL or cairo in custom prefixesfalkTX
2019-01-24Add CoreAudio 10.6 filesfalkTX
2019-01-24Add initial code for AU pluginfalkTX
2019-01-12Cairo example (#108)JP Cimalando
2019-01-12Fix Size::isValid() checkfalkTX
2019-01-11Allow to use a different pkg-config program (issue #102) (#104)Oliver
2019-01-11Fix some warnings emitted by GCC 8 and Clang 7JP Cimalando
2019-01-11Fix the link order for Cairo and GDIJP Cimalando
2019-01-11On Windows, statically link Cairo with dependenciesJP Cimalando
2019-01-11Fix a variable naming mistakeJP Cimalando
2019-01-11Fix a few more warningsJP Cimalando
2019-01-11Eliminate some warnings in the CairoUI exampleJP Cimalando
2019-01-10Set DONT_SET_USING_DGL_NAMESPACE macro when building dgl libsfalkTX
2019-01-10Merge branch 'master' into developFilipeCSnuk
2019-01-07Relicense the Cairo plugin demo as ISCJP Cimalando
2019-01-07Add CairoUI plugin example, WIPfalkTX
2019-01-07Adjustments for Cairo, and general cleanupfalkTX
2019-01-06Do not use pugl context detection during runtimefalkTX
2019-01-06double buffering for Cairo on WindowsJP Cimalando