diff --git a/Resources/Documentation/vanilla/clone.md b/Resources/Documentation/vanilla/clone.md index 15b3a6e16..4396bbf23 100644 --- a/Resources/Documentation/vanilla/clone.md +++ b/Resources/Documentation/vanilla/clone.md @@ -6,7 +6,7 @@ categories: see_also: - poly pdcategory: vanilla, UI, Data Management -last_update: '0.47' +last_update: '0.54' inlets: nth: - type: list @@ -18,7 +18,7 @@ outlets: - type: data outlets description: output with a prepended instance number - type: signal outlets - description: output the sum of all instances' outputs + description: output from all instances either as multichannel signal or summed into mono signal flags: - name: -x @@ -26,6 +26,12 @@ flags: - name: -s description: sets starting voice number default: 0 + - name: -di + description: distribute multichannel input signals across cloned patches + - name: -do + description: combine signal outputs to make a multichannel signal + - name: -d + description: set both -di and -do flags arguments: - type: symbol @@ -36,6 +42,10 @@ arguments: description: optional arguments to the abstraction methods: + - type: resize + description: resizes the number of copies + - type: vis + description: opens a copy, takes copy number and visualization status (1 to open, 0 to close) - type: next description: forwards a message to the next instance's inlet (incrementing and repeating circularly) - type: this diff --git a/Resources/Documentation/vanilla/snake~-in.md b/Resources/Documentation/vanilla/snake~-in.md new file mode 100644 index 000000000..63a58fad8 --- /dev/null +++ b/Resources/Documentation/vanilla/snake~-in.md @@ -0,0 +1,28 @@ +--- +title: snake~, snake_in~ +description: combine mono signals into multichannel signals +categories: +- object +pdcategory: vanilla, Mixing and Routing, Audio I/O +last_update: '0.54' +see_also: +- snake~ out +- inlet~ +- clone +- throw~ +- send~ +arguments: +- description: number of channels + default: 2 + type: float +inlets: + nth: + - type: float/signal + description: mono input to merge into a multichannel signal +outlets: + 1st: + - type: signals + description: multichannel signal +draft: false +--- +ssssssssss diff --git a/Resources/Documentation/vanilla/snake~-out.md b/Resources/Documentation/vanilla/snake~-out.md new file mode 100644 index 000000000..1fb79bf8f --- /dev/null +++ b/Resources/Documentation/vanilla/snake~-out.md @@ -0,0 +1,28 @@ +--- +title: snake_out~ +description: split multichannel signals into mono signals +categories: +- object +pdcategory: vanilla, Mixing and Routing, Audio I/O +last_update: '0.54' +see_also: +- snake~ out +- inlet~ +- clone +- throw~ +- send~ +arguments: +- description: number of channels + default: 2 + type: float +inlets: + 1st: + - type: signals + description: a multichannel signal to break into mono tracks +outlets: + nth: + - type: signal + description: mono outputs +draft: false +--- +ssssssssss