From b4fc050f4aad704e85a879c07c6a8075c35793b9 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 12 Oct 2020 20:17:39 -0600 Subject: [PATCH] Quicker cutoff --- .gitignore | 1 + patches.h | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..722d5e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode diff --git a/patches.h b/patches.h index 53f8264..27f5a8b 100644 --- a/patches.h +++ b/patches.h @@ -20,10 +20,10 @@ Patch Bank[] = { { "Venus Oboe", { - {1.0, 0, 10.5, 0, 5000, 0.75, 100, 0, 1.00}, - {1.0, 0, 10.5, 0, 2000, 0.80, 100, 0, 4.00}, - {0.0, 0, 10.5, 0, 2000, 0.50, 100, 0, 8.00}, - {0.0, 0, 50.0, 0, 800, 0.75, 100, 0, 16.00}, + {1.0, 0, 10.5, 0, 5000, 0.75, 5.0, 0, 1.00}, + {1.0, 0, 10.5, 0, 2000, 0.80, 5.0, 0, 4.00}, + {0.0, 0, 10.5, 0, 2000, 0.50, 5.0, 0, 8.00}, + {0.0, 0, 50.0, 0, 800, 0.75, 5.0, 0, 16.00}, }, 0.0, },