j4s0n-c / trowaSoft-VCV

trowaSoft Modules for VCV Rack
Other
105 stars 17 forks source link

Explain handling of polyphony when cvOSCcv receives messages #61

Closed nesdnuma closed 2 years ago

nesdnuma commented 2 years ago

Hello,

It is unclear to me how cvOSCcv uses the polyphony when receiving OSC messages. Can one manage the target voice according to the OSC message transmitted from the outside to the module or will the module go from voice to voice in a round robin fashion everytime a new trigger is provided?

j4s0n-c commented 2 years ago

Each channel can receive up to 16 values packed into an array. OSC addresses for each channel can be changed in config. All values in a channel are updated anytime an OSC message is received. Use a VCV Split module to access each value individually. TDarray_to_cvOSCcv