Script to disable velvet noise on all repro preset

Official support for: u-he.com
RELATED
PRODUCTS

Post

Ok, I'll go one further. I took what drzhnn did and added IPS [speed] as a control too (I commented where my additions start and end - same instructions dzrhnn provided):

Code: Select all

CONTROL type='Knob' name='Knob Hiss' bounds='291.00 78.00 36.00 36.00' parent='Pane 1121' layerMask='1'
PROPERTY control='Knob Hiss' name='graphics' id='0' value='none'
PROPERTY control='Knob Hiss' name='graphics' id='1' value='Trimmer'
PROPERTY control='Knob Hiss' name='graphics' id='2' value='none'
PARAMETER control='Knob Hiss' port='Knob Value' module='Velvet' parameter='hiss' valuestring='dbval'

CONTROL type='Label' name='Label Hiss' bounds='289.00 104.00 40.00 12.00' parent='Pane 1121' layerMask='1'
PROPERTY control='Label Hiss' name='colours' id='0' value='none'
PROPERTY control='Label Hiss' name='colours' id='1' value='FXDelay'
PROPERTY control='Label Hiss' name='graphics' id='0' value='none'
PROPERTY control='Label Hiss' name='labeltext' id='0' value='Hiss'

CONTROL type='Knob' name='Knob Mnoise' bounds='291.00 104.00 36.00 36.00' parent='Pane 1121' layerMask='1'
PROPERTY control='Knob Mnoise' name='graphics' id='0' value='none'
PROPERTY control='Knob Mnoise' name='graphics' id='1' value='Trimmer'
PROPERTY control='Knob Mnoise' name='graphics' id='2' value='none'
PARAMETER control='Knob Mnoise' port='Knob Value' module='Velvet' parameter='mnoise' valuestring='dbval'

CONTROL type='Label' name='Label Mnoise' bounds='288.00 128.00 40.00 12.00' parent='Pane 1121' layerMask='1'
PROPERTY control='Label Mnoise' name='colours' id='0' value='none'
PROPERTY control='Label Mnoise' name='colours' id='1' value='FXDelay'
PROPERTY control='Label Mnoise' name='graphics' id='0' value='none'
PROPERTY control='Label Mnoise' name='labeltext' id='0' value='Asp'

CONTROL type='Slider' name='Slider HssMute' bounds='353.00 84.00 20.00 20.00' parent='Pane 1121' layerMask='1'
PROPERTY control='Slider HssMute' name='colours' id='0' value='none'
PROPERTY control='Slider HssMute' name='colours' id='1' value='none'
PROPERTY control='Slider HssMute' name='colours' id='2' value='none'
PROPERTY control='Slider HssMute' name='graphics' id='0' value='none'
PROPERTY control='Slider HssMute' name='graphics' id='1' value='Jumper'
PROPERTY control='Slider HssMute' name='graphics' id='2' value='none'
PARAMETER control='Slider HssMute' port='Slider Value' module='Velvet' parameter='hssmute'
PROPERTY control='Slider HssMute' name='direction' id='0' value='vertical'

CONTROL type='Label' name='Label Hiss' bounds='343.00 104.00 40.00 12.00' parent='Pane 1121' layerMask='1'
PROPERTY control='Label Hiss' name='colours' id='0' value='none'
PROPERTY control='Label Hiss' name='colours' id='1' value='FXDelay'
PROPERTY control='Label Hiss' name='graphics' id='0' value='none'
PROPERTY control='Label Hiss' name='labeltext' id='0' value='Mute'

/****funkybot additions start ***/

CONTROL type='Knob' name='Knob Speed' bounds='346.00 104.00 36.00 36.00' parent='Pane 1121' layerMask='1'
PROPERTY control='Knob Speed' name='graphics' id='0' value='none'
PROPERTY control='Knob Speed' name='graphics' id='1' value='Trimmer'
PROPERTY control='Knob Speed' name='graphics' id='2' value='none'
PARAMETER control='Knob Speed' port='Knob Value' module='Velvet' parameter='speed' valuestring='ips'

CONTROL type='Label' name='Label Speed' bounds='343.00 128.00 40.00 12.00' parent='Pane 1121' layerMask='1'
PROPERTY control='Label Speed' name='colours' id='0' value='none'
PROPERTY control='Label Speed' name='colours' id='1' value='FXDelay'
PROPERTY control='Label Speed' name='graphics' id='0' value='none'
PROPERTY control='Label Speed' name='labeltext' id='0' value='IPS'

/****funkybot additions end ***/
Thanks to drzhnn!
You do not have the required permissions to view the files attached to this post.

Post

Although...I think I may go with this instead. Here I replaced the Automute jumper with wow & flutter (well, I guess I replaced it with IPS then added Wow where speed was). Nice to know I have options. :hihi:

Code: Select all

CONTROL type='Knob' name='Knob Hiss' bounds='291.00 78.00 36.00 36.00' parent='Pane 1121' layerMask='1'
PROPERTY control='Knob Hiss' name='graphics' id='0' value='none'
PROPERTY control='Knob Hiss' name='graphics' id='1' value='Trimmer'
PROPERTY control='Knob Hiss' name='graphics' id='2' value='none'
PARAMETER control='Knob Hiss' port='Knob Value' module='Velvet' parameter='hiss' valuestring='dbval'

CONTROL type='Label' name='Label Hiss' bounds='289.00 104.00 40.00 12.00' parent='Pane 1121' layerMask='1'
PROPERTY control='Label Hiss' name='colours' id='0' value='none'
PROPERTY control='Label Hiss' name='colours' id='1' value='FXDelay'
PROPERTY control='Label Hiss' name='graphics' id='0' value='none'
PROPERTY control='Label Hiss' name='labeltext' id='0' value='Hiss'

CONTROL type='Knob' name='Knob Mnoise' bounds='291.00 104.00 36.00 36.00' parent='Pane 1121' layerMask='1'
PROPERTY control='Knob Mnoise' name='graphics' id='0' value='none'
PROPERTY control='Knob Mnoise' name='graphics' id='1' value='Trimmer'
PROPERTY control='Knob Mnoise' name='graphics' id='2' value='none'
PARAMETER control='Knob Mnoise' port='Knob Value' module='Velvet' parameter='mnoise' valuestring='dbval'

CONTROL type='Label' name='Label Mnoise' bounds='288.00 128.00 40.00 12.00' parent='Pane 1121' layerMask='1'
PROPERTY control='Label Mnoise' name='colours' id='0' value='none'
PROPERTY control='Label Mnoise' name='colours' id='1' value='FXDelay'
PROPERTY control='Label Mnoise' name='graphics' id='0' value='none'
PROPERTY control='Label Mnoise' name='labeltext' id='0' value='Asp'

/****Funkybot additions start ***/

CONTROL type='Knob' name='Knob Speed' bounds='346.00 78.00 36.00 36.00' parent='Pane 1121' layerMask='1'
PROPERTY control='Knob Speed' name='graphics' id='0' value='none'
PROPERTY control='Knob Speed' name='graphics' id='1' value='Trimmer'
PROPERTY control='Knob Speed' name='graphics' id='2' value='none'
PARAMETER control='Knob Speed' port='Knob Value' module='Velvet' parameter='speed' valuestring='ips'

CONTROL type='Label' name='Label Speed' bounds='343.00 104.00 40.00 12.00' parent='Pane 1121' layerMask='1'
PROPERTY control='Label Speed' name='colours' id='0' value='none'
PROPERTY control='Label Speed' name='colours' id='1' value='FXDelay'
PROPERTY control='Label Speed' name='graphics' id='0' value='none'
PROPERTY control='Label Speed' name='labeltext' id='0' value='IPS'

CONTROL type='Knob' name='Knob Wow' bounds='346.00 104.00 36.00 36.00' parent='Pane 1121' layerMask='1'
PROPERTY control='Knob Wow' name='graphics' id='0' value='none'
PROPERTY control='Knob Wow' name='graphics' id='1' value='Trimmer'
PROPERTY control='Knob Wow' name='graphics' id='2' value='none'
PARAMETER control='Knob Wow' port='Knob Value' module='Velvet' parameter='wowfltr' valuestring='percent'

CONTROL type='Label' name='Label Wow' bounds='343.00 128.00 40.00 12.00' parent='Pane 1121' layerMask='1'
PROPERTY control='Label Wow' name='colours' id='0' value='none'
PROPERTY control='Label Wow' name='colours' id='1' value='FXDelay'
PROPERTY control='Label Wow' name='graphics' id='0' value='none'
PROPERTY control='Label Wow' name='labeltext' id='0' value='Wow'

/****Funkybot additions end ***/
You do not have the required permissions to view the files attached to this post.

Post

Edited
Last edited by Vortifex on Thu Dec 07, 2023 10:51 pm, edited 1 time in total.

Post

Vortifex wrote: Fri Apr 29, 2022 2:10 pm
drzhnn wrote: Sun Jan 16, 2022 12:06 pm I'm in a post covid brainfog situation here, so I'm not sure I completely understand what's going on in this thread, but I edited the default skin and added Tape Hiss, Automute and Asperity controls to the Velvet module. Hope it helps :clown:
Can someone tell me what to do with this file? I'd like to add those controls to Velvet too.
You need to extract the archive into your /Repro-1.data/Support/Themes/NewTheme/ folder. Then reload Repro-5 and the skin will be available in the right click menu and in the Preferences.

Post

Edited
Last edited by Vortifex on Sun Apr 16, 2023 4:57 pm, edited 1 time in total.

Post

Vortifex wrote: Tue May 03, 2022 11:06 am
drzhnn wrote: Fri Apr 29, 2022 5:11 pmYou need to extract the archive into your /Repro-1.data/Support/Themes/NewTheme/ folder. Then reload Repro-5 and the skin will be available in the right click menu and in the Preferences.
Thank you so much :tu:

Edit: I don't have a NewTheme folder there, should I make one?
Yes. The point is that all themes should be placed into /Repro-1.data/Support/Themes/ folder, and each theme should have its own subfolder. It doesn't matter how you call it. But it's important that the Images and Scripts folders are located in its root. Like so:

Code: Select all

/NewTheme 1/
           /Images/
           /Scripts/
 
/NewTheme 2/
           /Images/
           /Scripts/

Post

Edited

Post Reply

Return to “u-he”