Another Zebra theme script question
- KVRian
- 1424 posts since 14 Apr, 2008 from velvet noise
/* 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?
- KVRian
- 544 posts since 1 Jan, 2013 from Saint-Petersburg, Russia
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.
- KVRian
- Topic Starter
- 1424 posts since 14 Apr, 2008 from velvet noise
/* 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?
- KVRian
- 544 posts since 1 Jan, 2013 from Saint-Petersburg, Russia
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.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?
![]()
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'
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
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'
- KVRian
- Topic Starter
- 1424 posts since 14 Apr, 2008 from velvet noise
/* 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?

