Calling conventions - OT: XML

Jarrett Billingsley kb3ctd2 at yahoo.com
Thu Dec 6 16:59:17 PST 2007


"Derek Parnell" <derek at nomail.afraid.org> wrote in message 
news:4at1wkm5t6w6.1v2bj3yu4mqy9$.dlg at 40tude.net...
> This is a style that I'm getting some traction with ...
>
> (* Alison Audiolab Plugin Database)
> (plugindb
>   (plugin (type VST) (uniqueId ANGE) (name Angelina) (vendor Big Tick)
>           C:\Programme\Ableton\vsti\angelina\angelina.dll
>   )
>   (plugin (type VST) (uniqueId adl1) (name Analogic Delay)
>           (vendor DanielBosshard)
>           C:\Programme\Ableton\vsti\dubtools\Analogic Delay.dll
>   )
>   (plugin (type VST) (uniqueId bdl1) (name Bionic Delay)
>           (vendor Daniel Bosshard)
>           C:\Programme\Ableton\vsti\dubtools\Bionic Delay.dll
>    )
> )
>
>
>
> -- 
> Derek
> (skype: derek.j.parnell)
> Melbourne, Australia
> 7/12/2007 9:10:37 AM

Hell, use I-exprs and it becomes even more amazing:

(* Alison Audiolab Plugin Database)

plugindb
   plugin
      (type VST)
      (uniqueId ANGE)
      (name Angelina)
      (vendor Big Tick)
      C:\Programme\Ableton\vsti\angelina\angelina.dll

   plugin
      (type VST)
      (uniqueId adl1)
      (name Analogic Delay)
      (vendor DanielBosshard)
      C:\Programme\Ableton\vsti\dubtools\Analogic Delay.dll

   plugin
      (type VST)
      (uniqueId bdl1)
      (name Bionic Delay)
      (vendor Daniel Bosshard)
      C:\Programme\Ableton\vsti\dubtools\Bionic Delay.dll





More information about the Digitalmars-d mailing list