summaryrefslogtreecommitdiff
path: root/opcodes/pyassign.xml
blob: e2dd8d3dcd18d5e7b9d7498232e34f8a2eb4a1dd (plain)
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
28
29
30
31
32
33
34
35
<refentry id="pyassign">
<indexterm id="IndexPyAssign"><primary>pyassign</primary></indexterm>
  <refentryinfo><title>Python Opcodes</title></refentryinfo>
  <refmeta>
    <refentrytitle>pyassign Opcodes</refentrytitle>
  </refmeta>
  
  <refnamediv>
    <refname>pyassign</refname>
    <refpurpose>Assign the value of the given Csound variable to a Python variable possibly destroying its previous content.
    </refpurpose>
  </refnamediv>
  <refsect1>
    <title>Syntax</title>
    <synopsis><command>pyassign</command> "variable", kvalue</synopsis>
    <synopsis><command>pyassigni</command> "variable", ivalue</synopsis>
    <synopsis><command>pylassign</command> "variable", kvalue</synopsis>
    <synopsis><command>pylassigni</command> "variable", ivalue</synopsis>
    <synopsis><command>pyassignt</command> ktrigger, "variable", kvalue</synopsis>
    <synopsis><command>pylassignt</command> ktrigger, "variable", kvalue</synopsis>
  </refsect1>
  <refsect1>
    <title>Description</title>
    <para>Assign the value of the given Csound variable to a Python
      variable possibly destroying its previous content. The resulting
      Python object will be a float.</para>
  </refsect1>
  <refsect1>
    <title>Credits</title>
    <para>Copyright (c) 2002 by Maurizio Umberto Puxeddu. All rights
      reserved. Portions copyright (c) 2004 and 2005 by Michael Gogins. This
      document has been updated Sunday 25 July 2004 and 1 February 2005 by
      &namemichael;.</para>
  </refsect1>
</refentry>