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
641 stars 111 forks source link

Create audio target selector for OSC/Superdirt #1160

Closed daslyfe closed 4 weeks ago

daslyfe commented 1 month ago

Allows you to set the default target to osc so you do not have to write .osc() after everything if you are using superdirt as an audio backend. (webaudio is the default of course) Also:

yaxu commented 1 month ago

This looks good! I guess someone might select this by mistake, and then puzzle over why strudel stops working.. But they could always click the 'restore default settings' button in that case.

daslyfe commented 4 weeks ago

This looks good! I guess someone might select this by mistake, and then puzzle over why strudel stops working.. But they could always click the 'restore default settings' button in that case.

I added

Screenshot 2024-08-31 at 11 35 18 PM

a warning message that points to the docs, and updated the docs as well :)

daslyfe commented 4 weeks ago

I plan on merging this tomorrow morning after extensive testing