1. Useful reference for anyone trying to get a monome grid working with vanilla puredata

    Perhaps when I have developed it a bit more I will contribute a new tutorial to the monome docs website, and create a [serialosc] object for easily managing devices and connections.

  2. that Cebuano-speaking Wikipedians are vastly more thorough in cataloguing the world’s various “Goat Islands” than their English-speaking counterparts, although they neglect the more artistic uses of the phrase. Compare: https://en.wikipedia.org/wiki/Goat_Island vs https://ceb.wikipedia.org/wiki/Goat_Island

    English-speaking wikipedians would have you believe that Canada only boasts a measly two Goat Islands, but the admirable Cebuano-speaking wikipedians reveal that the true number is sixteen times greater, coming second only to the US, which clocks in at almost one hundred.

    The map of Chilean Goat Islands is possibly my new favourite wikipedia graphic:

  3. Talking of [filterview] (gh), here’s the abstraction I made for it, incorporating stereo smooth filters and a nice mode switching UI made of a [hslider] hidden behind a bunch of canvases.

    Each canvas has a receive ID of $0- plus the symbol for the relevant filter mode, making the message sending for changing the colours easy.

  4. [biquad~] clicks and pops when changing coefficients, which is annoying when they’re coming from the [filterview] UI. The best way I found of smoothing them was to alternate between two biquad~ objects and crossfade between them over 3ms. This approach, while a little cludgy, is probably generalisable to a lot of similar Pd situations where smooth transitions are desirable.