Post: Making a very simple SPRX, how would I start?
04-08-2017, 07:35 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I want to make a very simple SPRX that helps control microphone volume. When I press, for example, L3 and L2, it will set the microphone level to 0, when I press it again.

Some pseudocode on how this would work:
    
when the user presses L2+L3
if micvolume = 0
set micvolume to 2
if micvolume = 2
set micvolume to 0


or

    
when the user presses L2+L3
switch(micvolume)
case micvolume = 0
set micvolume to 2
case micvolume = 2
set micvolume to 0


I understand how I would program it, but I don't know where any documentation on how to set the microphone volume or even how to make a system plugin.
04-17-2017, 04:20 AM #2
reezaah
Do a barrel roll!
if you find a way to get this working please send to me

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo