DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 68edcd6926c634b881fe7d66edbdac22db0b0e77
parent 4ffe8feba4e4c4fb8c0f7a3296b497d1a85c9c49
Author: falkTX <falktx@falktx.com>
Date:   Fri,  3 Sep 2021 11:33:22 +0100

Add more badges

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
MREADME.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,5 +1,7 @@ # DPF - DISTRHO Plugin Framework -[![Build Status](https://github.com/DISTRHO/DPF/actions/workflows/makefile.yml/badge.svg)](https://github.com/DISTRHO/DPF/actions/workflows/makefile.yml) +[![makefile](https://github.com/DISTRHO/DPF/actions/workflows/makefile.yml/badge.svg)](https://github.com/DISTRHO/DPF/actions/workflows/makefile.yml) +[![cmake](https://github.com/DISTRHO/DPF/actions/workflows/cmake.yml/badge.svg)](https://github.com/DISTRHO/DPF/actions/workflows/cmake.yml) +[![example-plugins](https://github.com/DISTRHO/DPF/actions/workflows/example-plugins.yml/badge.svg)](https://github.com/DISTRHO/DPF/actions/workflows/example-plugins.yml) DPF is designed to make development of new plugins an easy and enjoyable task.<br/> It allows developers to create plugins with custom UIs using a simple C++ API.<br/>