tidalcycles / strudel

Web-based environment for live coding algorithmic patterns, incorporating a faithful port of TidalCycles to JavaScript
https://strudel.cc/
GNU Affero General Public License v3.0
579 stars 105 forks source link

Add the mousex and mousey signal #1112

Closed Enelg52 closed 1 month ago

Enelg52 commented 1 month ago

Add two new signal sources generated by the user's mouse x and y coordinates.

note("a2*8").sound("square").lpf(mousex.range(200,2000))
Enelg52 commented 1 month ago

Will add some more signal types as suggested here #711

felixroos commented 1 month ago

Will add some more signal types as suggested here #711

maybe in a separate PR?

Enelg52 commented 1 month ago

Docs should be updated under https://strudel.cc/learn/signals/

felixroos commented 1 month ago

looks good, thank you!