Settings Window Bugs
-
@dannytaurus said in Settings Window Bugs:
MIDI channel is stored in GeneralSettings.xml, not DeviceSettings.xml
Seems odd.
@dannytaurus said in Settings Window Bugs:
Should we remove the Extra Definitions IOS field entirely? Same for App Group ID?
Yes, and what about the team ID? I don't think that's used.
@dannytaurus said in Settings Window Bugs:
Should Visual Studio Version be updated to 2022 if it's the new default?
Once IPP is updated I think will be 2026 since Microsoft have discontinued the community version of 2022.
@dannytaurus said in Settings Window Bugs:
We should probably update the tooltip on VST3 Support now that it's standard.
Makes more sense to remove this and add enable VST2 support check box :D but probably more hassle than it's worth to actually do that.
-
@David-Healey said in Settings Window Bugs:
MIDI channel is stored in GeneralSettings.xml, not DeviceSettings.xml
Seems odd.
It's been there for 9 years, so I guess it's just where it started out.
Here's the PR: https://github.com/christophhart/HISE/pull/850
-
@David-Healey said in Settings Window Bugs:
what about the team ID? I don't think that's used.
Looks like only in the redundant iOS code, but Christoph would know best on that. Just in case it messes with Mac exports.
-
The team ID is used to automatically codesign macOS builds.
-
@dannytaurus said in Settings Window Bugs:
@David-Healey said in Settings Window Bugs:
MIDI channel is stored in GeneralSettings.xml, not DeviceSettings.xml
Seems odd.
It's been there for 9 years, so I guess it's just where it started out.
Here's the PR: https://github.com/christophhart/HISE/pull/850
Great thanks, this one's been bugging me for years!
-
@Christoph-Hart Wait.. does that actually work? I thought we had to do that manually?
We're talking about plugin builds, right - not HISE builds?
-
@dannytaurus Xcode can code sign for you. I always do it manually though. Also if you have multiple certificates installed how does it know which to use?
-
@David-Healey said in Settings Window Bugs:
@dannytaurus Xcode can code sign for you. I always do it manually though. Also if you have multiple certificates installed how does it know which to use?
You have to select which certificate each time you compile
-
@ulrik how does one do that when exporting from HISE and using the auto signing?
-
@David-Healey If compiling in Xcode I mean