Skip to content

20201202

Compare
Choose a tag to compare
@dennisppaul dennisppaul released this 02 Dec 22:58
· 287 commits to main since this release
  • implemented software tone engine ( based on DSP classes )
  • removed dependency on external sound libraries ( minim + jsyn )
  • removed GUI examples with controlP5
  • added panning to instrument
  • added LFOs to instrument
  • added LPF to instrument
  • made instrument options ( ADSR+LPF+LFOs ) more coherent
  • software tone engine now allows to post process output with DSP
  • added Low-Pass Filter class ( Moog ladder )
  • improved Beat class to accept any object for callback
  • improved ADSR ( removed clicks when triggered at high frequency )
  • added interpolation between sample in Wavetable ( helps with small buffer LFOs )
  • added Trigger to allow triggering on rising and falling edges
  • introduced interfaces for input, output and process for DSP classes ( more semantic than functional )
  • renamed package