Search found 12 matches

by james
Fri Dec 10, 2010 11:44 pm
Forum: Fall 2010
Topic: Portfolio website
Replies: 6
Views: 48075

Re: Portfolio website

Also, the forum's clock appears to have missed Daylight Saving Time, so all our posts appear an hour later than they actually are. I swear we're on time!
by james
Fri Dec 10, 2010 11:42 pm
Forum: Fall 2010
Topic: Portfolio website
Replies: 6
Views: 48075

Re: Portfolio website

Attached is my portfolio site. It's a bit rushed cuz I was trying to flesh out my final project's narrative some more. Also, had some trouble uploading the zip file to the forum since it's rather big due to a number of video and audio files. Uploading it to my own site here: http://jamesdarling.com/...
by james
Mon Oct 18, 2010 8:30 pm
Forum: Fall 2010
Topic: PS #4
Replies: 8
Views: 9231

Re: PS #4

git@github.com:smee2001/JD-PS4.git

My program also feels somewhat lacking in efficiency... Would love to see how the use of Maps and Lists could've been done without the redundancy I had to create in order to fulfill the requirement of the assignment.
by james
Sat Oct 16, 2010 11:29 am
Forum: Fall 2010
Topic: PS #4
Replies: 8
Views: 9231

Re: PS #4

Should we post our homework to a git repo and link it to the forum as before?
by james
Thu Oct 14, 2010 7:09 pm
Forum: Fall 2010
Topic: Java File Structure Question
Replies: 1
Views: 4284

Java File Structure Question

With all these interfaces and classes, do they all need to be in separate Java files? Can my two interfaces be in one Java file? I know the class containing the main method has to have a class name and file name that match, but what about other files?

James
by james
Mon Oct 11, 2010 8:59 pm
Forum: Fall 2010
Topic: Problem Set #3
Replies: 5
Views: 7455

Re: Problem Set #3

http://github.com/smee2001/JD-ProcessingGUI-201B/ Write-Up: 1) I chose to use the JMCVideo library, authored by none other than our esteemed instructor, Angus Forbes. My background is in film and TV production, so I was interested in exploring the technical and aesthetic considerations when building...
by james
Mon Oct 11, 2010 4:33 pm
Forum: Fall 2010
Topic: ControlP5 Woes
Replies: 1
Views: 4356

Re: ControlP5 Woes

Nevermind. Got it... the value method. Duh.
by james
Mon Oct 11, 2010 4:28 pm
Forum: Fall 2010
Topic: ControlP5 Woes
Replies: 1
Views: 4356

ControlP5 Woes

I'm racking my brain trying to just get the value of a slider... I can set the value with the setValue method but I can't figure out how to read what the value of the Slider is... there doesn't seem to be a getValue method.
by james
Thu Sep 30, 2010 10:14 pm
Forum: Fall 2010
Topic: Command research thread
Replies: 7
Views: 8256

Re: Command research thread

Useful: whatis [command] - summarized explanation of a command (seems to be the content that is pulled up when you use a command incorrectly) Weird: screen - some sort of shell program that still seems to allow basic unix commands, but apparently allows multiple connections to something or other... ...
by james
Thu Sep 30, 2010 9:05 pm
Forum: Fall 2010
Topic: Working with Libraries
Replies: 1
Views: 4383

Working with Libraries

I'm trying to figure out how to work with audio libraries...

Where should the Processing libraries directory be? When I use an audio library, does it need to be in my github for the programs to work?

Thanks,

James