tmhglnd / mercury

A minimal and human-readable language and environment for the live coding of algorithmic electronic music.

Home Page:http://www.timohoogland.com/mercury-livecoding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optional to start line without new

tmhglnd opened this issue · comments

commented

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:

synth saw note(0 0)