Commit Graph
272 Commits
Author SHA1 Message Date
pblivingston dce6f37bf1 Merge branch 'iremote' into patch-arraymembers 2025-11-25 21:32:31 -05:00
pblivingston 5fc5680c75 fix ToString 2025-11-25 21:29:45 -05:00
pblivingston 80869d4306 tests
pester tests pass
2025-11-25 21:25:13 -05:00
pblivingston e0b01288ff Update kinds.ps1 2025-11-25 20:43:31 -05:00
pblivingston 3a5c7286f6 Patch
Patch class with:
- Patch.asio[i]
- Patch.OutA2[i]-OutA5[i]
- Patch.composite[i]
- Patch.insert[i]
- Patch.postFaderComposite
- Patch.postFxInsert
2025-11-25 20:38:57 -05:00
pblivingston c086f58ade ArrayMember classes 2025-11-25 18:54:36 -05:00
pblivingston e5137b842b Update CHANGELOG.md 2025-11-25 16:44:16 -05:00
pblivingston 78f7fc80d4 vban
implement iremote
2025-11-25 16:39:44 -05:00
pblivingston 62d9e89b5f strip
implement iremote
2025-11-25 16:33:04 -05:00
pblivingston a6f7d8efe0 recorder
implement iremote
2025-11-25 16:05:13 -05:00
pblivingston b372cf8087 Update command.ps1
forgot to pass to base
2025-11-25 15:59:39 -05:00
pblivingston eeb30925fa command
implement iremote
2025-11-25 15:40:15 -05:00
pblivingston 09d8bd48eb bus
implement iremote
2025-11-25 15:35:00 -05:00
pblivingston b0a6bf7b63 nullable index
make index nullable so ToString can append the index for indexed objects
2025-11-25 15:32:27 -05:00
pblivingston 9a2529c617 module path in tests
change module path so we can run from /tests/
2025-11-25 15:25:40 -05:00
pblivingston 2404bfb50f create iremote.ps1 2025-11-25 14:39:10 -05:00
onyx_online bd0779add2 add Taskfile
upd tasks in launch.json

add with Task to Run tests in README
2025-06-06 13:50:16 +01:00
onyx_online a0a2c72634 run through formatter
rename pre-commit to run

remove num and log parameters
2025-06-06 13:49:35 +01:00
onyx_online 0f68a2373d run through formatter 2025-06-06 13:48:24 +01:00
onyx_online 2d6437d37b run through formatter 2025-06-06 13:48:11 +01:00
onyx_online f199fa587f add Voicemeeter + OBS button example 2025-06-05 20:19:16 +01:00
onyx_online b6c9c65390 update requirements with note about different scriptdeck versions 2025-06-05 20:10:19 +01:00
onyx_online 436b47a5db upd example 2025-06-05 16:43:30 +01:00
onyx_online 0cdd71600f reword 2025-06-05 01:58:02 +01:00
onyx_online 41529c0d58 add module installation note 2025-06-05 01:55:53 +01:00
onyx_online b1a6ac68c1 add stream deck example README 2025-06-05 01:51:15 +01:00
onyx_online fbfab5b4aa 3.3.0 section added to CHANGELOG
added dates for past versions
2024-06-29 10:03:32 +01:00
onyx_online 4d371a7582 Remove the 1 second wait from RunVoicemeeter
Write exception message to Debug
2024-06-29 07:13:11 +01:00
onyx_online 15b3b375bd md fix 2024-06-29 06:55:48 +01:00
onyx_online c8abc6964a update RunVoicemeeter to launch x64 bit GUIs for all kinds
Keep testing login for up to 2 seconds.
If timeout exceeded throw VMRemoteError
2024-06-29 06:53:20 +01:00
onyx_online 907ee3e63b upd tested against 2024-06-28 11:12:01 +01:00
onyx_online f3ed9c28c7 upd doc link 2024-01-03 09:38:22 +00:00
onyx_online d305a4048d "\" -Join path parts 2023-08-17 15:02:03 +01:00
onyx_online 108731b4cf add RunMacrobuttons(), CloseMacrobuttons() 2023-08-17 03:19:05 +01:00
onyx_online e7c648f1d0 fix function names 2023-08-17 03:05:32 +01:00
onyx_online b21a71471b 3.2.0 section added to CHANGELOG 2023-08-17 02:57:24 +01:00
onyx_online 43367525c5 Errors section added to README 2023-08-17 02:56:38 +01:00
onyx_online d0fbd6deef CAPIError properties renamed.
code and function better describe their meaning.
2023-08-17 02:54:30 +01:00
onyx_online 1df92afcfe check size of script 2023-08-17 02:53:01 +01:00
onyx_online 2ad8118f2c adjust the timings slightly 2023-08-17 00:14:12 +01:00
onyx_online bc6162cf16 add cmdletbinding to examples for debug, verbose flags
add verbose,debug flags to launch scripts
2023-08-16 16:38:00 +01:00
onyx_online 9b3d9f2250 remove Write-Warning for CAPIErrors.
Allow them to bubble up.
(Might be worth adding a helper function to print stacktrace?)
2023-08-16 16:36:43 +01:00
onyx_online 844eaeabaa ErrorMessage removed from error classes 2023-08-16 15:13:30 +01:00
onyx_online a78cdf9a99 RunVoicemeeter function added
All CAPIErrors are now logged and rethrown
2023-08-16 15:12:25 +01:00
onyx_online a40adf27be readme, changelog updated 2023-08-16 03:05:06 +01:00
onyx_online 1397c14522 debug statements added to getters and setters
made some rearrangements to the dot sourcing

ButtonTypes enum added to macrobuttons.ps1

login string now includes version number

Test-RegistryValue added to inst.ps1
2023-08-16 02:52:12 +01:00
onyx_online ff1bd5e6cc section 3.1.0 added to CHANGELOG
close #4
2023-08-15 15:44:14 +01:00
onyx_online f480b637eb pester test script added to launch.json
CHANGELOG, README updated
2023-08-14 23:01:38 +01:00
onyx_online 09078d382b make examples and tests runnable if dot sourced 2023-08-14 22:44:09 +01:00
onyx_online 598e0dd647 add launch scripts 2023-08-14 21:45:18 +01:00