Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericandre615/nes-synth
NES Synth JS editor/tracker with web audio to create music for the NES
https://github.com/ericandre615/nes-synth
Last synced: 3 days ago
JSON representation
NES Synth JS editor/tracker with web audio to create music for the NES
- Host: GitHub
- URL: https://github.com/ericandre615/nes-synth
- Owner: ericandre615
- Created: 2017-01-17T01:57:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T22:58:14.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T05:08:23.617Z (3 months ago)
- Language: JavaScript
- Size: 307 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NES-Synth JS
Very early development. Currently just a little UI and some setup. Sound is not working yet.
It started to get fairly complicated, fairly quickly. This is intended to be a component of the nes-editor I'm working on. But, I also would like
to make it as stand alone as possible for now. Now with webworker for sequencer clock. Current has set note fequency
for each different synth. Need to figure out noise (not so easy on web audio, this might end up being the hardest part).`npm install` or `yarn install`
`npm run dev` or `yarn dev` to start dev serverjust push sequencer buttons on and off and hit play. Will change while it's playing.
Now you can select different note values for each note. Right click on the note to make that
the current note, then select the value below.Ability to change volume per note per channel