2022-01-05
New poly status module and a change of the old one
Published as pre-release. 2022.1.5.0]
Changed the PolyStatus module a bit and added a PolyStatus2 module with a different distributen of the output values over the voices.
The PolyStatus module would output 0 when the voice count is one, changed that to be 0.5 to make it a bit easier to control things when the voice count is downed to 1 from some higher value.
The values for each voice for the module now are (voicecount => values-on-voice-1-n):
1 => 1/2 2 => 0, 1 3 => 0, 1/2, 1 4 => 0, 1/3, 2/3, 1 etc.
The new PolyStatus2 module uses the following values:
1 => 1/2 2 => 1/3, 2/3 3 => 1/4, 1/2, 3/4 4 => 1/5, 2/5, 3/5, 4/5 etc.
Add comment
Fill out the form below to add your own comments