From 04aa80ad3d5af279f4c3ac4445bc1db8993713fa Mon Sep 17 00:00:00 2001 From: Charles Saracco Date: Mon, 15 Jun 2020 00:29:01 -0400 Subject: [PATCH] Add discord link to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d09951b..b704179 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A low-level windowing system geared towards making audio plugin UIs. `baseview` abstracts the platform-specific windowing APIs (winapi, cocoa, xcb) into a platform-independent API, but otherwise gets out of your way so you can write plugin UIs. +Interested in learning more about the project? Join us on [discord](https://discord.gg/b3hjnGw), channel `#vst2-gui`. + ## Roadmap Below is a proposed list of milestones (roughly in-order) and their status. Subject to change at any time.