[video]
Working on a Pd patch that parses weather information from a station in York. What to do with all these numbers? See the station here on Google Maps.
[video]
Finished a quick midi LFO patch for monome today. You “draw” the LFO waveforms on the monome and Pd sends it as midi control information. Get it here.
========
1 && 1 = 1
1 && 0 = 0
0 && 0 = 0
========
1 || 1 = 1
1 || 0 = 1
0 || 0 = 0
========
!64 = 0
!1 = 0
!0 = 1
========
[video]