Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/psvensson/PharoSound

A fork of the Smalltalkhub version with a small fix for reading AIFF data directly from streams
https://github.com/psvensson/PharoSound

pharo-smalltalk smalltalk

Last synced: about 2 months ago
JSON representation

A fork of the Smalltalkhub version with a small fix for reading AIFF data directly from streams

Awesome Lists containing this project

README

        

# PharoSound
A fork of the Smalltalkhub version with a small fix for reading AIFF data directly from streams.

This also contains the full FM Synth generation library and a number of useul morphs for playing and recorindg sound.

# Installing

Metacello new
baseline: 'PharoSound';
repository: 'github://psvensson/PharoSound:master';
load.