redSampler
a Quark for SuperCollider
install it from within supercollider with the command Quarks.install("redSampler")
redSampler
Playback of soundfiles from disk or RAM. With simple envelope, voices and looping. The 'giga' sampler class (RedDiskInSamplerGiga
) is useful for massive sample libraries that will not fit in RAM. It preloads a bit of the beginning of all the soudfiles and streams the rest from disk when needed.
Basic usage:
```supercollider s.boot; a= RedSampler(); a.prepareForPlay(\snd1, Platform.resourceDir +/+ "sounds/a11wlk01-44_1.aiff"); a.play(\snd1); a.free;
//then there are simple wrapper classes like //RedLoop for looping a soundfile from disk a= RedLoopDisk(Platform.resourceDir +/+ "sounds/a11wlk01-44_1.aiff") a.amp= 0.3; a.free; ```
Found no versions tagged via git
Installation
Repository
URL
https://github.com/redFrik/redSampler
Since
2008-12-20
Last update
2024-04-01
Current version
0.5.1
Quark info
url
https://www.fredrikolofsson.com/
name
redSampler
path
redSampler
since
2004
author
redFrik
schelp
Overviews/redSamplerOverview
summary
Playback of soundfiles from disk or RAM. With simple envelope, voices and looping. The 'giga' sampler class (RedDiskInSamplerGiga) is useful for massive sample libraries that will not fit in RAM. It preloads a bit of the beginning of all the soudfiles and streams the rest from disk when needed.
version
0.5.1