We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Problems with minim (Read 464 times)
Problems with minim
May 6th, 2008, 12:06pm
 
Hello!

I'm taking my first steps with Processing and Minim, and i'm having troubles understanting how classes work with Minim.

I'm using this example code:
http://code.compartmental.net/tools/minim/manual-controller/

In the Getting and Setting Controls, Code Sample. They talk about an external file where classes are defined, but i can't seem to understand how this external file links with the rest of the code.

thank you for any help i would really apreciate
thanks
CAL
Re: Problems with minim
Reply #1 - May 10th, 2008, 7:37am
 
Took a quick look.

Have you followed the link that says "view online"? This lets you view the source code for the WaveformRenderer Class.

Also the classes are defined in minim/src/ddf/minim and minim/src/ddf/minim/signals

They're accessed through the code at the beginning:

import ddf.minim.*;
import ddf.minim.signals.*;

Is that what you're asking?

best,
Zachary
Page Index Toggle Pages: 1