/sound_generation

https://hnspn.github.io/sound_generation/

Primary LanguageJavaScript

music

this repo is a place where I can test stuff while learning music theory and building audio plugins with the awesome elementary audio lib

TODO

  • handle midi in
    can't get it to work with rtmidi might have to buy a midid keyboard
  • add python midi generator to this repo
  • generate minor scale midi
  • make a piano ui
  • implement this Karplus–Strong string synthesis
  • make sliders for the ADSR enveloppe
  • figure out why I can't use el.const with the freq
  • make the audio rendering global I can do the rending in a top level component
  • detect platform and import the right library
    not sure if it's possible
  • make a synth
    gotta use all the stuff in elementary lib