can't find it but i remember someone making a script that combed through all Repro presets and disabled velvet noise.
i'd really like that script, i don't really appreciate repro adding noise
Purely out of curiosity, what does that incomprehensible computer garble do for the preset? Can it be changed in any meaningful way to make some weird adjustments, or will the preset just break if it's not a certain way?Funkybot's Evil Twin wrote: Fri Jan 07, 2022 9:45 pm Worst case, you screw something up and just restore the backup. Note: do not change anything below the line it says not to change anything below.![]()
There might be a trick to lock them and then you just need to re-save them (select all presets, then choose "convert to h2p"). Maybe someone has experience with that and can chime in?Ploki wrote: Sun Jan 16, 2022 10:12 am so going by satin,
hssmute = Auto Mute
hiss = Hiss
mnoise = Asperity
And because these are in all repro presets, i guess i have to do all presets?
Thanks for the tip!Urs wrote: Sun Jan 16, 2022 10:20 amThere might be a trick to lock them and then you just need to re-save them (select all presets, then choose "convert to h2p"). Maybe someone has experience with that and can chime in?Ploki wrote: Sun Jan 16, 2022 10:12 am so going by satin,
hssmute = Auto Mute
hiss = Hiss
mnoise = Asperity
And because these are in all repro presets, i guess i have to do all presets?
(note: Make backup before trying such a thing)
Code: Select all
find . -type f -name "*.h2p" -not -path '*/\.*' -exec sed -i '' -e 's/hssmute=0/hssmute=1/' {} \;
I put these locks in default.h2p:
Code: Select all
find . -type f -name "*.h2p" -not -path '*/\.*' -exec sed -i '' -e 's/hssmute=0/hssmute=1/' {} \;
find . -type f -name "*.h2p" -not -path '*/\.*' -exec sed -i '' -e 's/hiss=.*/hiss=-120.00/g' {} \;Code: Select all
find . -type f -name "*.h2p" -not -path '*/\.*' -exec sed -i '' -e 's/mnoise=.*/mnoise=-120.00/g' {} \;where did you find the controls? i used the built-in editor and couldn't find them in the parameter list.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![]()
I just edited the script file in text editor and added these extra lines after line 1056:Ploki wrote: Sun Jan 16, 2022 12:10 pmwhere did you find the controls? i used the built-in editor and couldn't find them in the parameter listdrzhnn 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![]()
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'
Submit: News, Plugins, Hosts & Apps | Advertise @ KVR | Developer Account | About KVR / Contact Us | Privacy Statement
© KVR Audio, Inc. 2000-2026