Giter Club home page Giter Club logo

nh-101's Introduction

NOH101

Summary

A simple polyphonic synthesizer (live demo here: [!]), using analog-style subtractive synthesis as the basis and taking basic architectural inspiration from classic Roland analog synthesizers, such as the Juno-60 and the SH-101. Three waveforms are combined (square, sawtooth and triangle), mixed and filtered together for a big, fat sound. They are slightly detuned from one another (101%, 99% and 100% of the designated frequency, respectively) for a slightly warbling, chorus effect-like sound. This lends a more unstable, but more musical tone.

JavaScript and React.js are the core of this project. I wanted to use the React.js library because it seemed to be a natural choice since there were a lot of moving parts and lot of changing parameters. I utilized the MDN Web Audio API to provide the core of the NH-101's sound generation and modulation. jQuery handles key listeners for keyDown & keyUp actions, triggering note on and off.

MVP

  • A clean, clear design
  • A single oscillator sound-source, with individual gain amounts for Square, Triange and Sawtooth waves
  • The ability to play the instrument using the computer keyboard over a single octave (accidental keys too)
  • A resonant lowpass filter
  • A amplifier/gain control
  • A triangle-wave LFO, linkable to both the filter cutoff and the amplifier gain

Wireframes

NH101

Timeline

Phase 1: Basic VCO & Keyboard

  • Build out keyboard
  • Single sound-source
Phase 2: Basic interface
  • Keyboard interface
  • Master Volume slider
Phase 3: Basic oscillator mixer
  • Gain sliders for Tri, Saw, & Square
Phase 4: Filter
  • Attach basic lowpass filter
Phase 5: Wrap Up interface
  • CSS
  • Better design
Bonus Features:
  • Sub-oscillator
  • Arpeggiator
  • ADSR envelope
  • LFO
  • Resonance on filter

nh-101's People

Contributors

natotthomer avatar

Stargazers

Fumetsujo avatar

Watchers

James Cloos avatar

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.