You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.7 KiB
72 lines
1.7 KiB
<?xml version='1.0' encoding='utf-8' standalone='yes'?> |
|
|
|
<c74object name='agn.remote' category='again, loop, video'> |
|
|
|
<digest> |
|
Retrieve data from a named agn.host |
|
</digest> |
|
<description> |
|
Receives data comming from the agn.host object, if any, found in the patcher hierarchy. |
|
Outlets are defined by optionnal parameter name arguments. If no extra argument is given, an outlet is provided for each parameter. |
|
</description> |
|
|
|
|
|
<!--METADATA--> |
|
|
|
<metadatalist> |
|
<metadata name='author'>Théophile Clet</metadata> |
|
<metadata name='tag'>again</metadata> |
|
<metadata name='tag'>loop</metadata> |
|
</metadatalist> |
|
|
|
|
|
<!--ARGUMENTS--> |
|
|
|
<objarglist> |
|
|
|
<!-- <objarg name='name' optional='0' type='symbol'> |
|
<digest>Name of the agn.host instance to refer to</digest> |
|
<description>Name of the agn.host instance to refer to</description> |
|
</objarg> --> |
|
|
|
<objarg name='list' optional='1' type='list'> |
|
<digest>List of parameters to retrieve</digest> |
|
<description>List of parameters to retrieve from agn.host. If nothing is set, the object will output all parameters.</description> |
|
</objarg> |
|
|
|
</objarglist> |
|
|
|
|
|
<!--MESSAGES--> |
|
|
|
<methodlist> |
|
<method name="offset"> |
|
<digest>Offsets the phase output</digest> |
|
<description>Offset value applied to the phase output</description> |
|
</method> |
|
</methodlist> |
|
|
|
|
|
<!--ATTRIBUTES--> |
|
|
|
<attributelist> |
|
|
|
<attribute name='offset' get='0' set='1' type='float' size='1' > |
|
<digest>Offsets the phase output</digest> |
|
<description>Offset value applied to the phase output</description> |
|
</attribute> |
|
|
|
</attributelist> |
|
|
|
|
|
<!--RELATED--> |
|
|
|
<seealsolist> |
|
<seealso name='agn.host' /> |
|
<seealso name='agn.convert' /> |
|
<seealso name='jit.world' /> |
|
<seealso name='jit.gl.render' /> |
|
</seealsolist> |
|
|
|
|
|
</c74object>
|
|
|