Ecosyste.ms: Awesome

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

https://github.com/madskjeldgaard/PolyBuf

Easily load and access a bunch of audio files into collections of buffers in SuperCollider
https://github.com/madskjeldgaard/PolyBuf

supercollider

Last synced: about 1 month ago
JSON representation

Easily load and access a bunch of audio files into collections of buffers in SuperCollider

Lists

README

        

# PolyBuf

[See this video for a quick demo.](https://vimeo.com/manage/videos/653384557)

An easy way to load a bunch of audio files into easily accessible collections of
buffers in Supercollider. Great for sample libraries.

## Installation

In SuperCollider, evaluate the following code to install it as a quark: `Quarks.install("https://github.com/madskjeldgaard/PolyBuf.git");`

For more info: [Using Quarks](http://doc.sccode.org/Guides/UsingQuarks.html)

## Usage

See the help file s for more details