I want to change the shuffle value of a phrase from 0 to 100% via scripting, I have read the manual and appears this code, I,ve tried to write the correct sintax, but no exit. Any help to make a function like this one:
function shuffle()
renoise.song().instruments[].phrase.shuffle_amount [1]
end
@esaruoho.I have seen that you (or Danoise) have corrected the documentation, but it is still wrong…
+renoise.song().instruments.phrase.shuffle
The concrete line should be like this:
renoise.song().instruments[].phrases[].shuffle
There are also a couple of lines that would be well included in the documentation. If I tell you, could they be added?I see that you are a contributor to the documentation…
There are also a couple of lines that would be well included in the documentation. If I tell you, could they be added?I see that you are a contributor to the documentation…
Hi Raul, I have contributed some fixes with typos and corrections, but that is it. anyone whose changes + contributions are merged into the main document, is considered a contributor. I’m not affiliated with Renoise at all. Just some guy finding typos and then correcting them, or in this case, tweaking some of them a bit.