You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as requested by @treethought it would be handy if the server could evaluate and schedule patterns. this would allow using strudel with other editors, communicating via websockets.
external editor sends user code to server via websocket
server evaluates code
server schedules active pattern and triggers osc messages (could work with midi too)
it could also be helpful if the server also sent scheduling messages via websocket to the client, allowing external playback or highlighting.
This discussion was converted from issue #120 on January 24, 2025 17:16.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
as requested by @treethought it would be handy if the server could evaluate and schedule patterns. this would allow using strudel with other editors, communicating via websockets.
it could also be helpful if the server also sent scheduling messages via websocket to the client, allowing external playback or highlighting.
we could even try to use https://www.elementary.audio/docs/packages/node-renderer and render audio on the server
as @yaxu pointed out, it would be handy to have a standalone scheduler that works in the browser as well as in node, which should also support cps . vortex implementation: https://github.com/tidalcycles/vortex/blob/c575fa595d8cf537a7b59815a2e3dcdc14eec351/py-vortex/py_vortex/stream.py#L91
related #51
Beta Was this translation helpful? Give feedback.
All reactions