On Fri, May 21, 2010 at 11:53 AM, Chris Cannam <cannam@all-day-breakfast.com> wrote:
> I don't understand. What answers the question?
>
> Actually I'm not sure I understand the question either -- do you mean
> to ask why the block diagram algebra (which I guess was something from
> the presentation?) is being talked about when the lambda calculus
> already existed?
Yes. And what motivated Faust when other approaches offering similar ideas existed. Because, for example, a lot of the work on macros revisits issues solved in common lisp's macro system.
If you get problems with glitches then try turning on incremental garbage collection.
java -Xmx256m -Xincgc -jar frinika.jar
I have found with my dual processor machine this helps.
java -jar -Xmx512m -XX:+UseParNewGC frinika.jar
(please report if you find this helps).
For jack using java 1.6 you need to add -Xss20m to increase the stack size for the native thread.