-
Notifications
You must be signed in to change notification settings - Fork 29
/
aftouch.xml
80 lines (63 loc) · 2.23 KB
/
aftouch.xml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<refentry id="aftouch">
<indexterm id="IndexAftouch"><primary>aftouch</primary></indexterm>
<refentryinfo><title>Real-time MIDI:Input</title></refentryinfo>
<refmeta>
<refentrytitle>aftouch</refentrytitle>
</refmeta>
<refnamediv>
<refname>aftouch</refname>
<refpurpose>
Get the current after-touch value for this channel.
</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<para>
Get the current after-touch value for this channel.
</para>
</refsect1>
<refsect1>
<title>Syntax</title>
<synopsis>kaft <command>aftouch</command> [imin] [, imax]</synopsis>
</refsect1>
<refsect1>
<title>Initialization</title>
<para>
<emphasis>imin</emphasis> (optional, default=0) -- minimum limit on values obtained.
</para>
<para>
<emphasis>imax</emphasis> (optional, default=127) -- maximum limit on values obtained.
</para>
</refsect1>
<refsect1>
<title>Performance</title>
<para>
Get the current after-touch value for this channel.
</para>
</refsect1>
<refsect1>
<title>Examples</title>
<para>
Here is an example of the aftouch opcode. It uses the file <ulink url="examples/aftouch.csd"><citetitle>aftouch.csd</citetitle></ulink>.
<example>
<title>Example of the aftouch opcode.</title>
<para>See the sections <link linkend="UsingRealTime"><citetitle>Real-time Audio</citetitle></link> and <link linkend="CommandFlags"><citetitle>Command Line Flags</citetitle></link> for more information on using command line flags.</para>
<xi:include href="examples-xml/aftouch.csd.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
</example>
</para>
</refsect1>
<refsect1>
<title>See also</title>
<para><link linkend="MidiInput"><citetitle>MIDI input and Initialization</citetitle></link></para>
</refsect1>
<refsect1>
<title>Credits</title>
<para>
<simplelist>
<member>Author: &namebarry; - &namemike;</member>
<member>MIT - Mills</member>
<member>May 1997</member>
</simplelist>
</para>
</refsect1>
</refentry>