with the send patch you'll get a not-asked-for space at record 677
rolf
Sure enough - 7 of the lines got an extra space character.
For the moment, if you're on linux or mac, just use "tr -d < foo.txt > foo2.txt" (for instance) to clean them out. But I think it would be better if I could keep them from getting in the file...
cheers Miller
On Sat, Jan 31, 2015 at 08:36:11AM +0100, rolfm@dds.nl wrote:
with the send patch you'll get a not-asked-for space at record 677
rolf
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Miller Puckette msp@ucsd.edu schreef:
Sure enough - 7 of the lines got an extra space character.
For the moment, if you're on linux or mac, just use "tr -d < foo.txt > foo2.txt" (for instance) to clean them out. But I think it would be better if I could keep them from getting in the file...
cheers Miller
i found an easier "workaround" for me: to add a [makefilename %d]
rolf