Files
Last update 1 year 5 months
by
Kihun Song
Files_MISC_Sketchbook_Processinglibrariestoxiclibs-complete-0020audioutils | |
---|---|
.. | |
docs | |
examples | |
library | |
CHANGELOG.log | |
JOAL_LICENSE.txt | |
JOAL_README.txt | |
LICENSE.txt | |
README.txt |
README.txtIMPORTANT ------------------------------------------------------------------------ This library requires an OpenAL compatible soundcard & driver Get the driver from http://openal.org/ ------------------------------------------------------------------------ This is a module of the toxiclibs library release. Only the following packages are included: toxi.audio toxi.music toxi.music.scale This library also depends on these following other packages: JOAL (these are bundled with binary distribution): net.java.games.joal net.java.games.joal.eax net.java.games.joal.util javax.sound.sampled from toxiclibscore: (get it via: http://hg.postspectacular.com/toxiclibs/downloads/) toxi.geom.*; toxi.math.*; If you're going to use these classes for Processing projects, first drop the "audioutils" folder into the "libraries" folder of your Processing sketchbook and ensure the above listed dependent libraries are installed there too. You'll then need to restart Processing in order for it to find this new library. Source code is available via Hg, instructions over here: http://hg.postspectacular.com/toxiclibs/source/ JavaDocs are available in the "docs" folder of each download and online. http://toxiclibs.org/javadocs/ toxiclibs is a PostSpectacular production: http://postspectacular.com/ Have fun! Copyright (c) 2006-2011 Karsten Schmidt <info at postspectacular.com> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. http://creativecommons.org/licenses/LGPL/2.1/ This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA