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

can now access strudelMirror from repl #1117

Closed felixroos closed 1 month ago

felixroos commented 1 month ago

unleashes codemirror access to the user..

fixes https://github.com/tidalcycles/strudel/issues/1063

strudelMirror now contains the StrudelMirror instance..

also added getCursorLocation, setCursorLocation, appendCode. These, together with setCode can be used to do very weird things...