HolyLib Wiki

IGModAudioChannel:SetFX

 boolean, string IGModAudioChannel:SetFX( string fxName, number fxType, number priority, table fxParams )

Description

Sets the given FX type onto the channel, use the exposed bass.FX_ enums for fxType.
See https://www.un4seen.com/doc/#bass/BASS_ChannelSetFX.html for more details

Recently Added

This was recently added in version (0.8 - DEV).

Arguments

1string fxName

A unique name used for FX so that you can have multiple of the same fx type with unique names you assigned

2number fxType

bass.FX_ enum

3number priority
4table fxParams

Returns

1boolean success
2string errMsg = nil