Separate names with a comma.
Blindeddie:...
I followed NI's instructions to move all my instruments to the new computer but when I open NA and click "Installed Products" to repair, there is...
Puzzled by this. From Mainstage autosampler, I can use their "Search" looping option and the samples will contain loop points that Kontakt...
Figured out what was happening. For anyone who is also left scratching their heads when this happens, here's the problem: When you're developing...
Having done this several times before I wasn't expecting to have any problems creating an instrument. I had removed/copied/substituted/renamed...
True that; I guess I was thinking of it more in terms of an array where a single pointer isn't enough to accommodate the multiple "elements"...
...and, just like that, problem solved. Making separate $randomValGroup1 and $randomValGroup2 vars polyphonic did the trick. This just reminds me...
Right—I'm actually setting each new note via their own play_note($EVENT_NOTE + $myRandomValue,...) so there shouldn't be any funny business with...
Aha! You may have just clued me into what the problem is here. Do all vars associated with checking a polyphonic var need to be polyphonic...
For anyone arriving at this thread with similar woes: I did manage to address instances where the highest (only) note would play out of range but...
Oops: I should clarify that this happens ONLY when chord notes are played simultaneously—most often when played from a DAW. (It happens less when...
Was doing a little cleanup/bug checking and found an odd behavior when playing chords: if a wait statement in the NCB is inserted after one group...
I thought I had. I've been beating the hell out of this thing for weeks. But add a different external keyboard and POOF, it doesn't work. I had...
Yikes; people use all kinds of hardware controllers so that's not a great situation when putting out a new Kontakt instrument. Specifically: this...
This is very concerning. While the script has been properly recognizing key up states from a [very old] MIDI keyboard, I just happened to test...
Yeah OK so I'm really at a loss on this and looking for suggestions. The code is super simple and there's no indication that there are any...
It's understandable that folks don't want their hard work lifted but yeah "cottage industry" says it all.
Ah right, a button. And I just happened to be reading a thread on VI about the whole password protection thing; seems amazing that these can be...
I was about to use a transparent label overlay to prevent clicking. I didn't see anything listed in the manual for a command that might do this...
Actually, I should have asked it like this: Is there a practical difference between play_note($EVENT_NOTE + $changeTheNote,$EVENT_VELOCITY,0,-1)...