How to migrate config to new version?

Thank you, that will be very helpful.

Got most of it. It was easier than I anticipated, since math operations keep working, and in some cases the script became even simpler since no explicit time conversions are needed anymore (the BeatsSamplesConverter is no more).

So the main change was to change all explicit sample times positions into
Temporal.timepos_t (sample), and sample-offsets or sample-counts into Temporal.timecnt_t (sample), or in some other cases convert a timepos_t back to samples

1 Like

Thank you, Iā€™ll dive into this.

Iā€™ve updated the scripts I use most often now to work with the new time handling system. Iā€™ve also updated my repo to separate the A6 and A7 versions.

@x42 One thing I noticed is that in A7 the playhead-to-previous-region-sync action doesnā€™t work if the playhead is already at the start of a region. It did work in A6.

This is working again the latest version.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.