gatech-csl / jes

The Jython Environment for Students allows students to write Jython programs that can manipulate pictures, sounds, and videos.
http://mediacomputation.org/
60 stars 38 forks source link

Samples Object Issues #5

Open leafstorm opened 10 years ago

leafstorm commented 10 years ago

From bjdorn@gmail.com on May 20, 2009 11:48:29

We need to make the samples object work properly in jython with getSamples, getSampleAt and for printing. We should implement it as a sequence object but cover the necessary python meta programming facilities so that print does the right thing on the python side.

Original issue: http://code.google.com/p/mediacomp-jes/issues/detail?id=5

leafstorm commented 10 years ago

From bjdorn@gmail.com on May 20, 2009 08:55:49

Owner: ---