mercury-playground icon indicating copy to clipboard operation
mercury-playground copied to clipboard

The Mercury live coding environment running in the browser

Results 23 mercury-playground issues
Sort by recently updated
recently updated
newest added

The filter modulation in Flok doesn't seem to work. In the browser version it works correctly.

bug

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...

enhancement

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...

enhancement

(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...

enhancement

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...

enhancement

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...

bug

The option to change the tone height of the entire song with `set scalar` is not implemented yet

enhancement

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...

bug

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...

enhancement

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...

enhancement
question