summaryrefslogtreecommitdiff
path: root/opcodes/exitnow.xml
blob: 2024f7ec0f1a5dec1b088af3891644fe271d8a93 (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
36
37
<refentry id="exitnow">
<indexterm id="IndexExitnow"><primary>exitnow</primary></indexterm>
  <refentryinfo><title>Instrument Control:Realtime Performance Control</title></refentryinfo>
  <refmeta>
    <refentrytitle>exitnow</refentrytitle>
  </refmeta>



  <refnamediv>
    <refname>exitnow</refname>
    <refpurpose>
      Exit csound as fast as possible, with no cleaning up.
          </refpurpose>
  </refnamediv>
  
  <refsect1>
    <title>Description</title>
    <para>
    In Csound4 calls an exit function to leave csoudn as fast as
    possible.  On Csound5 exits back to the driving code.
    </para>
  </refsect1>

  <refsect1>
    <title>Syntax</title>
    <synopsis>      <command>exitnow</command></synopsis>
  </refsect1>
 
  <refsect1>
    <title>Performance</title>
    <para>
    Stops Csound on the initialisation cycle.
    </para>
  </refsect1>
</refentry>