Raphaël Forment

Results 52 comments of Raphaël Forment

> In tidal there are no beats, so tempo is in cycles (measures) not beats. Also there should be no drifting as time as rational. Yes, I think that I...

The tempo is now super stable. It's just... not the right tempo :) Still working on it. I should also look into freely nudging the tidal streams in time. This...

Completely stuck with the `notify_tick` function. It looks like I am not computing the `diff` correctly with my port causing some noticeable delay with other types of patterns: https://github.com/Bubobubobubobubo/sardine/blob/b3267f31a163992774eeaf4c93b3eccf4563edd1/sardine/sequences/tidal_parser/stream.py#L42-L47 Solving...

Tried different corrections / tweaks / fixes / bleeps and bloops but I still can't manage to make them cooperate. The different flavors of patterns stay really close together, at...

Not quite sure how to do that but I've noticed something interesting by looking at the OSC messages received by SuperCollider. This is a message sent by **Sardine-Vortex**: ```sclang OSC...

I converted the `tidal_loop` from an async background loop to an `AsyncRunner` following Sardine's main temporal logic. It is now working quite well but I need to rewrite some stuff...

Now in the `main` branch but the algorithm for the query rate is still a bit wonky. The loop itself is in `run.py` (init) and the other part in the...

I have made some progress with the **Vortex** integration: - it is now documented [on the website](https://sardine.raphaelforment.fr/pattern_languages/vortex/functions.html) like any other language. - it is rather stable but still not fully...

Solved most of the issues mentioned earlier: - the `bd:2` fix is on the Sardine side. The problem comes from the grammar/interpreter of the mini-notation. I manually transform a faulty...

Closing because of a general lack of interest, will probably re-open in the future. The `Vortex` integration will stay as is and will remain available. I have no plan to...