• ingox

    @patko It could mean [time] object in zexy.

    posted in technical issues read more
  • ingox

    Maybe this can help:

    slowknob.pd

    Bildschirmfoto vom 2023-11-01 21-54-27.png

    posted in technical issues read more
  • ingox

    @oid No question. I just wanted to show this way of implementing recursion in Pd. Isn't that a technical issue? ;)

    posted in technical issues read more
  • ingox

    The Ackermann function is a total computable function that is not primitive recursive. That means that it will theoretically always produce a result, but it can not be reduced to a function that only uses loops instead of recursion.

    The function uses very many of recursive calls and gets very large results even for rather small inputs.

    In my implementation of the Ackermann function in Pd, it looks at first glance as if it would only use [until], so just a loop, and no recursion.

    But really the recursion is implemented using [text], where all the incomplete intermediate results are saved until they are completed and used as inputs for the next iteration, respectively.

    You can watch the process by opening the [text] and click the step button for each step of the calculation.

    Be careful, while Ackermann(3,5) and Ackermann(4,0) are getting calculated quickly, it didn't finish calculating Ackermann(4,1) on my computer even after two hours.

    Bildschirmfoto vom 2023-09-16 13-36-04.png

    Ackermann.pd

    posted in technical issues read more
  • ingox

    @esaruoho Since you already numbered the abstractions you can use [namecanvas subpatch-$1] to give them individual names. Then you can use a number to [;subpatch-%1 vis 1( to show them. I don't know if there is a way to just open an array via message. If not you can instead put a subpatch into each abstraction that only contains the array and open these with [namecanvas]. :)

    posted in technical issues read more
  • ingox

    I mean, it could have been the house.

    posted in technical issues read more
  • ingox

    @Buck At least you didn't burn the house, smashed the computer and moved to a hotel with a brand new laptop to find that out. ;)

    posted in technical issues read more
  • ingox

    @dgbillotte It just stores each mode and respective value inside [text]. You can click on [text define] to see what is happening. When changing mode to retrieve the value and before writing, it searches for the mode in the first column if it is already there and uses the respective line to read or write. Otherwise it uses 0 as value and writes at the end of [text].

    posted in I/O hardware diyread more

Internal error.

Oops! Looks like something went wrong!