All Projects → allenloves → SuperSampler

allenloves / SuperSampler

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

Programming Languages

SuperCollider
123 projects
scala
5932 projects

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");
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].