Skip to content

Releases: tmhglnd/mercury-playground

Mercury Playground v1.3

26 Sep 12:13
Compare
Choose a tag to compare

A new release of the Mercury playground as Electron App. Many small fixes and a few new features such as a light/dark theme. The biggest fix is that the editor doesn't start lagging anymore over time.

New Features

  • 1b744ee Merge pull request #12 from tmhglnd/light-dark-theme
  • 917472d light mode also changes codemirror theme
  • 7091292 update for light/dark mode in editor
  • 619681d Merge pull request #11 from tmhglnd/display-pattern
  • aba8287 (origin/display-pattern, display-pattern) new build and small fixes
  • 2a8cebc added tutorials for view
  • c86c740 update lang & display with view
  • f6ccd00 display patterns via p5
  • 5077b99 use genre names to set tempo

Fixes

  • 6784c19 fix bar reset, shorten crossfade, transport restart
  • 37cfea6 updated mercury-lang
  • ea6d60c reset console.log after load
  • 4da6a22 fix in shape(), sample is now played till and if shape off
  • 7974e85 added missing samples

Mercury Playground v1.2

03 May 13:11
Compare
Choose a tag to compare

This is the release of the Mercury Playground web app wrapped in an Electron standalone. I build it for MacOS, but I could use some help to build it correctly for Linux/Windows. So if you like to build it yourself please go to this repository to find the Electron code: https://github.com/tmhglnd/mercury-app

Some of the major updates and fixes to the platform in this version:

  • e891daf parser now ignores whitespaces for more efficiency
  • 615a58b small tutorial for hydra visual
  • 9feb98a silence clears visual too
  • e6bbc38 first experiment Hydra visual sequencing
  • 047beb3 filter has ramptime
  • 1f8b86d LFO fx update
  • a157d39 reset in play() after n-bars
  • b462e25 update examples
  • 844ffa6 print to console as string
  • bb6082c upload your own sounds
  • 3b9a8dd global log function to window console
  • c0e4dcd scale mapping
  • b3f8510 added hipass lopass volume to master channel

The Mercury Playground Electron App!

19 Feb 15:45
Compare
Choose a tag to compare

This is the release of the Mercury Playground web app wrapped in an Electron standalone. I build it for MacOS, but I could use some help to build it correctly for Linux/Windows. So if you like to build it yourself please go to this repository to find the Electron code: https://github.com/tmhglnd/mercury-app

Some of the major updates and fixes to the platform in this version:

  • cd79a32 remove scrollbars but allow scrolling (styling)
  • f6ccce5 removed server side requests and now requires from json data for static site
  • 4331ebd new samples added
  • cb1f5f5 fade-out after delay/reverb and then dispose fx (fix memory leak)
  • 0634a24 rework of fx chain with send/return structure
  • defc776 custom Stereo Delay FX with damping
  • 80216e0 fix editor flash on execute code
  • ff1c213 fix speed reverse bug
  • 68db848 cheatsheet with most used functions explained briefly
  • d379183 black background textcolor when working with Hydra visuals
  • d63e61c download the code to safe on computer
  • b5b504b local include of webmidi package
  • 28c34c4 super() function works with semitone spread
  • 49a3217 super() saw voices
  • d5ddf53 MonoSynth() working
  • 76976e7 added midi cc() messages
  • 0df4c2c add division to length() in midi
  • d6550c9 play midi chords