CMT Bugs
Please report bugs to
richard@muse.demon.co.uk.
- I'm not sure I've got attack & decay the right way around in the
expander plugins.
- Need to have a look at dynamic.cpp for handling of unusual
arithmetic situation such as
isnan()
,
isinf()
etc.
- Memory management is a little haphazard at present. What happens
when
new()
fails? The host can use
set_new_handler()
, but I suspect this needs further
thought anyway.