https://github.com/processing/processing-sound-archive
Archived Sound Library for Processing
https://github.com/processing/processing-sound-archive
Last synced: 9 months ago
JSON representation
Archived Sound Library for Processing
- Host: GitHub
- URL: https://github.com/processing/processing-sound-archive
- Owner: processing
- Created: 2014-11-04T22:23:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T13:43:11.000Z (about 7 years ago)
- Last Synced: 2025-03-27T15:31:02.556Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 26.5 MB
- Stars: 125
- Watchers: 38
- Forks: 59
- Open Issues: 83
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Note: 15 May 2018. This Library is no longer in active development. This repository is an archive. We're working on a new Sound Library that will have the same API, but will be built on top of JSyn.
## Processing Methcla Interface
This is a processing interface and a collection of plugins for [Methcla](http://methc.la), a leight-weight, efficient sound engine for mobile devices.
## Running on Linux
Make sure the following software packages are installed: libasound2 libflac8 libmpg123-0 libstdc++6 libsndfile1 libvorbis0a libvorbisenc2 libogg0
## Building the libMethClaInterface
The Java Library is to be compiled with ant. Please install the latest version on ant on your computer. The build.xml file is in in the root folder. Core.jar needs to be compiled and ready in ../../../core/library. To compile do
```bash
$ ant
```
in the root folder.
## Building on Linux
Install the following packages
g++
ant
openjdk-7-jdk
Point the build scripts to the Java installation
export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
### Running the 32 bit version of processing (Ubuntu 14.04)
Execute the following commands:
sudo dpkg --add-architecture i386
sudo apt-get update
Install the following packages:
libc6:i386
libstdc++6:i386
libXext6:i386
libXrender1:i386
libXtst6:i386
libXi6:i386
libpulse0:i386
### Compiling the 32 bit version of Processing Sound (Ubuntu 14.04)
Install the following packages:
gcc-multilib
g++-multilib