wiqid / repelzen

modules for vcv rack
GNU General Public License v3.0
27 stars 5 forks source link

Add polyphony output support for Re-Win #19

Open isabelgk opened 3 years ago

isabelgk commented 3 years ago

Hi,

I thought it would be nice to have output polyphony support for Re-Win, so I made some small changes to support it. A lot of the diff GitHub sees is due to indentation.

The main change is in lines 120, 121, and 123. The other change is that I use getPolyVoltage instead of getVoltage.

I have done a few sanity checks on it, but I was hoping you might take a look and see if you might consider merging in.

Cheers!

Here is a Windows build of it, in case anyone would like to test.

repelzen-1.1.1-iggylabs-pr-win.zip

isabelgk commented 3 years ago

Added a second change to add support for polyphony output for Re-Trig. (Updated original PR comment with the right Windows build as well)