I am using a txt file with the textfile object in order to make a sort of sequence. Is it possible in the txt file to give somehow two or more messages with one bang? I mean that to come from the output of textfile object two messages one after the other with no delay ant with only one bang in textfile object. I can do that actually with list spilt object but this method is very limited. Is there something more useful?
-
Textfile question
-
you can use markers in the textfile that tell your patch when a message is over.
for example, i use /n for a new line of text. -
Actually I didn't found any function that / or /n does in the txt file. I am using normaly , or ; to make new messages but this function requires a new bang. I want to be able to send 2 or more different messages (witch should be as long as I want) with only one bang! As I said I can built an extra mechanism after the textfile object to do that (very limited though) but I am asking if is it possible to do that only in the txt file.