Hi Steve,

> On Wed, Mar 13, 2002 at 06:36:50 +0100, Stefan Kost wrote:
> 
>>I would favour if the plugin just supplies functional-desc. und the users
>>chooses the style related things by choosing a theme.
>>
> 
> Thats fine for v. simple things, but things that really need guis can't be
> easily described in XML, eg.
> http://plugin.org.uk/releases/guis/harmonic_gui-0.2.png
> http://plugin.org.uk/releases/guis/delayorama_gui-0.1.png
> 
> Both need a fair bit of maths to make them go.
> 
> - Steve

I don't see any reason, why those gui can't be described via xml

<!-- harmonic -->
<control-group>
   <control type="canvas">
     ...
   </control>
   <control type="optionchoice/single/extended" id="waveform">
     <option id="sine">Sine</option>
     <option id="tri">Triangle</option>
     ...
   </control>
   <control-group>
     <control type="valuechoice/bounded" id="fundamental">
       <value>-0.04</value>
       <upper>...</upper>
       <lower>...</lower>
     </control>
     <control type="valuechoice/bounded" id="2nd">
       ...
     </control>
     ...
   </control-group>
</control-group>

That part with the canvas need more thinking on my side, which I postpone for when I 
am there ;-)

Stefan
-- 
       \|/
      <@ @> Stefan Kost  private                   business
+-oOO-(_)-OOo------------------------------------------------------------- - - -  -   -
|        __    Address  Zwenkauer Str. 24         HTWK Leipzig, Fb IMN, Postfach 300066
|       ///             04277 Leipzig             04277 Leipzig
|  __  ///              Germany                   Germany
|  \\\///      Phone    +49341 3910483            +49341 30766101
|   \__/       EMail    [EMAIL PROTECTED]           [EMAIL PROTECTED]
|              WWW      http://www.sonicpulse.de  
|http://www.imn.htwk-leipzig.de/~kost/about.html
===-=-=--=---=---------------------------------- - - -  -    -

Reply via email to