rename nextbus script

This commit is contained in:
onyx-and-iris 2026-01-20 19:47:35 +00:00
parent fe540895b3
commit d51ffacfaf

View File

@ -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