https://github.com/Theodeus/tuna
Raw File
Tip revision: 7d55eb95515f1aba6f51b2efe26efbd20bd2163a authored by theodeus on 10 September 2021, 09:46:35 UTC
1.0.15
Tip revision: 7d55eb9
README.md
tuna
====

An audio effects library for the Web Audio API.

<img src="https://i.chzbgr.com/completestore/12/9/4/rjttPiC7WE6S4Bi22aYp1A2.jpg" alt="tuna, tuna, tuna"/>

Effect list:
====
<ul>
    <li>Overdrive (6 different algorithms)</li>
    <li>Filter</li>
    <li>Cabinet</li>
    <li>Delay</li>
    <li>Convolver (Reverb)</li>
    <li>Compressor</li>
    <li>WahWah</li>
    <li>Tremolo</li>
    <li>Phaser</li>
    <li>Chorus</li>
    <li>Bitcrusher</li>
    <li>Moog Filter</li>
    <li>Ping Pong Delay</li>
    <li>Panner (needs polyfilling, see Panner section [in the wiki] (https://github.com/Theodeus/tuna/wiki)</li>
    <li>Gain</li>
</ul>

Usage
====

```
npm install tunajs
```

Check the wiki: https://github.com/Theodeus/tuna/wiki/Getting-started

Or a live example: http://codepen.io/Theodeus/pen/oxKjmy?editors=0010

In the wild
===
This is a very incomplete list of places where Tuna.js is used.

http://www.jamwithchrome.com/ - Jam With Chrome allows you to jam online with your mates across the globe using an assortment of instruments and effects. There's even a mode for dummies!

https://github.com/selfrefactor/tuna-player - A React.js/Electron wrapper around Tuna.js!

https://slasher.chillertv.com/ - interactive experience for the TV show Slasher

http://looplabs.com/beta - Looplabs is a collaborative cloud based music studio that lets anyone, regardless of technical skills or ability, quickly and easily make professional quality music anywhere, anytime and with anyone.

http://www.websynths.com/ - Browser-based microtonal midi instrument

https://www.npmjs.com/package/react-music - Make music with React!

http://bapjs.org/ - Beat making toolkit

https://github.com/jamespfarrell/json-to-web-audio - Make music from Json with json-to-web-audio

http://errozero.co.uk/acid-machine/ - Acid Machine 2, which is exactly what it sounds like! Add up to two Tuna effects per instrument.
back to top