summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
* Update sample rate from AU * Fix resid, it is uint16 and not a string
2019-01-29Dynamic AU res id based on plugin unique idfalkTX
Signed-off-by: falkTX <falktx@gmail.com>
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
* Add gain example plugin * Add missing overridden methods
2019-01-28Fix CoreAudio warnings in 10.6 toolchainfalkTX
Signed-off-by: falkTX <falktx@gmail.com>
2019-01-28Fix for AU cross-compilation, whitespace in makefilefalkTX
Signed-off-by: falkTX <falktx@gmail.com>
2019-01-28NamingfalkTX
Signed-off-by: falkTX <falktx@gmail.com>
2019-01-27AU fixes 2 (#118)Damien Zammit
* AU fixes 2 * Try to fix params
2019-01-26AU fixes (#116)Damien Zammit
* Fix AU dsp processing (N in / N out should be working) * Add missing flags * Remove -arch flags : let the user set them in CXXFLAGS etc
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
Signed-off-by: falkTX <falktx@gmail.com>
2019-01-24Add dummy AU bundle filesfalkTX
Signed-off-by: falkTX <falktx@gmail.com>
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
Signed-off-by: falkTX <falktx@gmail.com>
2019-01-24Add initial code for AU pluginfalkTX
Signed-off-by: falkTX <falktx@gmail.com>
2019-01-12Cairo example (#108)JP Cimalando
* Rewrite the Cairo example in matching code style * Use of ScopedPointer in the Cairo example
2019-01-12Fix Size::isValid() checkfalkTX
Signed-off-by: falkTX <falktx@gmail.com>
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
Pkg-config must be invoked with --static, to link other dependency libraries such as pixman.
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
Signed-off-by: falkTX <falktx@gmail.com>
2019-01-10Merge branch 'master' into developFilipeCSnuk
2019-01-07Relicense the Cairo plugin demo as ISCJP Cimalando
2019-01-07Add CairoUI plugin example, WIPfalkTX
Signed-off-by: falkTX <falktx@gmail.com>
2019-01-07Adjustments for Cairo, and general cleanupfalkTX
Signed-off-by: falkTX <falktx@gmail.com>
2019-01-06Do not use pugl context detection during runtimefalkTX
Signed-off-by: falkTX <falktx@gmail.com>
2019-01-06double buffering for Cairo on WindowsJP Cimalando