File: matrix~.md

package info (click to toggle)
pd-iemmatrix 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,576 kB
  • sloc: ansic: 15,440; makefile: 291; sh: 169
file content (27 lines) | stat: -rw-r--r-- 532 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: matrix~
description: matrix multiplication of signals (with interpolation)
categories:
- object
pdcategory: Obsolete
see_also:
- mtx_*~
inlets:
  0..M-1:
  - type: signal
    description: input signals
  M:
  - type: matrix
    description: matrix to multiply input signals with
  M+1:
  - type: float
    description: interpolation time
outlets:
  0..N-1:
  - type: signal
    description: output signals
---

This object is obsolete.
It shouldn't be used in new code anymore.
Please use {{< pdobj "mtx_*~" >}} instead.