Skip to content

PolyUtils

jhoar edited this page Dec 23, 2019 · 4 revisions

PolyUtils contain a few tools to manipulate signals on polyphonic cables.

PolyUtils

Mask

Copies signals, up to a selectable number of channels

  • IN: Input signal
  • OUT: Output signal
  • CHAN: Number of channels on output

Split

Takes a polyphonic input and splits the channels into 2 outputs. The way that the channels are allocated is controlled by the GRP (group) control, setting the number size of groups which are then allocated to the OUT1 and OUT2 channels.

  • 0: Bypass: All inputs copied to OUT1
  • 1: Group size = 1. [1][3][5][7][9][11][13][15] => OUT1, [2][4][6][8][10][12][14][16] => OUT2
  • 2: Group size = 2. [1,2][5,6][9,10][13,14] => OUT1, [3,4][7,8][11,12][15,16] => OUT2
  • 3: Group size = 4. [1,2,3,4][9,10,11,12] => OUT1, [5,6,7,8][13,14,15,16] => OUT2
  • 4: Group size = 8. [1,2,3,4,5,6,7,8] => OUT1, [9,10,11,12,13,14,15,16] => OUT2