We are about to switch to a new forum software. Until then we have removed the registration on this forum.
When using the minim library, using import processing.minim.* doesn't work, but ddf.minim.* does. What's ddf? I can't find documentation on it anywhere.
ddf.minim is the package name which class Minim (and many others) belongs to: :-B
package
class
http://Code.Compartmental.net/minim/javadoc/ddf/minim/package-summary.html http://Code.Compartmental.net/minim/javadoc/ddf/minim/Minim.html
http://Tutorials.Jenkov.com/java/packages.html https://Docs.Oracle.com/javase/tutorial/java/package/index.html
And I just figured out it probably is the initials of one of the authors, Damien Di Fede.
Answers
ddf.minim is the
package
name whichclass
Minim (and many others) belongs to: :-Bhttp://Code.Compartmental.net/minim/javadoc/ddf/minim/package-summary.html
http://Code.Compartmental.net/minim/javadoc/ddf/minim/Minim.html
http://Tutorials.Jenkov.com/java/packages.html
https://Docs.Oracle.com/javase/tutorial/java/package/index.html
And I just figured out it probably is the initials of one of the authors, Damien Di Fede.