From 0f0bacfdee7061f0451180e942806c4806f4bd8f Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Wed, 14 Apr 2021 22:19:59 +0200 Subject: [PATCH] Small readme restructuring and links to authors and contributing guide files Signed-off-by: Christopher Arndt --- README.md | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5ef474c..3b0197a 100644 --- a/README.md +++ b/README.md @@ -47,25 +47,34 @@ MIDI CC values (0-127) are mapped to dBFS using the current slider scale for the corresponding channel. -## Feedback +## Authors and Acknowledgements + +jack_mixer was initially written and supported by Nedko Arnaudov, it is now +maintained by Frédéric Péters. For a list of contributors see the file +[AUTHORS]. + +K-meter implementation taken from jkmeter, licensed under the GPL 2, by Fons +Adriaensen. + + +## Feedback and Contributing If you have trouble getting jack_mixer working, find a bug or you miss some feature, please [create an issue] on GitHub or contact the maintainer by email. -jack_mixer was initially written and supported by Nedko Arnaudov, it is now -maintained by Frédéric Péters. You can reach Frédéric at fpeters (a.t) 0d (dot) -be, and Nedko at nedko (a.t) arnaudov (dot) name. Most recently, the primary -developers are Daniel Sheeler at dsheeler (a.t) pobox (dot) com and Christopher -Arndt at chris (a.t) chrisarndt (dot) de, and you can also usually find these -folks in #jack_mixer or #lad on FreeNode (as fpeters, nedko, dsheeler and -strogon14). - +You can reach Frédéric at `fpeters (a.t) 0d (dot) be`, and Nedko at +`nedko (a.t) arnaudov (dot) name`. Most recently, the primary developers are +Daniel Sheeler at `dsheeler (a.t) pobox (dot) com` and Christopher Arndt at +`chris (a.t) chrisarndt (dot) de`, and you can also usually find these folks in +`#jack_mixer` or `#lad` on FreeNode (as *fpeters*, *nedko*, *dsheeler* and +*strogon14*). -## Acknowledgements +If you want to get involved with jack_mixer's development, documentation or +translation, please read the [contributing guide]. -K-meter implementation taken from jkmeter, licensed under -the GPL 2, by Fons Adriaensen. +[AUTHORS]: ./AUTHORS [COPYING]: ./COPYING [INSTALL.md]: ./INSTALL.md +[contributing guide]: ./docs/CONTRIBUTING.md [create an issue]: https://github.com/jack-mixer/jack_mixer/issues