Philip Cunningham

Oct 22

[video]

Oct 20

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.

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.

Oct 19

Oct 18

[video]

Oct 14

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.

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.

Sep 11

========

1 && 1 = 1
1 && 0 = 0
0 && 0 = 0

========

1 || 1 = 1
1 || 0 = 1
0 || 0 = 0

========

!64 = 0
!1 = 0
!0 = 1

========

Sep 03

Sep 02

[video]