mercury-playground
mercury-playground copied to clipboard
The Mercury live coding environment running in the browser
The filter modulation in Flok doesn't seem to work. In the browser version it works correctly.
I'd like a duration/length setting (especially for MIDI notes, but applies to synths/samples too) that is **relative** to the note event spacing -- like `legato` in SuperCollider Events. The default...
A MIDI device I'm using (Dirtywave M8) has only 8 mono tracks, but you can switch "instruments" per note event, using MIDI program change messages. This even works if you...
(Maybe there is already a way to do this, but) it would be helpful to be able to specify exact notes for certain instruments/tracks, when a scale is set, while...
I'd like to be able to delay an instrument, for the purpose of synchronizing internal and external synths. If I try to play MIDI along with sample/synth notes they don't...
I have found that in some cases `timediv` doesn't do what (I thought) it's supposed to do. In this example, it sounds more like it's playing 3 and then 2...
The option to change the tone height of the entire song with `set scalar` is not implemented yet
Filter gives errors when providing type and cutoff only, because the type will be applied as cutoff and the cutoff as the resonance. This should be fixed or return a...
Explore the options to have instruments not loop but only trigger once upon evaluation. Syntax could look like: `new sample time(off)` or `time(noLoop)`. Or maybe it should be specific keyword...
Often during workshops I get the question if it is possible to have "sections" in the code (like a verse and a chorus). This is of course possible by simply...