KONTAKT - Script: ignore_controller doesn't work

Sampler and Sampling discussion (techniques, tips and tricks, etc.)
Post Reply New Topic
RELATED
PRODUCTS
Kontakt

Post

Hello everybody,

On the following script are created two switches; the 2nd is assigned with the "learn MIDI CC# automation" and I wanted that when the 1st switch is active, the 2nd ignore any midi incoming and the switch doesn't change its state (from on to off or viceverse)

Code: Select all

on init
	declare ui_switch $one
	declare ui_switch $two
end on

on ui_control ($two)
	purge_group(0,$two)
end on

on controller
	if ($one = 1)
		ignore_controller
	end if
end on
Any help?
Cheers

Post

MIDI learned controls are processed before scripts IIRC, so you cannot really do this.

Post

Okey, thank you EvilDragon

Post Reply

Return to “Samplers, Sampling & Sample Libraries”