SuperSampler
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
- 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:
supercollider 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:
supercollider
Quarks.install("https://github.com/allenloves/SuperSampler");
Found no versions tagged via git
Installation
Repository
URL
https://github.com/allenloves/SuperSampler
Since
2015-01-04
Last update
2024-03-24
Current version
0.4.0
Quark info
url
https://github.com/allenloves/SuperSampler
name
Super Sampler
path
SuperSampler
author
Allen SC Wu
helpdoc
HelpSource/Classes/Sampler.schelp
summary
Polyphonic concatenative sampler synthesizer that combineing differnet sounds automatically
version
0.4.0
dependencies
['wslib', 'KDTree']