You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.
Hey all. Love the program and the fact it is open source!
I've been using some custom trigger feedback effects for my DualSense controller. However, they require me changing them in the source and recompiling every time.
I have since been making a new UserControl to adjust the parameters. I need some help figuring out how to save/load the settings for each profile.
I noticed you have ProfileDTO.cs class, which seems to contain what I am looking for, just haven't found a way to get an instance of that object for the editing profile. I also am not sure how to set the values for the different settings either.
Last thing is I haven't figured out how to properly change the customization window to match the light/dark theme settings.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey all. Love the program and the fact it is open source!
I've been using some custom trigger feedback effects for my DualSense controller. However, they require me changing them in the source and recompiling every time.
I have since been making a new UserControl to adjust the parameters. I need some help figuring out how to save/load the settings for each profile.
I noticed you have ProfileDTO.cs class, which seems to contain what I am looking for, just haven't found a way to get an instance of that object for the editing profile. I also am not sure how to set the values for the different settings either.
Last thing is I haven't figured out how to properly change the customization window to match the light/dark theme settings.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions