[linux-audio-dev] xml in freeamp (gui for LADSPA)

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: [linux-audio-dev] xml in freeamp (gui for LADSPA)
From: Erik Steffl (esteffl_AT_pbi.net)
Date: Sat May 27 2000 - 20:26:26 EEST


  I just checked the themes/skins for freeamp. it looks like xml is jsut
html where you can define your own tag. the xml renderer has to know how
to render the tag, of course (what the tag means).

  so you can specify things like:

   <Controls>
        <ButtonControl Name="Logo" URL="http://www.emusic.com">
                <Info Desc="Go to the EMusic web site" Tip="EMusic"/>
            <Position Pos="17,126"/>
            <ControlBitmap Rect="0,236,327,260" Name="Buttons"/>
        </ButtonControl>
   ...

  where the value of the name corresponds to a function in freeamp.

  but you cannot (AFAIK) define how the slider control looks or what it
does, it's up to renderer to interret what it means (well, you specify
the bitmap)...

  check out:

http://www.freeamp.org/index.html?mode=themes

  it's fairly simple

        erik


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sat May 27 2000 - 21:01:01 EEST