From d6f5ef70891ca43da6f3f401e072efceda759f69 Mon Sep 17 00:00:00 2001 From: Weird Constructor Date: Wed, 20 Jul 2022 05:42:05 +0200 Subject: [PATCH] . --- README.md | 3 +++ src/lib.rs | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 1e91765..076aaf5 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,9 @@ devote for project coordination. So please don't be offended if your issue rots in the GitHub issue tracker, or your pull requests is left dangling around for ages. +If you want to contribute new DSP nodes/modules to HexoDSP/HexoSynth, +please look into the guide at the start of the [crate::dsp] module. + I might merge pull requests if I find the time and think that the contributions are in line with my vision. diff --git a/src/lib.rs b/src/lib.rs index aed0d45..7840467 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -188,6 +188,9 @@ devote for project coordination. So please don't be offended if your issue rots in the GitHub issue tracker, or your pull requests is left dangling around for ages. +If you want to contribute new DSP nodes/modules to HexoDSP/HexoSynth, +please look into the guide at the start of the [crate::dsp] module. + I might merge pull requests if I find the time and think that the contributions are in line with my vision.