-
Notifications
You must be signed in to change notification settings - Fork 4
2017f Day 2
Nick Fox-Gieg edited this page Sep 15, 2017
·
5 revisions
Import a Library in Processing
Sketch > Import Library > Add Library
You use the library with an import statement, like:
import ddf.minim.*;
You find the library and its examples in the folder it was downloaded to. By default on a Mac, this is
/Users/USERNAME/Documents/Processing/libraries/
On Windows this is
C:\Users\USERNAME\Documents\Processing\libraries\