Edit detail for i2mx~ revision 1 of 1

1
Editor: 195.176.254.176
Time: 2007/06/10 06:54:38 GMT+0
Note:

changed:
-
<h1>![i2mx~]</h1>

<h3>instrument to mixer</h3>

inlets:<br />
send an instrument output to the first 2 inlet~ of i2mx. third optional inlet is to switch~ i2mx~ in order to save cpu.

outlet:<br />
M (mute), S (solo) and PS (private-solo) output a zero to switch~ the instrument off.<br />
![i2mx~ $0 mysynth]<br />
 |<br />
![switch~]

**usage:**<br />
- replace ![dac~] with ![i2mx~ $0 patchname]<br />
- create [pd abslist] in your patch with [i2mx~(


**using i2mx internal netpd-fx (optional):**<br />
- create a level slider with using i2mx~ internal netpd-fx 'send name.level' 'receive name.level-r' '0 - 1'<br />
- same for pan just create a slider with 'send name.pan' 'receive name.pan-r' '-1 - 1'<br />
- '0 - 1' for aux 1 - 3<br />
'send name.sa1' 'receive name.sa1-r'<br />
'send name.sa2' 'receive name.sa2-r'<br />
'send name.sa3' 'receive name.sa3-r'

<br />
<br />
*added by Enrique Erne*

<br />

[i2mx~]

instrument to mixer

inlets:
send an instrument output to the first 2 inlet~ of i2mx. third optional inlet is to switch~ i2mx~ in order to save cpu.

outlet:
M (mute), S (solo) and PS (private-solo) output a zero to switch~ the instrument off.
[i2mx~ $0 mysynth]
|
[switch~]

usage:
- replace [dac~] with [i2mx~ $0 patchname]
- create [pd abslist]? in your patch with [i2mx~(

using i2mx internal netpd-fx (optional):
- create a level slider with using i2mx~ internal netpd-fx send name.level receive name.level-r 0 - 1
- same for pan just create a slider with send name.pan receive name.pan-r -1 - 1
- 0 - 1 for aux 1 - 3
send name.sa1 receive name.sa1-r
send name.sa2 receive name.sa2-r
send name.sa3 receive name.sa3-r



added by Enrique Erne