Commit 1ee8b85
committed
Add option to disable legacy OSC support in PulsoidModule
Added a new `disableLegacySupport` property to the `PulsoidModule` class
to toggle legacy OSC support. Updated `SendHRToOSC` method to conditionally
send additional OSC parameters based on this property. Introduced a new
checkbox in `MainWindow.xaml` to allow users to enable or disable legacy
OSC support through the UI.1 parent 55d3a81 commit 1ee8b85
File tree
2 files changed
+38
-5
lines changed- vrcosc-magicchatbox
- Classes/Modules
2 files changed
+38
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
911 | 914 | | |
912 | 915 | | |
913 | 916 | | |
914 | | - | |
915 | | - | |
916 | 917 | | |
917 | 918 | | |
918 | | - | |
| 919 | + | |
919 | 920 | | |
920 | | - | |
921 | | - | |
| 921 | + | |
| 922 | + | |
922 | 923 | | |
923 | 924 | | |
924 | 925 | | |
| |||
935 | 936 | | |
936 | 937 | | |
937 | 938 | | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
938 | 950 | | |
939 | 951 | | |
940 | 952 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2447 | 2447 | | |
2448 | 2448 | | |
2449 | 2449 | | |
| 2450 | + | |
| 2451 | + | |
| 2452 | + | |
| 2453 | + | |
| 2454 | + | |
| 2455 | + | |
| 2456 | + | |
| 2457 | + | |
| 2458 | + | |
| 2459 | + | |
| 2460 | + | |
| 2461 | + | |
| 2462 | + | |
| 2463 | + | |
| 2464 | + | |
| 2465 | + | |
| 2466 | + | |
| 2467 | + | |
| 2468 | + | |
| 2469 | + | |
| 2470 | + | |
2450 | 2471 | | |
2451 | 2472 | | |
2452 | 2473 | | |
| |||
0 commit comments