[sdiy] Modular Patch Notation (MPN)
Andre Majorel
amajorel at teaser.fr
Sat Oct 4 11:33:19 CEST 2003
On 2003-10-03 15:11 +0200, René Schmitz wrote:
> Why not use something which is a standard already? And something which
> is extensible per se. Read: XML.
XML is nice in a way but it's optimised for parsing by machines.
For humans, it's a PITA to read or write.
Would you prefer to read and write this :
group "groupid"
{
item "item1";
item "item2";
};
or this ?
<group id="groupid">
<item id="item1" />
<item id="item2" />
</group>
--
André Majorel <amajorel at teaser.fr>
http://www.teaser.fr/~amajorel/
More information about the Synth-diy
mailing list