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
The recent tools I were working on are:
- SuperDirtMixer: The SuperDirtMixer v1.1.0 is out now!
- TidalMidi (Tidal code to MIDI): mrreason-setup/docs/tidal-midi.md at main ยท thgrund/mrreason-setup ยท GitHub
- Editor interface with audio visualizer and a num pat: mrreason-setup/docs/infrastructure-overview.md at main ยท thgrund/mrreason-setup ยท GitHub
What I do next (aka the plans I already made):
SuperDirtMixer
- Make it embeddable
- Make the ui better scalable
- Add an effect suite (EQ and compressor is already available)
- Chorus
- Flanger
- Distortion
- Overdrive
- Lo-Fi filter
- [More]
TidalLooper
- Start to resolve the Github issues
- Create a ui for the looper with managing the loops (visualize the audio buffer, slice them, quantize them etc.)
- Create a ui for the looper with triggering everything without code
TidalVST
- This I already summed up in this thread: Using VSTPlugin with Tidal - #64 by mrreason