From 9d3ee2278d2484700f83b75b845a181a69267463 Mon Sep 17 00:00:00 2001 From: Brian Whitman Date: Thu, 12 Sep 2024 06:10:50 -0700 Subject: [PATCH] fixing store patch bug found in #191 --- src/patches.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/patches.c b/src/patches.c index 5f41d30..ae631c4 100644 --- a/src/patches.c +++ b/src/patches.c @@ -69,6 +69,7 @@ void patches_reset() { } } + void patches_store_patch(char * message) { // patch#,amy patch string // put it in ram @@ -79,8 +80,8 @@ void patches_store_patch(char * message) { char sub_message[255]; uint16_t start = 0; for(uint16_t i=0;i max_osc) max_osc = patch_event.osc;