Timo
Timo
Hi! Lately I often run into the issue where I'm trying to enter the same room with someone else, but we don't see each other even tho we are still...
Would be nice to have support for the more widely used [Time Value Syntax](https://docs.cycling74.com/max8/vignettes/maxtime_syntax#table-of-ticks-and-note-values) (like in Ableton and Max/MSP) like: `1n` `4n` `8nt` `16nd` etc. [Tone.js](https://github.com/Tonejs/Tone.js/wiki/Time) uses a bit different...
Maybe it is nice to allow for starting a line directly with `synth`, `sample`, etc... instead of first typing `new` so: ``` new synth saw note(0 0) ``` will be:...
Include a vibrato effect that changes the pitch slightly over time driven by a low frequency oscillator. A possible solution and arguments for this might be: ```java fx(vibrato 1/8 0.2...
Would be nice that, when using an external editor, Mercury could also make a log of your savings to the Code Logs folder.
Fix bug where `name()` from a new instrument is not reset before other code is send, resulting in sended code to the wrong instrument upon execute. This is currently an...
Just a reminder for myself that this is something I need to work on which will hopefully make life easier when debuggen code with crashes on other machines.
I'm currently working on a tutorial section. This should be a low-entry section that walks the user through all the basic steps of coding in Mercury, but also introduces some...
Could be nice to introduce a specific Mercury filetype `*.mcy`? This has a few benefits: - easily search for your mercury code files by searching for .mcy extension - specific...