DPF

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

commit fa10096a86719ff5474b5e11067bc28dbaf36b6d
parent 3af8555ffbfe77cf471725c4ad46dfe127f8ff89
Author: falkTX <falktx@falktx.com>
Date:   Tue, 21 Apr 2020 02:24:02 +0100

Describe where to get help

Diffstat:
MREADME.md | 12+++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -17,6 +17,15 @@ Getting time information from the host is possible.<br/> It uses the same format as the JACK Transport API, making porting some code easier.<br/> +## Help and documentation + +Bug reports happen on the [https://github.com/DISTRHO/DPF/issues](DPF github project). + +Online documentation is available at [https://distrho.github.io/DPF/](https://distrho.github.io/DPF/). + +Online help and discussion about DPF happens in the [https://chat.kx.studio/channel/dpf](KXStudio chat DPF room). + + ## List of plugins made with DPF: - [DISTRHO glBars](https://github.com/DISTRHO/glBars) - [DISTRHO Kars](https://github.com/DISTRHO/Kars) @@ -52,6 +61,3 @@ Checking the [github "DPF" tag](https://github.com/topics/dpf) can potentially b Plugin examples are available in the `example/` folder inside this repo.<br/> Extra OpenGL UI examples are available [here](https://github.com/DISTRHO/gl-examples). - - -Online documentation is available at [https://distrho.github.io/DPF/](https://distrho.github.io/DPF/).