Pitch Shifter [TBW]

Controller reference

class rv.modules.pitchshifter.PitchShifter(**kw)[source]

“Pitch shifter” SunVox Effect Module

Behaviors:

  • receives_audio

  • sends_audio

Controllers:

Number

Name

Type

Default

01 (1)

volume

<Range 0..512>

256

02 (2)

pitch

<Range -600..600>

0

03 (3)

pitch_scale

<Range 0..200>

100

04 (4)

feedback

<Range 0..256>

0

05 (5)

grain_size

<Range 0..256>

64

06 (6)

mode

<enum ‘Mode’>

<Mode.hq: 0>

07 (7)

bypass_if_pitch_eq_0

<enum ‘BypassIfPitchEq0’>

<BypassIfPitchEq0.off: 0>

class PitchShifter.Mode(value)

An enumeration.

Name

Value

hq

0

hq_mono

1

lq

2

lq_mono

3