SOUND METER

If you have a design you're proud of, share the cfdg file here. It's also a good place to ask for feedback and collaborate.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
User avatar
LaT3x
Posts: 68
Joined: Wed Jul 06, 2005 3:11 pm
Location: Madrid, Spain

SOUND METER

Post by LaT3x »

Hi!...
Enjoy it!

Code: Select all

startshape codigoBarras 

rule codigoBarras .99
{
  line { r 90 }
  codigoBarras { x 1 }
}
rule codigoBarras .01
{
}

rule line .9
{
  SQUARE { s .2 }
  line { x .7 }
}
rule line .1
{
}

User avatar
lagroue
Posts: 114
Joined: Wed Jul 06, 2005 11:33 pm
Location: Paris, France
Contact:

Post by lagroue »

Simple yet effective application : display visual effects on music !

Post Reply