Hello Community,
this is my first post here..
i've been using pd for over a year now and am still stunned by the possibilities.
ive built some pretty complex patches in those last 12 months and am mostly self-taught, meaning i usually find a way myself for solving a problem , but i am at my wits end here so here we go..
i am building a sequencer at the moment and it needs a function to save and recall patterns, aka in my case lists of 1s and 0s.
i managed to get the sequences into lists and then read from them.
but when i want to write those lists to a textfile i always get an error message.
i know it has to do with the path specified.
my question is about how exactly the path has to be named to write a textfile?
which keys are accepted and which aren't?
i am aware that you can't have [space] in the pathname, is that correct?
but omitting all [spaces] isn't working either.
maybe there are problems with caps as well?
what do your paths look like when you are writing to textfile?
i also tried writing the data to and reading from arrays and also tables as well as storing them as messages and then read from them and it all works, but this is specifically about learning how to use the [textfile] object correctly. so please no advice on workarounds, however elegant they may be
note: ive also tried writing to folders that don't require administrator rights. didnt work. i managed to find the right way of naming the path at some point yesterday, but then pd crashed and i forgot..
guess my mind was a bit strained after trying this for 2 hours..
(wish i was running on windows xp, but it it windows 7 for the time being..)
anyway, hope you can help and have nice weekend!