farfisa
v1.0.0
Published
1960's Farfisa Fast 3 transistor organ emulated using Web Audio API
Downloads
2
Maintainers
Readme
webaudio-organ
This webapp is an interactive emulation of the Farfisa Fast 3, a vintage analog organ that can be controlled with a USB-MIDI controller keyboard. The application was made possible with the Web Audio and Web MIDI api's. The Farfisa Fast 3 is a 1960's era analog transistor organ that is known for it's iconic vintage sound found on the records of artist such as Kraftwerk, Jackson 5, The Ventures, and more!
http://www.farfisaofthefuture.com/
View here: www.farfisaofthefuture.com
Install
Via npm: npm install --save farfisa
or get the dist/farfisa.min.js
file from this repo.
Build distribution and run the demo
To build distribution:
- Clone this repo
- Install npm
- Install browserify and uglifyjs:
npm install -g browserify uglifyjs
- Run
dist
npm script:npm run dist
To run the demo on local:
- Clone this repo
- Install npm
- Install http-server:
npm install -g http-server
- Run
server
npm script:npm run server