From b438ed8160610d3c1c84b56ae2adf3b9eb912dc1 Mon Sep 17 00:00:00 2001 From: Aircoookie Date: Wed, 13 Nov 2019 12:03:48 +0100 Subject: [PATCH] Updated Add own functionality (markdown) --- Add-own-functionality.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Add-own-functionality.md b/Add-own-functionality.md index e5c5a32..182b2ac 100644 --- a/Add-own-functionality.md +++ b/Add-own-functionality.md @@ -63,4 +63,13 @@ Keep in mind that this will not cause interface updates as of 0.8.6. For that, y ### Create custom effects -TBD \ No newline at end of file +It is possible to create your own effects and add them to the FX library. +The relevant files for that are `FX.cpp` and `FX.h`. + +Here is a step-by-step guide on how to make your effect: + +1. Take a look at some of the effects in `FX.cpp` to see how they are implemented! + +2. TBD + +If you programmed a nice effect you want to share, submit a pull request! \ No newline at end of file