rowr111 / cubegarden

it's a garden. of cubes. it's an LED interactive art project.
GNU General Public License v3.0
12 stars 2 forks source link

add dB effect as an optional overlay on effects instead of its own effect #67

Closed rowr111 closed 4 years ago

rowr111 commented 5 years ago

Basically this effect was so popular that it seems integral to the cubegarden experience. We should just add it on top of effects.

boberj commented 5 years ago

I want to simplify effects development by creating a way to more abstractly describe effects (color change, pulsing etc.) and then layer/blend them together to create a complete new effect. Seems like that could be used to implement this by treating a complete effect as just another layer.

rowr111 commented 4 years ago

yeah.. my general idea is along those lines - the base effect would reduced to be color palettes only. you'd pick the color palette you'd like, and then build your effect by picking all the other 'moving' parts - pulsing, db effect, tilting, change color on tap, etc.

rowr111 commented 4 years ago

this effect is in and looking pretty good (imho, lol) as of commit 4d1a8d0