Edit detail for howto build fx 4 mx revision 1 of 1

1
Editor: 195.176.254.176
Time: 2007/01/23 12:46:40 GMT+0
Note:

changed:
-
<h1>howto build an effect for mx</h1>

since mx version 0.6 effects (delay, reverb) and inserts (compressor, limiter) are built as abstractions in order to create multiple instances. a motherpatch is used to netload one or more effect. effects and inserts are treated the same. it is possible to use a chorus as insert or a compressor as effect, without any sense.<br />

**the motherpatch:**<br />
- includes an abslist with its effect(s)<br />
- add the effect(s) to mx's fx-list so we can use it.

please check the example-lib:<br />
<a href="example-lib.tar.gz">example-lib.tar.gz</a><br />
( example-lib.pd , vol.pd )

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





howto build an effect for mx

since mx version 0.6 effects (delay, reverb) and inserts (compressor, limiter) are built as abstractions in order to create multiple instances. a motherpatch is used to netload one or more effect. effects and inserts are treated the same. it is possible to use a chorus as insert or a compressor as effect, without any sense.

the motherpatch:
- includes an abslist with its effect(s)
- add the effect(s) to mx's fx-list so we can use it.

please check the example-lib:
example-lib.tar.gz
( example-lib.pd , vol.pd )



added Enrique Erne