[SOLVED] Beatsync control not available on the API?

is it true that these are not available from the API?

* Beatsync Mode to 1 Repitch
* Beatsync Mode to 2 Time-Stretch (Percussion)
* Beatsync Mode to 3 Time-Stretch (Texture)
* Beatsync [T] button

please lmk.

It exist!

renoise.Sample.BEAT_SYNC_REPITCH
renoise.Sample.BEAT_SYNC_PERCUSSION
renoise.Sample.BEAT_SYNC_TEXTURE

-- Beat sync.
renoise.song().instruments[].samples[].beat_sync_enabled, _observable
  -> [boolean]
renoise.song().instruments[].samples[].beat_sync_lines, _observable
  -> [number, 1-512]
renoise.song().instruments[].samples[].beat_sync_mode, _observable
  -> [enum = BEAT_SYNC]
1 Like

ok! thanks! this is weird. it seems i have some old version of the API documentation. thanks for setting me straight.
i wonder how i would put together a new better version of my API documentation (i just put the whole documentation into one textfile and grep from it.

By installing the latest version of Renoise, you should have the latest up-to-date documentation.

also Renoise Lua API

well, yep. but i use a separate solution.txt that has everything.i’ve updated it now :slight_smile: thanks!

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