wanpeebaw
2020-5-22 04:09:58

Found this Sound Engine package, but not much tutorial. Wonder if there are more tutorial? https://docs.racket-lang.org/rsound/index.html\|https://docs.racket-lang.org/rsound/index.html


vidjuheffex
2020-5-22 06:03:27

how can I pipe a string to process and return a string from that process, I’m getting lost in open-input output /string/ textual etc… etc.


vidjuheffex
2020-5-22 06:04:11

(lambda (a-string) (open-input-string a-string)


vidjuheffex
2020-5-22 06:04:19

that gets me the string as a port


vidjuheffex
2020-5-22 06:04:57

but Im not sure how to buffer the lines after that, and flush them as I pipe them to the process