Skip to content

Sound Effects processor and sequencer web app created using AngularJS: Utilizes the Web Audio API and Web MIDI API

Notifications You must be signed in to change notification settings

nchemsak/eWaveStudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eWave Studio

A music production web app utilizing HTML5, AngularJS, Bootstrap, Web Audio API, and Web MIDI API. Demo (deployed to Firebase): eWave Studio

Installation

  • $ cd lib
  • npm install
  • bower install

Firebase and fb-creds.js

If you want to use Firebase authentication and have login functionality enabled for this app, the file app/values/fb-creds.js must be amended with a Firebase API key. These were left out purposefully as to not expose the API key when pushing to Github.

Usage -

There are 4 main page views:

  1. Live audio input: Example of Cord Needed
    Connect an instrument to the computer via USB device
    You can also trigger recording of audio using a connected USB MIDI foot control to use in a loop.
  2. MIDI: Example of a basic MIDI controller
    Connect a MIDI device via USB ports to access oscillators and samples
  3. Sequencer / Drum Machine:
    Create a drum beat and looped audio.
    No external inputs are required to use this view. However, IF you have a USB connected instrument, you can utilize the effects processors and record audio to insert into the sequencer.
  4. Computer Keyboard:
    Play an oscillator with your computer keyboard, using the top row of letters and the number row.
    No external inputs required to use this view.

API's used

  • Web Audio
  • Web MIDI
  • getUserMedia
  • MediaRecorder

Styling

  • Animate.css (3.5.1)
  • Bootstrap (3.3.7)
  • Font-Awesome (4.7.0)
  • Google fonts: 'Space Mono', 'Raleway'

Contributing contributions welcome

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License

Copyright (c) [2016] [Nick Chemsak]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Sound Effects processor and sequencer web app created using AngularJS: Utilizes the Web Audio API and Web MIDI API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages