Skip to content

Releases: jsakas/Subtractor

v1.1.0

18 May 20:47
Compare
Choose a tag to compare
  • Migrate from Web Components to Vue
  • Dynamically load and render all presets in folder. This makes the task of adding new presets as easy as saving it in the presets folder.
  • Create yarn script for refreshing presets based on subtractor API changes
  • Move voice control into individual oscs for my dynamic sound design
  • Normalize the output level when osc has multiple voices.
  • Rewrite midi as MIDIController class and add UI controls.
  • Oscillators now support stereo separation via the "stereo" knob on each osc.
  • Use curved decay and release time with exponentialRampToValueAtTime
  • Update timing function for decay to v ** 1.4. Attack and release are still v ** 2.
  • Add envelope graph to visualize how envelope is modulating the value
  • Convert osc enabled knob to be an on/off button
  • Add gain to each osc
  • Add Sentry
  • Fix exponential ramp to zero
  • Update detune UI to be -50 <-> 50
  • Add some better styles (styling is still in progress)

v1.0.0

04 May 05:38
Compare
Choose a tag to compare

I have been working on this project on and off for awhile now and as I start to add more features and do larger refactors its time to start using semantic versioning to help keep track of changes over time.