Hi all, I noticed this forum had stopped emailing a lot of people (without them requesting that), and tweaked the settings to fix that.
With that in mind, I thought it would be nice to have a thread just for updating each other on what we're doing with TidalCycles and Strudel! For example:
What are you up to with tidal and/or strudel, and/or what are you doing next?
How is your local (or online!) live coding community going, any fun events happening?
Made any weird interfaces? Connected Tidal or Strudel to anything weird?
If you've come to all this recently, how's it going? What resources are you finding useful, what is confusing/out of date/missing?
Anything else come to mind?
Feel free to reply here or create a new thread if you want to start a bigger topic
I’ve been starting a new live coding community in the Boston area. We’ve met up a few times this year at different friends places, but in January we are starting public meetups. I have been teaching people Tidal Cycles, Strudel, and Hydra. Hoping we can start doing performances in the spring!
I think there’s an existing community in the city but I don’t have social media and I haven’t figured out how to contact them.
I've started what I'm hoping will be a regular kids livecoding workshop at a local creative spot - I wrote about my first set of workshops and lessons learned here:
Will (hopefully) kick off again in term 1 next year
I did most of my Looptober 2024 experiments with Strudel:
Have attended a couple of live-coding meetups in London, UK, some Strudel sessions took place there.
Meanwhile I've been slowly working on a fork/reimplementation of Tidal as a full language with maxi-notation like the Alternative Timelines paper. So far I have a compiler (implemented in Hugs-compatible Haskell) for simply-typed lambda calculus plus pattern syntax (no recursion, no type classes, but with vector and map types) that outputs (non-idiomatic) C code for the main pattern, that I compile to a shared library and hotswap into a scheduler that sends timestamped OSC to classic Dirt sampler. Almost all of the Tidal pattern library is missing, so the example in the paper doesn't work yet. No public code to share yet, still early days.
The main goal (apart from maxi-notation) is to see if it's possible to do without GHC (GBs HDD needed) or a browser (GBs RAM needed) at run time, and still get acceptable latency and throughput with non-trivial patterns. Target machine is my old netbook, which is about as powerful as a Raspberry Pi 3.
super exciting project you have there ! there quite some semantical questions when it comes to the maxi-notation, that i have been thinking about, like for example what should something like
[rev id] [1 2 3 4]
do? there's ways to argue for both [2 1 3 4] or [4 3 3 4]. would be cool to chat about such things sometime
meanwhile i'm working on an alternative representation of tidal patterns that are mere functions of time (and not functions of arcs of time), which simplifies a lot of things and makes thinking about parallel events and state much easier. i'm implementing this in haskell, but there will also be a supercollider version that @julian is working on
Thanks for this thread @yaxu! I am really interested in reading more news from other live coders
I kinda work on a bunch of tools that I would like to combine to a single piece of Software and I want to call it "TidalCyclesStudio" or something like this And maybe this is a project that will take for ages, but I intend to create and release all the tools independantly and combine them to one software.
And as far as I can tell, all these intermediate steps to my dream eco system are still beneficial for the community. Even when I will be the only one, who will use the end product
i've been picking up tidal again lately, continuing on my eternal quest of integrating it with ableton. i'm currently working on 3 projects that i'm all using together right now.
first of all i've written a custom C++ max external that parses OSC messages from tidal and writes them into a multichannel buffer. using this in a max4live device, this buffer is then read out by other objects at audio rate via a phasor~ synced to ableton link, turning the information into MIDI notes.
it should also work in plain max as well if you don't want to use ableton.
in theory this means sample accurate MIDI events from tidal with next to no CPU overhead, plus 4 modulation sources you can pattern via your code (currently hardcoded to be named val1-val4).
it's not pretty or optimized, but i haven't been able to crash it in a while which is good enough for me. currently i've only compiled it for apple silicon though, if anyone's familiar with the min-devkit for max and wants to build it on windows let me know!
secondly i'm currently building a very simple nodejs application that allows me to trigger sections of a tidal code file via a cheap old launchpad mini mk2. the way it works right now you can basically use it like the clip matrix we all know and love from ableton, but with tidal code instead of midi clips, and it doesn't require ableton at all!
the code is kind of weird, messy and definetly buggy because most of it was written by GPT-o1 lol...
please don't judge me, i just don't have too much energy to work on code between already doing it 8 hours a day at my dayjob and whatever else life throws at me, so i'm glad i can bang out janky prototypes using LLMs on the sofa.
lastly and more excitingly i'm also writing a semirandomized/generative tidal code generator, also using nodejs and currently being part of the tidal/launchpad application. i've only started this one last week but it's already quite fun! here's the code for both if anyone wants to try it out.
'im playing with voidlinux/emacs/tidal/sc from time to time, the beloved minimalist open source sound machine :).
Currently i'm trying to update the tidal.el to have trees-sitter in place and ease livecoding through navigation thanks to incremental parsing tree-sitter offers us (see this github fork).
Hello all!
I've done a Strudel workshop in an Engineering school last week, hoping to give a taste for other ways to use code. It's been quite well received.
And I'm hoping to find time & courage to prepare and organize a public Tidal + poetry performance in an upcoming poetry festival in March.
Apart from that @mrreason I'm super excited for your project to create a UI for TidalLooper, of which I am a loyal user.
Cheers!