Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Releases: zlosynth/proton

v0.6.0

11 Aug 19:30
Compare
Choose a tag to compare
  • Transform the module into two-board design.
  • Remove MIDI input and output.
  • Implement a basic tape simulation instrument.
  • Introduce oversampling converters over the Signal trait.
  • Reconcile CV inputs and pass them to instruments.
  • Allow control of cutoff and feedback of karplus strong via CV.

v0.5.0

05 Jun 15:46
Compare
Choose a tag to compare
  • Implement sound output in the firmware.
  • Introduce a basic instrument based around Karplus Strong algorithm.
  • Allow custom settings for f32 attribute range.
  • Implement a simple turing machine-like sequencer.

v0.4.0

28 May 13:22
Compare
Choose a tag to compare
  • Integrate display in the firmware.
  • Use left encoder to move through attributes.
  • Use right encoder to adjust attributes.

v0.3.0

08 May 20:49
Compare
Choose a tag to compare
  • Introduce support for module instantiation and removal.
  • Implement menu for dynamic connecting and disconnecting of patches.

v0.2.0

02 May 18:35
Compare
Choose a tag to compare
  • Introduce signal buffer abstraction.
  • Abstract cells used to access internal audio output and control input data.
  • Implement read-only UI for 128x64 OLED displays.

v0.1.0

30 Apr 16:22
Compare
Choose a tag to compare
  • Initialize the project with READMEs and licensing.
  • Add schetch of the front panel.
  • Prepare schematics of the module.
  • Design the PCB of the module.
  • Implement basic saw oscillator.
  • Introduce pure data external for testing.