iainctduncan / scheme-for-pd

Pure Data port of the Scheme For Max external, providing an embedded S7 Scheme/Lisp interpreter for scripting and live-coding Pure Data in Scheme Lisp.
BSD 3-Clause "New" or "Revised" License
64 stars 5 forks source link

Getting occasional crashes from scheduling functions #21

Closed iainctduncan closed 2 years ago

iainctduncan commented 2 years ago

Must be something wrong with memory handling of the clocks

iainctduncan commented 2 years ago

Seems to happen when I do the changing var on scheduling, but only if using raw code in

iainctduncan commented 2 years ago

closing, it was an issue with the code parsing of raw code straight to inlet 0, disabled for now