yes, I know, that's the way I am doing it now - I just wanted to know
if there is any official format description.
Thank you.
Peter
On 5.5.2008, at 22:04, Chris Wood wrote:
Peter
I've not seen any documentation but it's fairly easy to figure out
from the .qtz file. Its easiest to rename a file as .plist and open
it in plist editor but if you save the file in that any XML editor
will load it.
I noticed that its not necessary to add all attributes, just any
that are not default. If you want a "true" .qtz file at the end you
have to convert to binary plist, there's a command line tool to do
it but I'm not near a mac to see what it is.
Chris
On 5 May 2008, at 09:20, Peter Krajcik <email@hidden> wrote:
Hello,
is there a way how to create QC composition programatically ?
How to read patch or Plug-In attributes and connect them from
application, set the composition parameters,...
I didn't find a composition format description nor an API for it.
I can do it now if I edit existing .qtz, but I'm interesting in
"official" format description if exists.