363
edits
mNo edit summary |
(I did a stupid mistake and fixed it. (description was wrong)) |
||
Line 29: | Line 29: | ||
While experimenting with some basic libraries in Processing, like Processing.sound.*, a mysterious bug always crashed my sketch either while hovering very fast over the areas or after I stopped the runmodus. It turned out, that this is a bug of the Processing sound library and so I’ve decided to use Minim for my project. <br> | While experimenting with some basic libraries in Processing, like Processing.sound.*, a mysterious bug always crashed my sketch either while hovering very fast over the areas or after I stopped the runmodus. It turned out, that this is a bug of the Processing sound library and so I’ve decided to use Minim for my project. <br> | ||
[[Image:background-draw.png|thumb|left|500px]] <br> For visualizing the sizes of the ellipses a bit better, <br> I set the background colour in the | [[Image:background-draw.png|thumb|left|500px]] <br> For visualizing the sizes of the ellipses a bit better, <br> I set the background colour in the draw function. | ||
<br> You can watch the related video [https://vimeo.com/160799243 here.] | <br> You can watch the related video [https://vimeo.com/160799243 here.] | ||
<br style="clear:both;"> | <br style="clear:both;"> | ||
[[Image:background-setup.png|thumb|left|500px]] <br> But I think the more attractive version is, to set the background colour in the | [[Image:background-setup.png|thumb|left|500px]] <br> But I think the more attractive version is, to set the background colour in the setup function, because the ellipses of the previous sounds are still visible, but getting repainted. | ||
<br> You can watch the related video [https://vimeo.com/160798368 here.] | <br> You can watch the related video [https://vimeo.com/160798368 here.] | ||
edits