tmhglnd / mercury-playground

The Mercury live coding environment running in the browser
GNU General Public License v3.0
63 stars 6 forks source link

Create polySynth and polySample #9

Closed tmhglnd closed 1 year ago

tmhglnd commented 2 years ago

Work on 2 instruments new polySynth and new polySample to allow for playing chords and overlapping samples by using multiple voices within one instrument.

tmhglnd commented 1 year ago

polySynth is under development and a experimental version is available at: https://polysynth.mercury-playground.pages.dev/

set tempo 100
set scale dorian eb
list notes shuffle(spread(36))
new polySynth saw note(notes -1) time(1/8) shape(1 4000) fx(reverb 0.6 5) super(0.2132 3)
tmhglnd commented 1 year ago

Done in 53c256c9717fb1d20412aeae7d201449460a0dba