Allows SignalRGB to control the ARGB LEDs on some Creative PCIE devices.
Device Name | Possibly supported | Supported |
---|---|---|
SoundblasterX AE-5 | Yes | |
SoundblasterX AE-5 Plus | Yes | No |
- Download latest installer from Latest Release.
- Install and restart SignalRGB on completion
- Download the
Creative SignalRGB Bridge.exe
,Creative PCIE Bridge.qml
andCreative PCIE Bridge.js
from Latest Release. - Navigate to
%USERPROFILE%\Documents\WhirlwindFX\Plugins
- Create a folder called
Creative PCIE Bridge
and place theCreative PCIE Bridge.qml
andCreative PCIE Bridge.js
files into it. - Navigate to
%ProgramFiles%
- Create a folder called
Creative SignalRGB Bridge
and place theCreative SignalRGB Bridge.exe
into it. - Open a Administrator Powershell.
- Run the command
New-Service -Name "Creative SignalRGB Bridge" -BinaryPathName "%ProgramFiles%\Creative SignalRGB Bridge\Creative SignalRGB Bridge.exe"
to add the service. - Finally run the command
Start-Service -Name "Creative SignalRGB Bridge"