~ubuntu-branches/ubuntu/trusty/csound-manual/trusty-proposed

« back to all changes in this revision

Viewing changes to opcodes/OSCsend.xml

  • Committer: Bazaar Package Importer
  • Author(s): Felipe Sateler
  • Date: 2011-08-01 22:21:58 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110801222158-90kslkp5ujci2f5d
Tags: 1:5.13~dfsg-1
* New upstream release
 - Add Menno Knevel to the copyright file
 - Refresh patch 2000-stripped-opcodes.diff
 - Update copyright hints file
* Update Vcs-* headers
* Bump Standards-Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    <refentrytitle>OSCsend</refentrytitle>
7
7
  </refmeta>
8
8
 
9
 
 
10
 
 
11
9
  <refnamediv>
12
10
    <refname>OSCsend</refname>
13
11
    <refpurpose>
14
12
      Sends data to other processes using the OSC protocol
15
 
          </refpurpose>
 
13
    </refpurpose>
16
14
  </refnamediv>
17
15
 
18
16
  <refsect1>
60
58
  <refsect1>
61
59
    <title>Performance</title>
62
60
    <para>
63
 
      <emphasis>kwhen</emphasis> -- a message is sent whenebver this
 
61
      <emphasis>kwhen</emphasis> -- a message is sent whenever this
64
62
    value changes.  A message will always be sent on the first call.
65
63
    </para>
66
64
 
81
79
 
82
80
    <informalexample>
83
81
      <programlisting>
84
 
 
85
82
      <emphasis role="oblock">instr</emphasis>   1
86
83
          <emphasis role="opc">OSCsend</emphasis>     1, &quot;xenakis.cs.bath.ac.uk&quot;,7770, &quot;/foo/bar&quot;, &quot;sis&quot;, &quot;FOO&quot;, 42, &quot;bar&quot;
87
 
      <emphasis role="oblock">endin</emphasis>
88
 
      </programlisting>
 
84
      <emphasis role="oblock">endin</emphasis></programlisting>
89
85
    </informalexample>
90
86
    <para>
91
87
      See the entry for <link linkend="OSClisten"><citetitle>OSClisten</citetitle></link>, for an example of send/recieve usage using OSC.