Skip to content

Releases: vihdzp/pointillism

v0.3.1

05 Sep 02:49
Compare
Choose a tag to compare

The Mut trait has been split in two, according to its actual uses of modifying a signal according to an envelope (MutEnv), or simply modifying a signal (Mut).

Sequences and Loops no longer track time, as this is something better done manually if needed.

v0.3.0

08 May 20:14
Compare
Choose a tag to compare

First stable version. The underlying structure for pointillism should change less past this point.

Current features include:

  • Playing arbitrary waveforms.
  • Loading waveforms from WAV files.
  • Volume and frequency modulation.
  • Basic distortion.
  • Time stretching.
  • Polyphony.
  • Loops and sequences.