Hi - I've started messing with scripts (I thought I'd see if I could code up something to produce HR diagrams).
I've never coded in PJSR before, but the language looks relatively simple. Understanding the PJSR objects in PI looks a lot harder!
I managed to produce a small toy script with interface by using some simple scripts (AberattionInspector) as a basis, and I can see more or less how they've worked, but looking at other scripts its clear that there are a significant number of objects with lots of methods and data. Is there any way to find out what is there, and what they do, other than go through other's scripts?
I've been through this entire section, and I note that Juan first mentioned that PJSR documentation was on the to-do list in 2009, so I'm guessing it won't be available soon
I've also seen that reference to a Parameters object - looks like a global object created by PI - is this right? Any documentation for it, and any other interesting global objects?
Colin