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

0.3.0 - Voice Allocation and Menu System

Latest
Compare
Choose a tag to compare
@relic-se relic-se released this 17 Feb 16:50
· 28 commits to main since this release
023c642

The following updates have been made in this release:

  • Proper voice allocation within pico_synth_sandbox.keyboard.Keyboard class
  • Improved pico_synth_sandbox.timer.Timer operation with proper asyncio.sleep timing.
  • Fully featured menu system with multiple data types, grouping, and JSON saving/loading. See pico_synth_sandbox.menu.
  • Overclocking enabled by default to 250Mhz to better support 44.1khz operation.
  • Display buffer fix when rendering bar graphs with empty characters.

See documentation and examples for implementation.