|
Re: Cannot turn on compressor programatically via Spike Relay
I would not put the compressor in a command. It's designed to run in the background automatically. I would declare the compressor in your launcher subsystem, and call start in the constructor of that subsystem. You don't need any other code.
|