If the latest version is 4.2.005 - "Anne Clark - Our Darkness" - 21th of July 2021, there are still few bugs regarding
function ultraschall.GetParmLearn_FXStateChunk
The first version, not the later/newly added second version, seems not to return a few numbers. To be more specific two values are not returned in my test cases. If those would work, all should work correctly I hope.
I will post example cases in github, with my .lua scripts and used .RPP. What I found out was, if the midi mappings are in later positions, like parameters 5..10 for example (and not 1..6), those are still seen as if those were mapped to parameters 1..6, so there is a shift mismatch.
If anything is not working correctly, I am looking anyway always into the source code, so if the documentation is not correct yet, it can be solved by checking the source code.
parm_idx and parmname are not returned correctly, or not at all in my test cases. And without those you can not do much later, at least in my test cases.
|