tmhglnd / mercury

A minimal and human-readable language and environment for the live coding of algorithmic electronic music.
http://www.timohoogland.com/mercury-livecoding
GNU General Public License v3.0
291 stars 13 forks source link

Optional to start line without new #70

Open tmhglnd opened 3 years ago

tmhglnd commented 3 years ago

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)