-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update changes for upcoming Tidal v1.10 #289
Comments
changing the latency in
we should tackle this in the tidal source. Perhaps distributing a configurable |
Hmm @polymorphicengine last worked on this I think, and might have insights on how things ended up this way.. |
yes i guess we should reverse arguments in
here i'm unsure what you mean, the Clock module already exports a defaultConfig, which is part of the defaultConfig for the stream Config, so to set the latency in your example you could have just:
which is as verbose as it used to be. anyways, if the user wants to configure the clock then they would be required to import the clock module, which is not great since that would probably require them to additionally a way to avoid this is if we define a bunch of setters in
|
I think adding setters is probably the most user friendly approach.. |
@polymorphicengine,
|
This was the case for enabling the link clock too, until ahihi pointed out a shortcut: |
ah yeah, I can look into making setters/aliases |
another thing: there is
So what/which method to start Tidal with custom OSC should be described in the docu? |
If I remember right, the more general I think we should move to use the new |
Most important things to update in the docs:
BootTidal configuration has changed. Most has moved to Sound.Tidal.Boot (in tidalcycles/Tidal#1081), so BootTidal.hs is now a lot smaller. files to update:
Link clock is now disabled by default. We should add info about how to enable it on-the-fly and permanently (via BootTidal.hs) to
There's a lot of other changes, but maybe better to focus on the upcoming website for other stuff?
The text was updated successfully, but these errors were encountered: