Re: [PD] Pure Data/Arduino course webpage

2012-05-17 Thread olsen

Nice stuff - thanks for sharing John!

On 05/14/2012 02:32 PM, John Harrison wrote:

I thought it might be interesting and maybe even helpful if I shared the 
webpage for the Pure Data/Arduino audio/video
course I just finished teaching. This was a one-semester undergraduate-level 
course I taught at Wichita State
University. Most students were electrical/computer engineering students that 
had minimal applied experience with
programming and circuitry before signing up for the course.

Main course page:
http://cratel.wichita.edu/blogs/ee577aspring2012/

Student final projects with explanatory video and code:
http://cratel.wichita.edu/blogs/ee577aspring2012/category/final-project-report-video/

The web page for the course includes all assignments, my notes, schedule and a 
forum where students asked questions,
shared cool projects they found, etc.

One thing I wrote as an example for the students in the class was a color 
tracker which could track primary colors. I
thought I saw a conversation on the list earlier were somebody was writing an 
external for color tracking, but at least
primary colors can all be tracked in Gem. Maybe it's obvious but in case it's 
not:
http://cratel.wichita.edu/blogs/ee577aspring2012/forum2/code-group3/pd-patches-forum4/2-color-trackers-thread16/

-John
--
John Harrison http://alumni.media.mit.edu/~harrison


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -  
http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pure Data/Arduino course webpage

2012-05-17 Thread Alan Brooker
thanks for the great resource

On Thu, May 17, 2012 at 6:51 PM, olsen raumkundschaf...@hasa-labs.orgwrote:

 Nice stuff - thanks for sharing John!


 On 05/14/2012 02:32 PM, John Harrison wrote:

 I thought it might be interesting and maybe even helpful if I shared the
 webpage for the Pure Data/Arduino audio/video
 course I just finished teaching. This was a one-semester
 undergraduate-level course I taught at Wichita State
 University. Most students were electrical/computer engineering students
 that had minimal applied experience with
 programming and circuitry before signing up for the course.

 Main course page:
 http://cratel.wichita.edu/**blogs/ee577aspring2012/http://cratel.wichita.edu/blogs/ee577aspring2012/

 Student final projects with explanatory video and code:
 http://cratel.wichita.edu/**blogs/ee577aspring2012/**
 category/final-project-report-**video/http://cratel.wichita.edu/blogs/ee577aspring2012/category/final-project-report-video/

 The web page for the course includes all assignments, my notes, schedule
 and a forum where students asked questions,
 shared cool projects they found, etc.

 One thing I wrote as an example for the students in the class was a color
 tracker which could track primary colors. I
 thought I saw a conversation on the list earlier were somebody was
 writing an external for color tracking, but at least
 primary colors can all be tracked in Gem. Maybe it's obvious but in case
 it's not:
 http://cratel.wichita.edu/**blogs/ee577aspring2012/forum2/**
 code-group3/pd-patches-forum4/**2-color-trackers-thread16/http://cratel.wichita.edu/blogs/ee577aspring2012/forum2/code-group3/pd-patches-forum4/2-color-trackers-thread16/

 -John
 --
 John Harrison 
 http://alumni.media.mit.edu/~**harrisonhttp://alumni.media.mit.edu/~harrison


 __**_
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -  http://lists.puredata.info/**
 listinfo/pd-list http://lists.puredata.info/listinfo/pd-list


 __**_
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/**
 listinfo/pd-list http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pure Data/Arduino course webpage

2012-05-17 Thread Max

Am 14.05.2012 um 14:32 schrieb John Harrison:
 One thing I wrote as an example for the students in the class was a color 
 tracker which could track primary colors. I thought I saw a conversation on 
 the list earlier were somebody was writing an external for color tracking, 
 but at least primary colors can all be tracked in Gem. Maybe it's obvious but 
 in case it's not:
 http://cratel.wichita.edu/blogs/ee577aspring2012/forum2/code-group3/pd-patches-forum4/2-color-trackers-thread16/

john, nice patches. may i steal bits of that for my „bewegungsmelder 
collection?
i had to do three things to make them work for me
1. add [declare -lib Gem] to make Gem load
2. add [pix_rgba] because the default colorspace on os x is yuv
3. invert the Y axis by changein *8 -4 to *-8 +4  

max

signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pure Data/Arduino course webpage

2012-05-17 Thread John Harrison
Please steal freely. This is all public domain.

Thanks for the tips on making them work on OSX.

-John

On Thu, May 17, 2012 at 4:07 PM, Max abonneme...@revolwear.com wrote:


 Am 14.05.2012 um 14:32 schrieb John Harrison:
  One thing I wrote as an example for the students in the class was a
 color tracker which could track primary colors. I thought I saw a
 conversation on the list earlier were somebody was writing an external for
 color tracking, but at least primary colors can all be tracked in Gem.
 Maybe it's obvious but in case it's not:
 
 http://cratel.wichita.edu/blogs/ee577aspring2012/forum2/code-group3/pd-patches-forum4/2-color-trackers-thread16/

 john, nice patches. may i steal bits of that for my „bewegungsmelder
 collection?
 i had to do three things to make them work for me
 1. add [declare -lib Gem] to make Gem load
 2. add [pix_rgba] because the default colorspace on os x is yuv
 3. invert the Y axis by changein *8 -4 to *-8 +4

 max
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] Pure Data/Arduino course webpage

2012-05-14 Thread John Harrison

  
  
I thought it might be interesting and maybe even helpful if I shared
the webpage for the Pure Data/Arduino audio/video course I just
finished teaching. This was a one-semester undergraduate-level
course I taught at Wichita State University. Most students were
electrical/computer engineering students that had minimal applied
experience with programming and circuitry before signing up for the
course.

Main course page:

http://cratel.wichita.edu/blogs/ee577aspring2012/

Student final projects with explanatory video and code:

http://cratel.wichita.edu/blogs/ee577aspring2012/category/final-project-report-video/

The web page for the course includes all assignments, my notes,
schedule and a forum where students asked questions, shared cool
projects they found, etc.

One thing I wrote as an example for the students in the class was a
color tracker which could track primary colors. I thought I saw a
conversation on the list earlier were somebody was writing an
external for color tracking, but at least primary colors can all be
tracked in Gem. Maybe it's obvious but in case it's not:

http://cratel.wichita.edu/blogs/ee577aspring2012/forum2/code-group3/pd-patches-forum4/2-color-trackers-thread16/

-John
-- 
  John Harrison
  http://alumni.media.mit.edu/~harrison
  


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list