Adding persist - T2

Adding model persist so that the apply can be used for testing. Previous did not  persist as intented.
This commit is contained in:
Extremesecrecy
2025-07-25 19:58:43 -07:00
parent bce2e68ee3
commit c33c69899c
5 changed files with 22 additions and 5 deletions
+1 -1
View File
@@ -449,7 +449,7 @@ namespace pipedal
return this->audioHost->getJackStatus();
}
JackServerSettings GetJackServerSettings();
void SetJackServerSettings(const JackServerSettings &jackServerSettings);
void SetJackServerSettings(const JackServerSettings &jackServerSettings, bool persist = true);
void ListenForMidiEvent(int64_t clientId, int64_t clientHandle);
void CancelListenForMidiEvent(int64_t clientId, int64_t clientHandle);