File: bugs.html

package info (click to toggle)
cmt 1.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 576 kB
  • sloc: cpp: 7,000; makefile: 98
file content (64 lines) | stat: -rw-r--r-- 1,515 bytes parent folder | download
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
<HTML>
  <HEAD>
    <TITLE>CMT Documentation</TITLE>
    <META NAME="DESCRIPTION"
          CONTENT="CMT Documentation">
  </HEAD>
  <BODY BGCOLOR=#FFFFFF>
    
    <CENTER><IMG BORDER=0 SRC="/images/top.jpg"></CENTER>

    <HR/>


<H1>CMT Bugs</H1>

<P>Please report any bugs to richard at ladspa dot org.</P>

<UL>

<LI>I'm not sure I've got attack & decay the right way around in the
expander plugins.</LI>

<LI>Need to have a look at dynamic.cpp for handling of unusual
arithmetic situation such as <CODE>isnan()</CODE>,
<CODE>isinf()</CODE> etc.</LI>

<LI>Memory management is a little haphazard at present. What happens
when <CODE>new()</CODE> fails? The host can use
<CODE>set_new_handler()</CODE>, but I suspect this needs further
thought anyway.</LI>

</UL>

<HR/>

<H1>CMT Index</H1>

<UL>
  <LI><A HREF="overview.html">Overview</A></LI>
  <LI><A HREF="http://www.ladspa.org/download/index.html">Download</A></LI>
  <LI><A HREF="installation.html">Installation</A></LI>
  <LI><A HREF="license.html">License (LGPL)</A></LI>
  <LI><A HREF="plugins.html">Plugins in the Library</A></LI>
  <LI><A HREF="adding_plugins.html">Adding Plugins to the Library</A></LI>
  <LI><A HREF="changes.html">Change History</A></LI>
  <LI><A HREF="bugs.html">Bugs</A></LI>
</UL>

<H2>Other Links</H2>

<UL>
  <LI>
    The <A HREF="http://www.ladspa.org/ladspa_sdk/overview.html">LADSPA
      Software Development Kit</A>
  </LI>
</UL>


    <HR/>

    <CENTER><IMG BORDER=0 SRC="/images/base.jpg"></CENTER>

  </BODY>
</HTML>