Posts: 61
Threads: 16
Joined: Dec 2019
Reputation:
0
hello, isn't it supposed that the table probability % sets the probability according to which the table will be used or not? because i cannot get it to work. i have set a table probability for example to 0004 and the table is used every time
Posts: 3.644
Threads: 123
Joined: Jul 2017
Reputation:
215
Works with me.
Are you sure you are using the PRTB command?
PLEASE use the search function if something have been asked or discussed before.
Every (unnessesary) forum support means less time to develop! But of course, i am here to help!
Posts: 61
Threads: 16
Joined: Dec 2019
Reputation:
0
02-20-2020, 07:15 PM
(This post was last modified: 02-20-2020, 07:30 PM by ello.)
yes. i have a note and table 00 and PRTB004. two steps later i set the table to ** with a PRTB064.
when i set the PRTB value one step earlier it works (same for the fx probability). is this like it is supposed to be
Posts: 3.644
Threads: 123
Joined: Jul 2017
Reputation:
215
Oh i see, you are right!! I was just testing the probability generally. But it has to do with the order as it seems.
I just checked the code:
Processing order:
Table
Patch
FX
All the rest
I will change it to this:
Patch
FX
Table
All the rest
Patch has a higher order then FX so values can be overruled by FX. So with that the probability of patches would always be starting from the next step. Classical chicken and egg problem. :-)
PLEASE use the search function if something have been asked or discussed before.
Every (unnessesary) forum support means less time to develop! But of course, i am here to help!
Posts: 61
Threads: 16
Joined: Dec 2019
Reputation:
0
02-22-2020, 10:17 AM
(This post was last modified: 02-22-2020, 10:23 AM by ello.)
hm, i came along this strange behaviour now:
on step i set the table to ** with a probability of 064
somewhere in the middle i set the table to 01 with a probability of 044
now, when the table is in use the first step is still using table 01, even so it is set to ** on that step
edit: seems the table ** generally has a one step delay to take place
edit2: or it seems that the probability doesn't take place. i will try to find out what exactly causes it
Posts: 3.644
Threads: 123
Joined: Jul 2017
Reputation:
215
Did you install now the latest RC4? Because i fixed the table order in this.
PLEASE use the search function if something have been asked or discussed before.
Every (unnessesary) forum support means less time to develop! But of course, i am here to help!
Posts: 61
Threads: 16
Joined: Dec 2019
Reputation:
0
nope. sorry, i wasn't aware of the new version. seems to work like it should.
and to be honest, i guess it may also be a problem that some of the fx settings where in an unknown state at pattern change. this is something i have to learn and keep in mind