You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lambda 976d59005a
Add automatic Quarks installation and Quark initialization
11 months ago
..
algs initial commit 11 months ago
analyzers initial commit 11 months ago
examples initial commit 11 months ago
samplers initial commit 11 months ago
synths initial commit 11 months ago
BmDspAlgs.sc Add automatic Quarks installation and Quark initialization 11 months ago
README.org initial commit 11 months ago

README.org

Bjornmossa DSP algorythms library

This repo contains SC code for synthesis, processing and analysys algorythms.

Installation

  • Put in startup file: "SC_ALGS_PATH".setenv("path to library".standardizePath);
  • install NodeDictionary extention
(
var s = (("SC_ALGS_PATH".getenv) +/+ "synths/substractive/sin.instr.scd").load;
var d = NodeDictionary.newFrom(s);

d.makeSourceSynthDef();
)