On Sun, Sep 22, 2019 at 05:14:52PM +0000, Victor Lazzarini wrote: > I think a better solution is to start a UDP server then send score lines to it via UDP. > You can do that by using netcat, and I think redirection would work there too, something like this > > netcat -u ... < file.txt > > where ... are the other relevant options for netcat (see the man page) Coincidentally, I was experimenting with similar things yesterday. It seems to work well. I'm a little surprised that I can have multiple netcats pointing to the same UDP port, but I can. Meaning that I can, say, have one terminal running "nc -u localhost 10000", where I can type in events, and others with commands like "nc -u -w 1 localhost 10000 > It's possible to integrate this with an editor like vim by configuring a command to do this. I don't have the details but I think either Steven or Hlodver would know more. Yes, please! Details! (:-)) I've been wondering how one would get vim to send UDP... Thanks, -- Pete -- Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here