From d51ffacfafd01ed850ab7b3a6155055a724152ce Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 20 Jan 2026 19:47:35 +0000 Subject: [PATCH] rename nextbus script --- examples/nextbus/{GoTo-NextBus.ps1 => Rotate-Buses.ps1} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename examples/nextbus/{GoTo-NextBus.ps1 => Rotate-Buses.ps1} (93%) diff --git a/examples/nextbus/GoTo-NextBus.ps1 b/examples/nextbus/Rotate-Buses.ps1 similarity index 93% rename from examples/nextbus/GoTo-NextBus.ps1 rename to examples/nextbus/Rotate-Buses.ps1 index 60daae4..7c54985 100644 --- a/examples/nextbus/GoTo-NextBus.ps1 +++ b/examples/nextbus/Rotate-Buses.ps1 @@ -12,10 +12,11 @@ param() Import-Module ..\..\lib\Voicemeeter.psm1 -<# - A class that accepts a list of Voicemeeter buses and unmutes them one at a time in a round-robin fashion -#> class BusRotator { + <# + .SYNOPSIS + Class to manage rotating through Voicemeeter buses. + #> [object]$vmr = $null [int]$CurrentIndex = -1 [object[]]$Buses