mirror of
https://github.com/zeldaret/ss
synced 2026-08-17 05:21:27 -04:00
A bit more
This commit is contained in:
@@ -69,6 +69,11 @@ namespace nw4r { namespace snd
|
||||
mSound->SetPan(pan);
|
||||
}
|
||||
|
||||
void SetFxSend(AuxBus bus, f32 send) {
|
||||
if (IsAttachedSound())
|
||||
mSound->SetFxSend(bus, send);
|
||||
}
|
||||
|
||||
void SetLpfFreq(f32 lpfFreq) {
|
||||
if (IsAttachedSound())
|
||||
mSound->SetLpfFreq(lpfFreq);
|
||||
|
||||
Reference in New Issue
Block a user