Skip to content

Stable Alpha v0.11.0

Compare
Choose a tag to compare
@tmhglnd tmhglnd released this 05 Jun 21:39
· 432 commits to master since this release
7bc674e

The Mercury Livecoding Environment now includes customizable texteditor and shortkeys.

  • Adjust the color of the text, the line-numbers, the cursor and the blink-color.
  • Shortkeys are now customizable for better compatibility with Windows platforms and non US/UK keyboards.
  • Settings are now stored in seperate files in the Documents of the user, which makes updating Mercury easier without losing preferences.
  • Auto logging code is introduced and files are also stored under Documents.
  • Many new ring-methods are added to the library such as:
    • add(), sub(), mul(), div()
    • sine(), cosine()
    • coin(), dice(), urn(), pick(), choose(), twelveTone()
    • hexBeat()
    • divisionToMs()

Many bugs have been fixed:

  • Text overflowing issue in the editor
  • Multiple spaces in code not executes the code
  • A line of code without any method is now also executed (eg. new sample kick_min)

Deprecation:

  • killAll has been replaced by silence