Pitch2Ctl [TBW]¶
Controller reference¶
- class rv.modules.pitch2ctl.Pitch2Ctl(**kw)[source]¶
“Pitch2Ctl” SunVox Misc Module
Behaviors:
receives_notes
sends_controls
Controllers:
Number
Name
Type
Default
01(1)mode
<enum ‘Mode’>
<Mode.frequency_hz: 0>
02(2)note_off_action
<enum ‘NoteOffAction’>
<NoteOffAction.do_nothing: 0>
03(3)first_note
<Range 0..256>
0
04(4)number_of_semitones
<Range 0..256>
120
05(5)out_min
<Range 0..32768>
0
06(6)out_max
<Range 0..32768>
32768
07(7)out_controller
<Range 0..255>
0
- class Pitch2Ctl.Mode(value)¶
An enumeration.
Name
Value
frequency_hz
0
pitch
1
- class Pitch2Ctl.NoteOffAction(value)¶
An enumeration.
Name
Value
do_nothing
0
pitch_down
1
pitch_up
2