Skip to content

v1.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@SunderB SunderB released this 31 Jan 00:38
· 43 commits to main since this release

Changes since last beta release (v1.0.0-beta.2)

Features and Improvements ✨:

  • Add better autocomplete for most synths, fx and samples (up to Sonic Pi v3.2.2; new ones introduced in Sonic Pi 3.3 haven't been added)
  • Add some limited support for syntax highlighting and snippets of Sonic Pi functions
  • Add command to open the online Sonic Pi tutorial

Bug fixes 🐛:

  • Updated the port numbers to match the defaults in newer Sonic Pi versions

Behind the Scenes ⚙️:

  • The autocomplete system has been reworked to use JSON files. I generated these JSON files using a custom version of app/server/ruby/bin/doc.rb. This should hopefully make it much easier to generate autocompletions for new synths, fx and samples.