Thank you for the quick response. I'm enjoying my testing so far. It helps that I remember much of my Synthmaster experience from long ago.

I'm a heavy iOS music app user with lots of technology experience, though somewhat lacking in programming background. I'm currently painfully slowly trying to learn iOS AUv3 app development, so something like this that has the potential to jump-start coding efforts is like hitting the mother-lode.
I'm either missing how to access many of the features, such as viewing generated code, and the device-style previews, or they're currently being re-worked, which is fine. I'm just happy to be involved in testing. I will report bugs through the forum. I think for organization sake, a sub-forum for beta test bugs specifically would be good. It might be easier to follow bugs if they're reported each in its own topic - especially if the subject can be edited to -SOLVED when things are fixed. Just a suggestion ...
OK, so I'll post the first bugs I've found here:
- On iPad Air 2, iOS 13.5.1, VS 0.5.12 there are some display issues. The sidebar menus aren't sizing and scrolling properly. The top of the libraries section is cut off. The components menu doesn't scroll far enough down to get to the last three items in the views menu. I think it's being covered up by the selector area. It seems like maybe views were sized assuming a single-row horizontal selector area rather than the three-row rectangular design as it is now. Switching to portrait allows to access the full menus, but there are some positioning issues flipping back and forth.
- Contents of vStack and hStack views aren't displaying. A simple test was to add a few text items in a vStack. Everything was connected as it should be but nothing displayed in the vStack. Resizing doesn't help. Once, after exiting and re-loading the texts displayed briefly, but not again after that. The same file displays as it should in the Mac version. On iOS I don't seem to be able to get even bundled modules to display.
- The MacOS version is displaying everything properly, but doesn't include the bundled modules, and crashes when I try to open a project, created on the iPad, containing any of them.
Amazing stuff! So much fun and so promising.