Skip to content
This repository was archived by the owner on May 24, 2021. It is now read-only.

supercollider-quarks/redSampler

Repository files navigation

a Quark for SuperCollider

install it from within supercollider with the command Quarks.gui

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:

s.boot;
a= RedSampler(s);
a.prepareForPlay(\snd1, Platform.resourceDir +/+ "sounds/a11wlk01-44_1.aiff");
a.play(\snd1);

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •