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

« back to all changes in this revision

Viewing changes to opcodes/event.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>event</refentrytitle>
7
7
  </refmeta>
8
8
 
9
 
 
10
 
 
11
9
  <refnamediv>
12
10
    <refname>event</refname>
13
11
    <refpurpose>
14
12
      Generates a score event from an instrument.
15
 
          </refpurpose>
 
13
    </refpurpose>
16
14
  </refnamediv>
17
 
  
 
15
 
18
16
  <refsect1>
19
17
    <title>Description</title>
20
18
    <para>
56
54
    <para>
57
55
      <emphasis>kp4, kp5, ...</emphasis> (optional) -- Parameters representing additional p-field in a score statement. It starts with the fourth p-field, p4.
58
56
    </para>
 
57
    <note>
 
58
      <para> Note that the <emphasis>event_i</emphasis> opcode can't accept string p-fields. If you need to pass strings when instantiating an instrument, use the <link linkend="scoreline"><citetitle>scoreline</citetitle></link> or <link linkend="scoreline_i"><citetitle>scoreline_i</citetitle></link> opcode.</para>
 
59
    </note>
59
60
  </refsect1>
60
61
 
61
62
  <refsect1>
83
84
  </refsect1>
84
85
 
85
86
  <refsect1>
 
87
    <title>See also</title>
 
88
    <para><link linkend="event_i"><citetitle>event_i</citetitle></link>,
 
89
    <link linkend="schedule"><citetitle>schedule</citetitle></link>,
 
90
    <link linkend="schedwhen"><citetitle>schedwhen</citetitle></link>,
 
91
    <link linkend="schedkwhen"><citetitle>schedkwhen</citetitle></link>,
 
92
    <link linkend="schedkwhennamed"><citetitle>schedkwhennamed</citetitle></link>,
 
93
    <link linkend="scoreline"><citetitle>scoreline</citetitle></link>,
 
94
    <link linkend="scoreline_i"><citetitle>scoreline_i</citetitle></link></para>
 
95
  </refsect1>
 
96
 
 
97
  <refsect1>
86
98
    <title>Credits</title>
87
99
    <para>Examples written by &namekevin;.</para>
88
100
    <para>New in version 4.17</para>