From c90a7db73968212f9502d8155d4e35b2dda1cd17 Mon Sep 17 00:00:00 2001 From: Eric Dahl Date: Tue, 17 May 2022 13:53:13 -0400 Subject: [PATCH] Add GreyMatter E! Card patches --- getsysex.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/getsysex.sh b/getsysex.sh index fa73153..18c0ff1 100755 --- a/getsysex.sh +++ b/getsysex.sh @@ -41,3 +41,7 @@ wget -c "${DIR}"/vrc111a.syx -O sysex/voice/000023_vrc111a.syx wget -c "${DIR}"/vrc111b.syx -O sysex/voice/000024_vrc111b.syx wget -c "${DIR}"/vrc112a.syx -O sysex/voice/000025_vrc112a.syx wget -c "${DIR}"/vrc112b.syx -O sysex/voice/000026_vrc112b.syx + +wget -c "${DIR}"/2.syx -O sysex/voice/000027_greymatter2.syx +wget -c "${DIR}"/5.syx -O sysex/voice/000028_greymatter5.syx +wget -c "${DIR}"/7.syx -O sysex/voice/000029_greymatter7.syx