rv.modules.distortion

class rv.modules.distortion.Distortion(**kw)[source]

“Distortion” SunVox Effect Module

Behaviors:

  • receives_audio
  • sends_audio

Controllers:

Number Name Type Default
01 (1) volume <Range 0..256> 128
02 (2) type <enum ‘Type’> <Type.lim: 0>
03 (3) power <Range 0..256> 0
04 (4) bit_depth <Range 1..16> 16
05 (5) freq_hz <Range 0..44100> 44100
06 (6) noise <Range 0..256> 0
class Distortion.Type

An enumeration.

Name Value
lim 0
sat 1
foldback2 2
foldback3 3
overflow 4