Presswerk Nitro skin now on patchlib
- KVRian
- 1059 posts since 28 Jun, 2006 from Germany
Wow, lovely skin. Thank your so much for sharing. Looks / feels like another tool almost! (=
System: Win 10 64 bit / i9 9900K (8x 3.6 GHz) / 16 GB DDR4-3200 RAM / 1TB M.2 SSD + 2x 500 GB SSD / RME Babyface / Reaper
Tagirijus.de
Tagirijus.de
-
- KVRAF
- 3401 posts since 6 Nov, 2006
wicked. thank you for sharing this!
- KVRian
- 1059 posts since 28 Jun, 2006 from Germany
I did some minor changes for myself; just in case it could be an inspiration for you; but probably not since your skin looks cleaner, but I just like to have some more indicators for the RMS and Adapt knobs, hehe:
(I modified the MainComp.png file accordingly.)
Also: some detection delay knobs did not have valuestring='msec', but "generic", which seems to make the shown value on the top not in msec. But more important, and I am not sure how to change it: when moving this knob, it only moves in 10 steps. Probably due to the -5 to +5 range. Is there any way to change this? I could not find any kind of docs for the skin language of u-he, unfortunately.
And another question, while I am not sure, if anybody here in this thread is evewn capable of answering that: I found out that when holding shift before dragging a knob, you can move it way more accurate: 1. Is there any way to make this behaviour happen also while already dragging, but holding shift then? 2. Is there any way to adjust the speed of the changed knob-turn-behaviour somwhere?
(I modified the MainComp.png file accordingly.)
Also: some detection delay knobs did not have valuestring='msec', but "generic", which seems to make the shown value on the top not in msec. But more important, and I am not sure how to change it: when moving this knob, it only moves in 10 steps. Probably due to the -5 to +5 range. Is there any way to change this? I could not find any kind of docs for the skin language of u-he, unfortunately.
And another question, while I am not sure, if anybody here in this thread is evewn capable of answering that: I found out that when holding shift before dragging a knob, you can move it way more accurate: 1. Is there any way to make this behaviour happen also while already dragging, but holding shift then? 2. Is there any way to adjust the speed of the changed knob-turn-behaviour somwhere?
You do not have the required permissions to view the files attached to this post.
System: Win 10 64 bit / i9 9900K (8x 3.6 GHz) / 16 GB DDR4-3200 RAM / 1TB M.2 SSD + 2x 500 GB SSD / RME Babyface / Reaper
Tagirijus.de
Tagirijus.de
-
- KVRAF
- Topic Starter
- 6780 posts since 17 Dec, 2009
These small markers look cool! Which values did you make them for?
Detection delay is problematic because it's assigned to a slider not a knob and with this particular value slider behaves very weird.
The top value is shown in msec (-5 to +5 msec) but without units. if i recall correctly this was the only way i could make it not behave erratically - when i first made it into a slider it just jumped around, but now the only way to fine tune it is shift + mousewheel.
i was trying to solve that with u-he support a while ago but we didn't find a solution. I'll try contacting tbh, that bugs me too and i don't want to make it into a knob.
Detection delay is problematic because it's assigned to a slider not a knob and with this particular value slider behaves very weird.
The top value is shown in msec (-5 to +5 msec) but without units. if i recall correctly this was the only way i could make it not behave erratically - when i first made it into a slider it just jumped around, but now the only way to fine tune it is shift + mousewheel.
i was trying to solve that with u-he support a while ago but we didn't find a solution. I'll try contacting tbh, that bugs me too and i don't want to make it into a knob.
- KVRian
- 1059 posts since 28 Jun, 2006 from Germany
Only the ones you can see on my screenshot, hehe. The RMS positions at 1ms, 3ms and 10ms and for the Adapt-knob the positions 25% and 75%.Ploki wrote: Wed Dec 01, 2021 9:47 am These small markers look cool! Which values did you make them for?
I did no other knobs so far. Also it's just a very rough amateurish line with text badly placed on top of your PNG, haha.
Well at least the unit can be shown there, if you replace allPloki wrote: Wed Dec 01, 2021 9:47 am The top value is shown in msec (-5 to +5 msec) but without units.
Code: Select all
parameter='dly1' valuestring='generic'Code: Select all
parameter='dly1' valuestring='msec'
I see. Thanks for all your effort! I looked through the whole TXT and also the original TXT, but I could not find any kind of name='...' for the PROPERTY control to maybe change this behaviour, hehe. It's no biggy to me. I just wanted to point that out!Ploki wrote: Wed Dec 01, 2021 9:47 am if i recall correctly this was the only way i could make it not behave erratically - when i first made it into a slider it just jumped around, but now the only way to fine tune it is shift + mousewheel.
i was trying to solve that with u-he support a while ago but we didn't find a solution. I'll try contacting tbh, that bugs me too and i don't want to make it into a knob.
System: Win 10 64 bit / i9 9900K (8x 3.6 GHz) / 16 GB DDR4-3200 RAM / 1TB M.2 SSD + 2x 500 GB SSD / RME Babyface / Reaper
Tagirijus.de
Tagirijus.de
-
- KVRAF
- Topic Starter
- 6780 posts since 17 Dec, 2009
it looks like it behaves normally tho (well at least the same as "generic"), it doesn't jump around like it used to, i'll switch it up thanks for the legwork. I did contact support if they could take a look at it 
edit: as far as going into fine-tune mode AFTER you grab the knob i don't think you can, i was looking for that when i bought the nObcontrol controller so i wouldn't have to remember to hit a keyswitch before grabbing it (it's just more intuitive that way) but i made a hotkey to switch nobcontrol into "fine tune" mode.
edit: as far as going into fine-tune mode AFTER you grab the knob i don't think you can, i was looking for that when i bought the nObcontrol controller so i wouldn't have to remember to hit a keyswitch before grabbing it (it's just more intuitive that way) but i made a hotkey to switch nobcontrol into "fine tune" mode.
-
- KVRAF
- Topic Starter
- 6780 posts since 17 Dec, 2009
so the report was super speedy and i got an answer like an hour after i first replied - basically they don't use horizontal faders a lot (at all?) so it never came up and it's something in the UI Framework - on buglist to be fixed somedayTagirijus wrote: Wed Dec 01, 2021 9:55 am
I see. Thanks for all your effort! I looked through the whole TXT and also the original TXT, but I could not find any kind of name='...' for the PROPERTY control to maybe change this behaviour, hehe. It's no biggy to me. I just wanted to point that out!
- KVRian
- 1059 posts since 28 Jun, 2006 from Germany
For maybe not the most recent versions, feel free to check this out: https://u-he.com/PatchLib/skins.html
System: Win 10 64 bit / i9 9900K (8x 3.6 GHz) / 16 GB DDR4-3200 RAM / 1TB M.2 SSD + 2x 500 GB SSD / RME Babyface / Reaper
Tagirijus.de
Tagirijus.de
-
- KVRAF
- Topic Starter
- 6780 posts since 17 Dec, 2009
yeah i need to write to u-he to upload it to the new patchlib
Oof the nitro there is horribleTagirijus wrote: Wed Dec 08, 2021 1:18 pm For maybe not the most recent versions, feel free to check this out: https://u-he.com/PatchLib/skins.html
-
- KVRist
- 126 posts since 4 Feb, 2013
That'll take too much time - please share a link with mePloki wrote: Wed Dec 08, 2021 1:23 pm
yeah i need to write to u-he to upload it to the new patchlibi’ll reup the most recent render today
-
- KVRAF
- Topic Starter
- 6780 posts since 17 Dec, 2009
-
- KVRAF
- Topic Starter
- 6780 posts since 17 Dec, 2009
Now on patch lib, download link:
https://u-he.com/PatchLib/skins/Ploki-p ... _nitro.zip
Older nitro is no longer available
https://u-he.com/PatchLib/skins/Ploki-p ... _nitro.zip
Older nitro is no longer available

