@ustk @d-healey figured this out!. Loops are not good for realtime playing :P I've replaced that loop with a simple notenumber to array order, and artifatcs are gone!
@yall the "Error: the i386 architecture is deprecated. You should update your Archs build setting to remove the i386 architecture....." line means you're trying to build for 32bit, Mojave needs 64bit, in the projucer set the "OSX Architecture" to 64-bit Intel
Skärmavbild 2020-01-13 kl. 20.41.37.png
@LeeC You can copy-paste nodes, although I never tried between projects...
But a cool thing is that you can export custom nodes and import them in any project. For that, you'll need to set the flag HI_ENABLE_CUSTOM_NODE_LOCATION
Untitled.jpeg
After that you can "Export Custom CCP class from a right-click on any node, and recall this node from the Custom tab
@arminh I'm afraid it's not currently possible because the only property related to keys is Single Key, which map the same note number to the following RootNote, LoKey& HiKey, and can accept only a unique Note name as Data Type, not a range.
So adding a new token filter for this is a good 2020 feature request idea for @Christoph-Hart :)