![](https://secure.gravatar.com/avatar/976b5908aa55f4c54962f948854a19ba.jpg?s=120&d=mm&r=g)
28 Dec
2020
28 Dec
'20
7:55 p.m.
This is a built-in feature in csound on linux, that you can send score lines to a fifo that csound -L will pick up and execute. With chuck, I can open a fifo as a file, read it, send it a line of numbers -- but as soon as chuck has read the last number, it reads the eof and stops working. Is there a way to halt just short of the eof? I suppose I could add a dummy value at the end... but is there something less clumsy available?