19 Apr
2008
19 Apr
'08
4:59 a.m.
A quick glance over your code suggest that the seq faults are caused by float functions that do not return anything. Try: fun float foo(){ return 0.0; //remember to return a float } The null pointer exceptions are propably caused by using SinOsc @ s[MAX_COMP]; This creates an array of null pointer SinOscs. Try without the @: SinOsc s[MAX_COMP]; -Pyry Pakkanen
6054
Age (days ago)
6054
Last active (days ago)
0 comments
1 participants
participants (1)
-
pibsid@suomi24.fi