Well, I'm investigating this project, I'd like to automate a process to create projects but the thing is that I cannot figure out this problem.
I created an example project, which has the following automation clip:

The thing is as you can see, that we have a point over 37,0625 (37 + 1/16) (the Ppq is 96), so the position must be = 3558.
I serialized the project using JSON.NET and I looked for the 0,44999... value:

There are two matches, the next one:

Which has Position = 0, and also I'm looking for the 3558 value, but I can't find it...
So, what can I do about this? I'm looking for how to solve this but I think I won't have luck.
Thanks.
Well, I'm investigating this project, I'd like to automate a process to create projects but the thing is that I cannot figure out this problem.
I created an example project, which has the following automation clip:
The thing is as you can see, that we have a point over 37,0625 (37 + 1/16) (the Ppq is 96), so the position must be = 3558.
I serialized the project using JSON.NET and I looked for the 0,44999... value:
There are two matches, the next one:
Which has Position = 0, and also I'm looking for the 3558 value, but I can't find it...
So, what can I do about this? I'm looking for how to solve this but I think I won't have luck.
Thanks.