new tidal config mechanisms, removed tidal-vis page#290
new tidal config mechanisms, removed tidal-vis page#290yaxu merged 5 commits intotidalcycles:mainfrom
Conversation
|
Looking at the examples they're a bit longer but not a lot worse than the previous version? Probably the config system could do with an overhaul, but maybe in the next version, unless there's some small things we could fix. Looking at the BootTidal.hs though I realised that transitions aren't enabled by default. I'm fixing that in Sound.Tidal.Boot now. |
|
Transitions fixed, I updated boottidal.md accordingly.. |
|
Hi @sss-create with this PR: tidalcycles/Tidal#1203 , tidal should now be compatible with old style BootTidal.hs files, at least uncustomised ones. As part of this I collapsed the config to a single level, the same as the old one. We should still encourage use of the new BootTidal.hs, as this is what new users will see, and it's a fair bit cleaner. I think we should remove reference Do you have some time to fix this or shall I have a go? |
|
Updating with the latest start of |
|
Tidal-1.10.0 is out now so I updated the PR |
|
Thanks for your work on this @sss-create ! |
I am not sure how nice the new custom configuration process is. @yaxu, both are longer. Maybe we should introduce more setter functions? but then the config will be full of setters....