Skip to content

v0.15.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 16:20
· 8 commits to main since this release

New Scripts

  • Arp: a scale/arpeggio generator by Chris I-B #368
  • Sigma: a gaussian randomness generator inspired by Magnetic Freak's Gaussian module by Chris I-B #369
  • Bezier: two configurable random LFOs based on bezier curves. Inspired by the ADDAC507. By Chris I-B #371
  • Volts: a non-interactive script for generating constant voltages. Useful for debugging or calibrating external equipment. By Chris I-B #382
  • Slopes: a CV processor that generates different gates when a signal is rising, falling, or holding steady, and generates CV signals based on the rate of change of the input signal. By Chris I-B #375

New Features

  • Added support for floating-point ConfigPoint values
  • Buttons can be used as inputs for the Logic script (Chris I-B) #367
  • Added sustain gate, end-of-rise, end-of-fall triggers to Envelope Generator (Chris I-B) #366
  • Added smooth & stepped random wave shapes to Lutra (Chris I-B) #383
  • Add the ability to view only the selected LFO shape in Harmonic LFOs (Jason) #384
  • Expose the second I2C channel to make it easier to work with (Chris I-B) #387

Documentation Improvements

  • Added the full list of components for Jack PCB to build instructions (Chris I-B) #373
  • Add Illustrator and SVG files for panel (Rory Allen) #345
  • Fix Docker build, update UF2 docs for Linux & Mac (Chris I-B) #386
  • Improved Gate Phaser documentation (gamecat69) #378

Bug Fixes

  • Made the missing-file warning when loading JSON config files less alarming (Chris I-B) #372
  • Force Lutra's secondary thread to die when the USB is connected for debugging (Chris I-B) #374
  • Improved Euclidean script's UI rendering to make it more responsive to short triggers (Chris I-B) #380
  • Fix a crash in Scope where the max input voltage was being incorrectly treated as an integer (Chris I-B) #388
  • Fix GitHub CI deprecation notices (Chris I-B) #385