Another Zebra theme script question

Official support for: u-he.com
Post Reply New Topic
RELATED
PRODUCTS

Post

/* whitenoise */
Last edited by noiseresearch on Mon Nov 30, 2020 7:40 pm, edited 1 time in total.
It refuses description, allowing only the vague approach of adjectives: dark, light, raw, angelic. Who or what is making these noises? Where are they coming from and what do they point to? What kind of entity can leave such a troubling sonic remnant?

Post

You can try to create a dedicated empty parent pane for the LFO display element. But animated and interactive elements are rather slow in general. If you have a lot of them in the patch they can slow down the responsiveness of the host and other plugins, and can even cause issues during recording automation.

Post

/* whitenoise */
Last edited by noiseresearch on Mon Nov 30, 2020 7:40 pm, edited 1 time in total.
It refuses description, allowing only the vague approach of adjectives: dark, light, raw, angelic. Who or what is making these noises? Where are they coming from and what do they point to? What kind of entity can leave such a troubling sonic remnant?

Post

resistent wrote: Fri Nov 06, 2020 3:45 pm I 'wrote' a couple of line to replace the images of the uni/bipolar bars. While the unipolar is easy to 'draw'. I struggle to split the bipolar bar into two colors. It seems like gradients only go vertically and not horizontally (same 'issue' as for 'Labels'?). Am I right or do I lack knowledge?

Image
I don't think I tried vector graphics for these. I just edited BiPolarValue.png and UnipolarValue.png files. And I believe they have to be of specific size otherwise they don't scale correctly.

As for gradients, there should be at least two colors:

Code: Select all

COLOUR name='color_1' rgba='0078FFaa'
COL_ELEMENT name='color_2' parent='color_1' rgba='5086FFff' location='0.99'
Parent color (color_1) should be defined on the separate line. After adding COL_ELEMENT line your color_1 will become a gradient color, and you can use it on other elements. You can add several COL_ELEMENTs to create more complex color blends and gaps. That's where 'location' parameter becomes really useful.

Sometimes new gradients won't work until Zebra is restarted.

I'm not sure about horizontal gradients. Sorry, I just don't remember. Check the built-in editor. Create a gradient there and see if there's an option for rotating or changing direction :) Or may be you need to apply gradient to a 'rounded rect' graphic element and somehow rotate it instead?

Code: Select all

GRAPHIC name='g_btn_white_bg' path='1' type='rounded rect'
GR_PROPERTY graphic='g_btn_white_bg' name='width' id='0' value='256.00'
GR_PROPERTY graphic='g_btn_white_bg' name='height' id='0' value='256.00'
GR_PROPERTY graphic='g_btn_white_bg' name='scalable' id='0' value='yes'
GR_PROPERTY graphic='g_btn_white_bg' name='colour' id='0' value='btn_white_bg_gradient'
GR_PROPERTY graphic='g_btn_white_bg' name='colour' id='1' value='btn_white_bg_border'
GR_PROPERTY graphic='g_btn_white_bg' name='border' id='0' value='0.09'
GR_PROPERTY graphic='g_btn_white_bg' name='radius' id='0' value='0.01'

Post

/* whitenoise */
It refuses description, allowing only the vague approach of adjectives: dark, light, raw, angelic. Who or what is making these noises? Where are they coming from and what do they point to? What kind of entity can leave such a troubling sonic remnant?

Post Reply

Return to “u-he”