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.

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; ```

RedAbstractSampler
Project
Source file
Extension
Superclass:
RedAbstractSamplerVoice
Project
Source file
Extension
Superclass:
RedDiskInGigaSamplerVoice
Project
Source file
Extension
Superclass:
RedDiskInSamplerVoice
RedDiskInPlayer
Project
Source file
Extension
Superclass:
RedDiskInSampler
Project
Source file
Extension
Superclass:
RedAbstractSampler
RedDiskInSamplerGiga
Project
Source file
Extension
Superclass:
RedDiskInSampler
RedDiskInSamplerVoice
Project
Source file
Extension
Superclass:
RedAbstractSamplerVoice
RedLoop
Project
Source file
Extension
Superclass:
RedLoopDisk
Project
Source file
Extension
Superclass:
RedLoop
RedSamp
Project
Source file
Extension
Superclass:
RedSampler
RedSampVoice
Project
Source file
Extension
Superclass:
RedSamplerVoice
RedSampler
Project
Source file
Extension
Superclass:
RedAbstractSampler
RedSamplerVoice
Project
Source file
Extension
Superclass:
RedAbstractSamplerVoice

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

Possible dependcies

Possible dependants