mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-12 19:18:04 -04:00
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1648 0778d3d1-df1d-0410-868b-ea421aaaa00d
21 lines
577 B
HTML
21 lines
577 B
HTML
<H1>CMT Bugs</H1>
|
|
|
|
<P>Please report bugs to <A HREF="mailto:richard@muse.demon.co.uk">
|
|
richard@muse.demon.co.uk</A>.</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>
|