This version is working fine for me.
https://imgur.com/a/fEqt9wO
Also i changed the value of Horizon_Y to 3 to fit into my screen.
Thanks for the update!
dop2000
New links here:
https://www.dropbox.com/s/wh5y9hwjix419yn/barreldistort.zip?dl=1
I love to see a topic about slider control and effects. Thanks for sharing this info. I will try to bring all that info back into c2.
I also want to implement a range slider & input fields for each slider to limit the min or max values to choose from.
converted via pluginconverter, i did not test fully.
https://www.dropbox.com/s/v5kz4n7i8mbg4p3/flag.c3addon?dl=1
Hey,
here is a download for this effect collection incl. demo capx.
https://www.dropbox.com/s/sevq1v9czmaumxy/C2Anaglyphs.rar?dl=1
Hey Asmodean! Thanks a lot for the fast share here!
Great 1!
Thanks Asmodean! Take your time. Just a little reminder that this beepbox is growing into a big one.
Asmodean i just checked the beepbox site and found out there was a huge update to the core. If there is any time and motivation can you pplease check out your beepBox plugin if you can update it too?
I wonder if i can control e.g. the filter values via events when playing a song?
Develop games in your browser. Powerful, performant & highly capable.
I understand that. Thanks for all your hard work!
— I would love to see the last capx for c2 too.
Maybe i will join the c3 train later this year.
Keep up the good work!
You do not have permission to view this post
Congrats on reaching v1. Keep up the good work!
The Link seems to have a bad format, but still working:
https://drive.google.com/file/d/1oFFxAy3YJpfrjcHd1Z2uVt_XlozuD4MO/view
Hello,
i like your new plugin alot. I wish there was an eazy way to convert from other formats to Bandchip format. I must dig deeper into that.
Any chance to see midi input for Bandchip?
i would love to connect to you via discord.
There is a way via css, no need for a js lib.
div { width: 50px; padding: 50px; background: gold; text-align: center; } div:hover { -webkit-animation: shake 0.1s ease-in-out 0.1s infinite alternate; } @-webkit-keyframes shake { from { -webkit-transform: rotate(10deg); } to { -webkit-transform-origin:center center; -webkit-transform: rotate(-10deg); } }
<div>Hello</div>