Skip to content

Commit

Permalink
smol vanilla docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomara-x committed Sep 23, 2023
1 parent a66e454 commit 423576d
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Resources/Documentation/vanilla/clone.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,14 +18,20 @@ 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
description: avoids including a first argument setting voice number
- name: -s <float>
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
Expand All @@ -36,6 +42,10 @@ arguments:
description: optional arguments to the abstraction

methods:
- type: resize <float>
description: resizes the number of copies
- type: vis <list>
description: opens a copy, takes copy number and visualization status (1 to open, 0 to close)
- type: next <list>
description: forwards a message to the next instance's inlet (incrementing and repeating circularly)
- type: this <list>
Expand Down
28 changes: 28 additions & 0 deletions Resources/Documentation/vanilla/snake~-in.md
Original file line number Diff line number Diff line change
@@ -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
28 changes: 28 additions & 0 deletions Resources/Documentation/vanilla/snake~-out.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 423576d

Please sign in to comment.