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.
IndexProgramming Questions & HelpSound,  Music Libraries › Can anyone Reccomend one of the Sound Libraries
Page Index Toggle Pages: 1
Can anyone Reccomend one of the Sound Libraries? (Read 1918 times)
Can anyone Reccomend one of the Sound Libraries?
Feb 18th, 2010, 12:11am
 
Hey Everyone,

I just started using processing, and am very pleased.  Got an app up and running in one night.  Progressed blazingly fast compared to trying to do the same project in Visual Studio.

I'm looking for a recomend for which audio library to use.  My goal is to mimic a very basic sampler.  I'll load several .wav files, like a series of drum sounds.  Then use the keyboard or a controller to trigger the sounds.

I've got Ess up and running, but with some issues.  I've got to supress multiple retriggers from the same key press.  And To retrigger the same sound, I have to stop() then play().  It hiccups quite a lot when retriggering the same sound multiple times quickly.  I have ideas, like have multiple channels for the same sample, and toggle playback, so that I don't have a single overloaded channel, etc...

Before I spend a bunch of time investigating... Does anyone else have experience with the various sound libraries?  Is Ess good for this type of work, or should I be looking at a different one?  There are 9 listed on Processing's libraries page.  Figured I'd ask around before investigating all of them to save some time.

Thanks!

dj

Re: Can anyone Reccomend one of the Sound Libraries?
Reply #1 - Feb 18th, 2010, 12:19am
 
why not try minim ?

it is bundled with processing, nothing to install.

h
Re: Can anyone Reccomend one of the Sound Libraries?
Reply #2 - Feb 19th, 2010, 1:13am
 
hi,

i prefer Minim & Krister ESS.

regards maik
Re: Can anyone Reccomend one of the Sound Libraries?
Reply #3 - Mar 6th, 2010, 1:25pm
 
Minim seems like it would be perfect as it has an AudioSample object which is designed to do exactly what you are trying to do:

http://code.compartmental.net/tools/minim/manual-audiosample/
Re: Can anyone Reccomend one of the Sound Libraries?
Reply #4 - Mar 11th, 2010, 10:20pm
 
Hi all,

thanks for sharing.
i was also finding the same thing.
good thing i found this forum and all your recommendations.

thanks! thanks! Cool
Re: Can anyone Reccomend one of the Sound Libraries?
Reply #5 - Apr 6th, 2010, 4:50pm
 
I always used minim, so far so good!
Page Index Toggle Pages: 1