From f72a89ed612852cf3b97b106f78b64dce0b115d0 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 10 May 2026 13:55:47 +0200 Subject: [PATCH] no setCurrentProgram on getCurrentSatte --- src/plug/PluginProcessor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plug/PluginProcessor.cpp b/src/plug/PluginProcessor.cpp index 6da95a8..6470a15 100644 --- a/src/plug/PluginProcessor.cpp +++ b/src/plug/PluginProcessor.cpp @@ -909,8 +909,6 @@ void JaySynthAudioProcessor::getCurrentProgramStateInformation (MemoryBlock& des ScopedPointer xml = new XmlElement("JSynth"); patchEncodeXml(xml, currpatch); - setCurrentProgram(getCurrentProgram()); - // then use this helper function to stuff it into the binary blob and return it.. copyXmlToBinary (*xml, tmpBlock); GZIPEnc.write(tmpBlock.getData(), tmpBlock.getSize());