Page 1 of 1

Stupid Question here?

Posted: Thu Apr 26, 2007 4:00 pm
by yish313
I keep seeing the term "ATOMS", what do these refer to?

Posted: Thu Apr 26, 2007 4:05 pm
by garyb
the basic building blocks of a plugin. kinda like an atom in real life....

Posted: Thu Apr 26, 2007 5:17 pm
by yish313
could you further explain....is this the modular innards?

Posted: Thu Apr 26, 2007 6:24 pm
by hubird
those are (just) the bigger molecules...the elements so to say :-)
(if I'm right on this).

Posted: Fri Apr 27, 2007 10:22 am
by hifiboom
you could describe the atoms as higher level of programming....

while a classic developer has to start at the level of programming code (codelines).... the creamware atoms replace that level and let you plug together many different modules in a way you would do it with electrical elements...

This has many adavantages... it is more intuitive and a CW sdk developer can quickly try out different layouts for a plug-in whithout having to code low level stuff, which obviously would need much time to try out many different approaches for an audio plug-in.

In terms of developing audio tools the CW approach is really a very good one IMO.