K4 - Reduce the width of an image

VST, AU, AAX, CLAP, etc. Plugin Virtual Instruments Discussion
Post Reply New Topic
RELATED
PRODUCTS
Kontakt$299.00Buy

Post

Hi everybody

Here I'm trying to reduce the width of an image 1 pixel (to 89), but it doesn't work:

Code: Select all

on init
	make_perfview
	set_ui_height(2)
	declare ui_label $image (1,1)
	set_text($image,"")
	set_control_par_str(get_ui_id($image),$CONTROL_PAR_PICTURE,"pv_global_reverb_animation_big")
	set_control_par(get_ui_id($image),$CONTROL_PAR_WIDTH, 89)
end on
Cheers
Last edited by hellishvictor on Sun Sep 10, 2017 3:06 am, edited 1 time in total.

Post

Solved:
Just had to change to "yes" the parameter "Horizontal Resizable" inside the file "pv_global_reverb_animation_big.txt" on
%\Common Files\Native Instruments\Kontakt 4\pictures\pv_global_reverb_animation_big.txt

:)

Post

Ok.
EnergyXT3 - LMMS - FL Studio | Roland SH201 - Waldorf Rocket | SoundCloud - Bandcamp

Post

:hihi:

Post Reply

Return to “Instruments”