mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-01-24 17:27:48 +00:00
rename nextbus script
This commit is contained in:
parent
fe540895b3
commit
d51ffacfaf
@ -12,10 +12,11 @@ param()
|
|||||||
|
|
||||||
Import-Module ..\..\lib\Voicemeeter.psm1
|
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 {
|
class BusRotator {
|
||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Class to manage rotating through Voicemeeter buses.
|
||||||
|
#>
|
||||||
[object]$vmr = $null
|
[object]$vmr = $null
|
||||||
[int]$CurrentIndex = -1
|
[int]$CurrentIndex = -1
|
||||||
[object[]]$Buses
|
[object[]]$Buses
|
||||||
Loading…
x
Reference in New Issue
Block a user