[PD] data structure array with text elements bug?

Jan Baumgart raga.raga at gmx.de
Mon May 25 17:27:40 CEST 2015


Hi there,

I'm getting a strange warning, when working with a data structure array 
containing text elements:

"warning: word_restore: extra arguments"

This message gets posted for every array element, when loading the data.

There's an example patch attached. Open test_preset_data_structure.pd 
and click "read preset.txt".

There's a comment in the text/data structure help patch saying:
"bug - saving multi-line texts inside structures"

As far as i can tell, the data gets stored and loaded correctly.
Can i just ignore this warning, or should i be worried about losing data?

thx,
Jan

-- 
Jan Baumgart
Technischer Mitarbeiter
Hochschule für Musik und Darstellende Kunst
Eschersheimer Landstr. 29-39
60322 Frankfurt am Main
-------------- next part --------------
data;
template myname-preset-template;
float x;
array presets presets-element;
;
template presets-element;
list preset-text;
;
;
myname-preset-template 0;
bang;
;
bang;
;
bang;
;
bang;
;
bang;
;
bang;
;
bang;
;
bang;
;
bang;
;
bang;
;
;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: preset_data_structure.pd
Type: text/x-puredata
Size: 4088 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20150525/ef2eee72/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test_preset_data_structure.pd
Type: text/x-puredata
Size: 295 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20150525/ef2eee72/attachment-0001.bin>


More information about the Pd-list mailing list