Separate names with a comma.
$CONTROL_PAR_AUTOMATION_ID is host automation, not MIDI CC. You would need to use "on controller" callback.
ALL files resaved in 6 cannot be opened in 5. But this was always the case with Kontakt.
Oh yeah I misread OP's question. Oops, sorry!
Yeah, old old old thread from 2013, somebody made a mistake back then :) At any rate, probably good to close this thread.
You should be able to, yes.
You need to go to Battery's menu, then Edit->Engine, then under Audio Outputs choose 16x Stereo. Now any future instances of Battery should...
Yes, renaming the outputs is tied to the VST2/VST3 API itself. For VST2 hosts don't automatically rename outputs when the plugin changes their...
After 8+ years? I think it's safe to say it's not.
Again a label would be better than a slider. Then all you need to do is: set_control_par(get_ui_id($label), $CONTROL_PAR_PICTURE_STATE, $counter...
The whole output handling is unfortunately a byproduct of how VST2 works - it had no dynamic plugin output reassignment facilities. VST3 brought...
It's the value you use (not $Compressor_Menu). That said if you use $NI_COMP_TYPE_xyz as values for your menu entries, that will work too.
The activation servers for Service Center have been shut down and are defunct now. There is no way to authorize in any way using the old SC tech.
I don't think this is a bug, but more of a conscious decision.
Program Change messages always start from 0, that's how it is in MIDI standard. So PC 0 -> first patch, etc. Computers count from 0, humans count...
Moving to actual Massive X subforum :)
They're two different effects. :)
Temporary space on system drive is needed only during the installation process, as far as I know.
Native Access requires enough room on the system drive in order to install to whichever drive you want. Even if you're installing from the...
ZIP it. Can't confirm, I get them just fine even when live playing, unquantized...
It's better to animate the picture state of a label, then you can't screw up the animation by clicking/dragging on it. Also use modulo when...