Skip to content

SuperSampler is a sampler synthesizer project on SuperCollider. The sampler is applying audio content analysis techniques to make decisions on sample processing.

Notifications You must be signed in to change notification settings

allenloves/SuperSampler

Repository files navigation

SuperSampler

SuperSampler is a sampler synthesizer project on SuperCollider. The sampler is applying audio content analysis techniques to make decisions on sample processing.

IMPORTNAT!!! Changing name space.

The Sampler class is now named SSampler in order to free the namespace for others who wish to write their own sampler synthesizer. Please search and replace all in your code. Sorry for the inconvenience.

Install

Install Dependences

  • Also, SuperSampler is depended on wslib and KDTree Quarks, it should be automatically installed when you install the SuperSampler Quark. If somehow it doesn't happen, type:
Quarks.install("https://github.com/supercollider-quarks/wslib");
Quarks.install("https://github.com/supercollider-quarks/KDTree");

Install SuperSampler

SuperSampler is now a Quark. However it not yet published to supercollider-quarks list. Therefore it will not be shown in Quarks.gui window. To install SuperSampler quark, type:

Quarks.install("https://github.com/allenloves/SuperSampler");

About

SuperSampler is a sampler synthesizer project on SuperCollider. The sampler is applying audio content analysis techniques to make decisions on sample processing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •