From d46cdc86df5315d89768e07fb04f8fb5d4b6e6bb Mon Sep 17 00:00:00 2001
From: Akascape <89206401+Akascape@users.noreply.github.com>
Date: Tue, 21 Dec 2021 19:38:27 +0530
Subject: [PATCH] Update Readme.md
---
Readme.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Readme.md b/Readme.md
index 8f51a63..8b811bb 100644
--- a/Readme.md
+++ b/Readme.md
@@ -16,6 +16,7 @@ You can either use the python based version for viewing logs and changing source
• Click on the datamosh button, then wait for a few seconds
• Then your video will be moshed, see the video in its directory
# Effects Info:
+c=Glitch Size; n=Frame Frequency
All effects:
• Buffer - creates ring buffers (NEW)
@@ -43,7 +44,7 @@ You can either use the python based version for viewing logs and changing source
• Random - randomizes frame order
• Reverse - reverse frame order
• Invert - switches each consecutive frame witch each other
-
• Bloom - duplicates c times p-frame number n (c=Glitch Size; n=Frame Frequency)
+
• Bloom - duplicates c times p-frame number n
• Pulse - duplicates groups of c p-frames every n frames
• Overlap - copy group of c frames taken from every nth position
• Jiggle - take frame from around current position. n parameter is spread size.