Giter Club home page Giter Club logo

snyth-js's Introduction

build

snyth-js

In-browser WebAudio + Javascript implementation of the snyth experimental additive synthesiser that uses Jacobi ellipses as the generator functions for audio source oscillators. For a detailed description, the web app, user guide and examples, please see the parent repository README.

Development

The CORS requirements of current browsers require that the HTML and Javascript files be served by an HTTP server that sets the correct headers in the request response. snyth includes two ways to run a suitable HTTP server locally:

  1. This repository includes a Python script that runs the built-in Python HTTP server with CORS support:
python3 httpd.py

(or)

python3 -m http.server 9000 --directory ./html
  1. The snythd folder in the parent repository includes an executable HTTP server that can be run locally for development. In the snythd folder, run:
go build -mod readonly --trimpath -o bin ./...
./bin/snythd --debug --html ../snyth-js/html

Or, alternatively, if you have make installed, in the snythd folder:

make debug

Issues and Feature Requests

For bug reports and other issues please create an issue in this github repository. Feature requests should preferably be created as issues in the snyth parent repository.

License

GPL-3.0

snyth-js's People

Contributors

transcriptaze avatar twystd avatar

Watchers

 avatar  avatar  avatar

snyth-js's Issues

Error in lfo.js

lfo.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'length')
    at lfo.js:1:1175
    at r.process (lfo.js:1:1378)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.