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: 4 months ago
JSON representation
Easily load and access a bunch of audio files into collections of buffers in SuperCollider
- Host: GitHub
- URL: https://github.com/madskjeldgaard/polybuf
- Owner: madskjeldgaard
- License: gpl-3.0
- Created: 2018-09-24T13:54:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T16:50:43.000Z (over 2 years ago)
- Last Synced: 2024-02-15T02:31:23.528Z (over 2 years ago)
- Topics: supercollider
- Language: SuperCollider
- Homepage:
- Size: 61.5 KB
- Stars: 20
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
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