Skip to content

Commit

Permalink
Merge pull request #65 from crucialfelix/feature/docs
Browse files Browse the repository at this point in the history
Feature: docs
  • Loading branch information
crucialfelix authored Nov 15, 2019
2 parents ab95926 + 1b4bf8e commit c953b43
Show file tree
Hide file tree
Showing 251 changed files with 66,946 additions and 1,869 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,18 @@ module.exports = {
args: "none",
},
],
"@typescript-eslint/no-var-requires": [0],

// indent: ["error", 2]
// Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs
// e.g. "@typescript-eslint/explicit-function-return-type": "off",
},
overrides: [
{
files: ["*.js"],
rules: {
"@typescript-eslint/explicit-function-return-type": "off",
},
},
],
};
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ lib
coverage
.node-version
.tags1
docs/_site
documentation.yml
node_modules
lerna-debug.log
tsconfig.tsbuildinfo
.vscode
*.off
*.off
docs/src/packages/**/api.json
packages/**/typedoc.json
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The JavaScript client library for SuperCollider.

SuperCollider is an environment and programming language for real time audio synthesis and algorithmic composition. It provides an interpreted object-oriented language which functions as a network client to a state of the art, realtime sound synthesis server.
SuperCollider is an environment and programming language for real-time audio synthesis and algorithmic composition. It provides an interpreted object-oriented language which functions as a network client to a state of the art, realtime sound synthesis server.

This library provides functionality for working with:

Expand Down Expand Up @@ -73,7 +73,7 @@ sc.server.boot().then((server) => {
let def = server.loadSynthDef('formant', './formant.scd');

// Create group at the root
let group = server.group();
let group = server.group()

let freqSpec = {
minval: 100,
Expand Down
Empty file added docs/.nojekyll
Empty file.
2 changes: 0 additions & 2 deletions docs/Gemfile

This file was deleted.

141 changes: 0 additions & 141 deletions docs/Gemfile.lock

This file was deleted.

Loading

0 comments on commit c953b43

Please sign in to comment.