forked from csound/manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
JackoFreewheel.xml
69 lines (61 loc) · 2.39 KB
/
JackoFreewheel.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
<refentry id="JackoFreewheel">
<indexterm id="IndexJackoFreewheel"><primary>JackoFreewheel</primary></indexterm>
<refentryinfo><title>Jacko Opcodes</title></refentryinfo>
<refmeta>
<refentrytitle>JackoFreewheel</refentrytitle>
</refmeta>
<refnamediv>
<refname>JackoFreewheel</refname>
<refpurpose>
Turns Jack's freewheeling mode on or off.
</refpurpose>
</refnamediv>
<note>plugin: Requires jacko plugin</note>
<refsect1>
<title>Description</title>
<para>
Turns Jack's freewheeling mode on or off.
</para>
<para>
When freewheeling is on, if supported by the rest
of the Jack system, Csound will run as fast as possible,
which may be either faster or slower than real time.
</para>
<para>
This is essential for rendering scores that are too
dense for real-time performance to a soundfile,
without xruns or dropouts.
</para>
</refsect1>
<refsect1>
<title>Syntax</title>
<synopsis><command>JackoFreewheel </command>[ienabled]</synopsis>
</refsect1>
<refsect1>
<title>Initialization</title>
<para>
<emphasis>ienabled</emphasis> -- Turns freewheeling on (the default) or off.
</para>
</refsect1>
<refsect1>
<title>See Also</title>
<para>
<link linkend="JackoInit"><citetitle>JackoInit</citetitle></link>,
<link linkend="JackoInfo"><citetitle>JackoInfo</citetitle></link>,
<link linkend="JackoAudioInConnect"><citetitle>JackoAudioInConnect</citetitle></link>,
<link linkend="JackoAudioOutConnect"><citetitle>JackoAudioOutConnect</citetitle></link>,
<link linkend="JackoMidiInConnect"><citetitle>JackoMidiInConnect</citetitle></link>,
<link linkend="JackoMidiOutConnect"><citetitle>JackoMidiOutConnect</citetitle></link>,
<link linkend="JackoOn"><citetitle>JackoOn</citetitle></link>,
<link linkend="JackoAudioIn"><citetitle>JackoAudioIn</citetitle></link>,
<link linkend="JackoAudioOut"><citetitle>JackoAudioOut</citetitle></link>,
<link linkend="JackoMidiOut"><citetitle>JackoMidiOut</citetitle></link>,
<link linkend="JackoNoteOut"><citetitle>JackoNoteOut</citetitle></link>,
<link linkend="JackoTransport"><citetitle>JackoTransport</citetitle></link>.
</para>
</refsect1>
<refsect1>
<title>Credits</title>
<para>By: &namemichael; 2010</para>
</refsect1>
</refentry>