bogaudio / BogaudioModules

Modules for VCV Rack.
Other
268 stars 33 forks source link

POLYMULT CHAN input does not seem to function #215

Closed strangebuttrue closed 1 year ago

strangebuttrue commented 2 years ago

I put some voltage in this port and nothing seemed to happen - too bad, because this is a pretty handy function! I'm running Rack 2.2.0 on Windows.

CHAN PROB

Other than this: Thanks for the excellent modules!

Petervos2018 commented 2 years ago

EDIT : You are right, the channel cv does not respond to cv voltages and remains on the number you set it on with the knob or jumps to 1 when you connect vc.

Don't connect the channel with the 10V.

afbeelding

And what's going on here ?

afbeelding

mdemanett commented 2 years ago

The first behavior was as designed -- CHAN wasn't a real CV input, it would just take the poly channel count from whatever is patched there. But, if the input is mono it may as well act as a CV, so I added that (0-10V, where 10V will give the max channels as set by the knob).

For the second thing, with two POLYMULTs, it was using the poly sum of the input as a value to copy to the outputs. I changed it to use the first channel.

I forgot to tag it, but the changes are in commit af89861.

Petervos2018 commented 2 years ago

Hi Matt,

Thanks for answering and the planned changes, don't know if this answers @strangebuttrue question but it does mine.

Greetings Peter.

mdemanett commented 2 years ago

Hey Peter, thanks as always for jumping on this and figuring it out!

strangebuttrue commented 2 years ago

Most excellent @mdemanett , thank you! I will keep an eye open for the next update

mdemanett commented 1 year ago

Took a while, but this is finally released to the library.

strangebuttrue commented 1 year ago

NICE, THANK YOU