From 45acae9f753a015a9a8cfc4ddb77d64a1f7fd8dd Mon Sep 17 00:00:00 2001 From: SeaSponge <61109988+Squidwarder@users.noreply.github.com> Date: Wed, 8 Dec 2021 14:53:19 -0800 Subject: [PATCH] Moved fade_out() to be in src folder --- fade_out.m => src/fade_out.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename fade_out.m => src/fade_out.m (99%) diff --git a/fade_out.m b/src/fade_out.m similarity index 99% rename from fade_out.m rename to src/fade_out.m index 4f21a1b..f50812b 100644 --- a/fade_out.m +++ b/src/fade_out.m @@ -29,4 +29,4 @@ function output = fade_out(input, time) end -% This is useful for creating videos, specifically the outro part \ No newline at end of file +% This is useful for creating videos, specifically the outro part