SuperSampler is a sampler synthesizer project on SuperCollider. The sampler is applying audio content analysis techniques to make decisions on sample processing.
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.
- First, make sure you have installed SC3 plugins:
https://github.com/supercollider/sc3-plugins
- 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");
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");