audio - Using processing sound library -


i use processing sound library:

import processing.sound.*; 

but have following error:

no library found processing.sound libraries must installed in folder named 'libraries' inside 'sketchbook' folder. 

how can install sound library? tried add via sketch > import library... can't find it.

i'm using processing 2.2.1 on macos 10.9.5

any idea?

i suggest use minim, popular sound library processing.

can find , use libary here: http://code.compartmental.net/tools/minim/

if using processing should have minim.
go sketch -> import library -> minim

if still don't find it, try go sketch -> import library -> add library -> minim
you can import library this:

import ddf.minim.*; 

Comments

Popular posts from this blog

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -