SuperSampler

Polyphonic concatenative sampler synthesizer that combineing differnet sounds automatically

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");

Buffer
Extension
Superclass:
ChordCheck
Project
Source file
Extension
Superclass:
Collection
Extension
Superclass:
Env
Extension
Superclass:
KDTree
Extension
Superclass:
Routine
Project
Source file
Extension
Superclass:
SS_SCMIR
Project
Source file
Extension
Superclass:
SS_SCMIRAudioFile
Extension
Superclass:
SS_SCMIRFile
Extension
Superclass:
File
SS_SCMIRZArchive
Extension
Superclass:
File
SSampler
Project
Source file
Extension
Superclass:
SampleDescript
Project
Source file
Extension
Superclass:
SamplerArguments
Project
Source file
Extension
Superclass:
SamplerDB
Project
Source file
Extension
Superclass:
SamplerDBScore
Project
Source file
Extension
Superclass:
List
SamplerPrepare
Project
Source file
Extension
Superclass:
SamplerQuery
Project
Source file
Extension
Superclass:
SamplerScore
Project
Source file
Extension
Superclass:
List
Score
Extension
Superclass:
SequenceableCollection
Extension
Superclass:
SimpleNumber
Extension
Superclass:
SoundFile
Extension
Superclass:
String
Extension
Superclass:

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']

Possible dependcies

KDTree

wslib

Possible dependants