jeremymuller / Sha-Bang-Modules

A collection of modules for VCV Rack
GNU General Public License v3.0
32 stars 2 forks source link

question on RandGates polyphony limitations #34

Closed firolightfog closed 2 years ago

firolightfog commented 2 years ago

Dear Jeremy,

I'm experimenting with the polyphonic feature of Rand Gate. I realized that feeding polyphonic INS and polyphonic TRG I'll get a polyphonic OUT. But only in this case.

Would it be possible to get a polyphonic OUT in case of feeding a polyphonic TRG but only monophonic INS? (It'd mean mixing up the same four notes differently.)

image

It's not impossible even now (see below). But not knowing the complexity of module structure I'm wondering if it can be fixed easily with a few code lines.

image

Cheers, A.

jeremymuller commented 2 years ago

I'll take a look at it. I originally just made RandGates to work with PolyrhythmClock where it would randomly select one of the 4 rhythms, which works great for hihats and other percussion stuff.

jeremymuller commented 2 years ago

@S0210 I'm trying to figure out what exactly will be the polyphony out from a polyphonic trigger that you're interested in. If it's polyphonic inputs, they get routed to the output and the entire polyphonic signal is sent to the output. However, if all 4. inputs are monophonic but you want a polyphonic out, what exactly will be in the polyphonic signal? Really it's only supposed to be one of four inputs that are outputting at any given time. So i'm confused about what exactly you want here.

firolightfog commented 2 years ago

To get alternate melodies (with the same four notes) my original suggestion was this

image

TRG input polyphonic PURPLE input monophonic BLUE input monophonic AQUA input monophonic RED input monophonic OUT output polyphonic

Cheers, A.

jeremymuller commented 2 years ago

Oh ok I think I see. So if someone had a 16 voice trigger, each of the 16 channels would carry 1 of the 4 possible mono inputs. Is that what you're saying? So basically like having copies of the RangdGates modules per polyphonic voice?

firolightfog commented 2 years ago

Yes, exactly. Just a small handy feature saving a bunch of cables. :)