Closed tmhglnd closed 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)
Done in 53c256c9717fb1d20412aeae7d201449460a0dba
Work on 2 instruments
new polySynth
andnew polySample
to allow for playing chords and overlapping samples by using multiple voices within one instrument.