Here's a little video showing some progress on int...
# two-minute-week
c
Here's a little video showing some progress on integrating Ixi lang, custom sound samples, and some tweaks to the UI.

https://youtu.be/7iPOeALO0T8

👏🏽 6
👍 1
c
Cool! The automatic timeline visualization is great and it’s nice to have a full ixi lang in there (send a link to Thor if you haven’t already!). Curious about your scheduler… is all scheduling happening on a per-measure basis globally as the timeline seems to indicate? Or is that specific to your ixi lang implementation?
c
The scheduler is global. The tempo is actually tied into whatever Ableton Link requests, but yeah, it's a simple thread which wakes up at regular intervals and provides tick events to the system. Everything is using the same timeline, regardless of which component it is. What I'm not doing yet, is scheduling new Ixi patterns to start at the first beat of the bar; but that should be simple enough - Thor says that's what he does for alignment.