[maxmsp] Re: Save by preset object in RunTime, possible?
Stefan Tiedje
Stefan-Tiedje at addcom.de
Mon Oct 1 16:19:13 MDT 2007
- Previous message: [maxmsp] groove~ distortion problem...
- Next message: [maxmsp] Re: what effect does the phase parameter have in additive tutorial patch?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
emmanuel schrieb: > however i have a syntax question for how to send read messages with > arguments to the preset object. i have open the preset.help patch > provided with MaxMSP 4.6 and when i send the following message to the > preset object: > > read ./max-help/presetExample > > the following two errors are returned: > > ? error: presetExample.pat: error 0 opening file ? error: ?£?: > preset read failed Yes, the example file seems to be corrupted, you could post it to support, so that cycling can correct it for the next distribution... In principle the synthax is correct. You don't need to specify the complete path if the file is within your search path by the way... You can also correct it yourself: if you rename the presetExample.pat into presetExample without extension, or change the read message to include the extension, it will load it, but won't find the objects its refering to. That means the preset file is old and not refering to an obviously newer preset.help file. You can create a new preset file by using the write message, and overwriting the existing presetExample file. Then reload and it should work... Stefan -- Stefan Tiedje------------x------- --_____-----------|-------------- --(_|_ ----|\-----|-----()------- -- _|_)----|-----()-------------- ----------()--------www.ccmix.com
- Previous message: [maxmsp] groove~ distortion problem...
- Next message: [maxmsp] Re: what effect does the phase parameter have in additive tutorial patch?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
