From a3fcd03a7222b69009f389b9be42b53c7073defc Mon Sep 17 00:00:00 2001 From: Gergo Koteles Date: Tue, 26 Nov 2024 23:30:10 +0100 Subject: [PATCH] update Synth_Dexed to 65d8383ad5 Contains various fixes: https://codeberg.org/dcoredump/Synth_Dexed/pulls/11 https://codeberg.org/dcoredump/Synth_Dexed/pulls/12 https://codeberg.org/dcoredump/Synth_Dexed/pulls/13 And sostenuto/hold: https://codeberg.org/dcoredump/Synth_Dexed/pulls/10 https://codeberg.org/dcoredump/Synth_Dexed/pulls/7 --- submod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submod.sh b/submod.sh index 6685bef..03d5cd4 100755 --- a/submod.sh +++ b/submod.sh @@ -23,5 +23,5 @@ cd - # Use fixed master branch of Synth_Dexed cd Synth_Dexed/ git reset --hard -git checkout c9f5274 +git checkout 65d8383ad5 cd -