Here's a pull request that makes everything at least not dump core for me on a mac in surge 1.0. I don't know your modules well enough to know if they are working properly but they don't segfault for me with these diffs.
1: Check module null
2: Return value from functions with no return value otherwise
3: Kill depracation warnings in makefile so you can see what's going on
Hi!
Here's a pull request that makes everything at least not dump core for me on a mac in surge 1.0. I don't know your modules well enough to know if they are working properly but they don't segfault for me with these diffs.
1: Check module null 2: Return value from functions with no return value otherwise 3: Kill depracation warnings in makefile so you can see what's going on