diff --git a/content/news/038/feldversuch.gif b/content/news/038/feldversuch.gif new file mode 100644 index 000000000..bdfd9b336 Binary files /dev/null and b/content/news/038/feldversuch.gif differ diff --git a/content/news/038/index.md b/content/news/038/index.md index 4d055a7d9..eff1515fe 100644 --- a/content/news/038/index.md +++ b/content/news/038/index.md @@ -118,6 +118,25 @@ and finally how to tie it all together with a client app made with [bevy]. ## Tooling Updates +### Feldversuch + +![Feldversuch](feldversuch.gif) + +Feldversuch by [@siebencorgie](https://twitter.com/siebencorgie) +is an experimental extension to the class of wavetable +synthesizers based on signed distance fields. + +Feldversuch uses user defined fields not only to render the +interface, but to generate sound based on them as well. The +so-called *sampling plane* (seen moving back and forth above) +defines the wave shape that is played back. + +Further experiments include rotation (instead of the sweep +movement) as well as different interpretations of the wave +shape. Have a look at the [presentation video](https://www.youtube.com/watch?v=GZVdzcwSEaw) +and the [blog post](https://siebencorgie.rs/gallery/feldversuch/) +for further details. + ## Library Updates ## Popular Workgroup Issues in Github