Releases: zlosynth/proton
Releases · zlosynth/proton
v0.6.0
11 Aug 19:30
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Introduce support for module instantiation and removal.
Implement menu for dynamic connecting and disconnecting of patches.
v0.2.0
02 May 18:35
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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.