Page 5 of 5

Re: SevenDelay

Posted: Wed May 20, 2020 8:02 pm
by milkii
Just to note that Color Oracle is a good app for checking accessibility for colour-blind folk.

Re: SevenDelay

Posted: Thu May 21, 2020 2:22 pm
by ryukau
To lilith,

I was forgetting that Debian and Ubuntu have different libxcb-util package. (Previous issue: https://github.com/ryukau/VSTPlugins/issues/3)

I built VST 3 plugins on Debian 10.4.0. If they don't work, only option is to building from source.

Download link: https://drive.google.com/open?id=1zyemI ... nAteQ4nS4-

---

To Shupacabras,

Thanks for the image. I'll add this color scheme, but knobs and sliders will be less colorful. A reason is that I'm not planning to provide per UI element customization, because it increases build time.

---

To milk,

I'm currently using `redshift -g`. It's not very accurate, but it doesn't require task tray.

Redshift: http://jonls.dk/redshift/

Re: SevenDelay

Posted: Sat May 23, 2020 4:03 pm
by lilith
ryukau wrote: Thu May 21, 2020 2:22 pm To lilith,

I was forgetting that Debian and Ubuntu have different libxcb-util package. (Previous issue: https://github.com/ryukau/VSTPlugins/issues/3)

I built VST 3 plugins on Debian 10.4.0. If they don't work, only option is to building from source.

Download link: https://drive.google.com/open?id=1zyemI ... nAteQ4nS4-

---

To Shupacabras,

Thanks for the image. I'll add this color scheme, but knobs and sliders will be less colorful. A reason is that I'm not planning to provide per UI element customization, because it increases build time.

---

To milk,

I'm currently using `redshift -g`. It's not very accurate, but it doesn't require task tray.

Redshift: http://jonls.dk/redshift/
Thanks for the build. I'll try it.

Re: SevenDelay

Posted: Mon May 25, 2020 7:22 am
by ryukau
Color configuration is now live on LV2Plugins repository.

See style/README.md for details.

Re: SevenDelay

Posted: Thu May 28, 2020 3:46 am
by Shupacabras
great colors

just a problem with the installation, i had to manually copy

Code: Select all

$ make install
cp -r bin/*.lv2 ~/.lv2/
python3 install.py
Copying style to /home/cristian/.config/UhhyouPlugins/style
Traceback (most recent call last):
  File "install.py", line 34, in <module>
    copy_dir(style_dir, config_home / style_dir)
  File "install.py", line 18, in copy_dir
    shutil.copytree(src, dest, dirs_exist_ok=True)
TypeError: copytree() got an unexpected keyword argument 'dirs_exist_ok'
Makefile:106: recipe for target 'install' failed
make: *** [install] Error 1

Re: SevenDelay

Posted: Thu May 28, 2020 5:36 am
by SpotlightKid
The dirs_exist_ok argument to copytree only exists since Python 3.8 (the current latest major vrsion of Python 3).

https://docs.python.org/3/library/shuti ... l.copytree

Re: SevenDelay

Posted: Thu May 28, 2020 1:25 pm
by lilith
ryukau wrote: Thu May 21, 2020 2:22 pm To lilith,

I was forgetting that Debian and Ubuntu have different libxcb-util package. (Previous issue: https://github.com/ryukau/VSTPlugins/issues/3)

I built VST 3 plugins on Debian 10.4.0. If they don't work, only option is to building from source.

Download link: https://drive.google.com/open?id=1zyemI ... nAteQ4nS4-

---

To Shupacabras,

Thanks for the image. I'll add this color scheme, but knobs and sliders will be less colorful. A reason is that I'm not planning to provide per UI element customization, because it increases build time.

---

To milk,

I'm currently using `redshift -g`. It's not very accurate, but it doesn't require task tray.

Redshift: http://jonls.dk/redshift/
It's working and I'm going to test it the next days. Thanks again.

Re: SevenDelay

Posted: Thu May 28, 2020 4:59 pm
by Shupacabras
SpotlightKid wrote: Thu May 28, 2020 5:36 am The dirs_exist_ok argument to copytree only exists since Python 3.8 (the current latest major vrsion of Python 3).

https://docs.python.org/3/library/shuti ... l.copytree
The truth is that he did not know it, thanks for his contribution.

Re: SevenDelay

Posted: Fri May 29, 2020 8:20 am
by ryukau
Thanks for the report, Shupacabras. And thank you again for pointing out the problem, SpotlightKid.

The installation script is now fixed.

Re: SevenDelay

Posted: Thu Jun 04, 2020 6:39 am
by ryukau
A new plugin L4Reverb is added to my repositoy.

LV2: https://github.com/ryukau/LV2Plugins
VST 3: https://github.com/ryukau/VSTPlugins
Manual: https://ryukau.github.io/VSTPlugins/man ... rb_en.html

L4Reverb is mostly same as LatticeReverb in term of algorithm, but with more nesting and delays. DSP load is roughly 4 times as heavy as Dragonfly Room Reverb, so I'd recommend to use L4Reverb with freeze/bounce functionality provided by DAW.

The character is bright and mostly suitable for long reverb. Short reverb tends to have metalic characters, which sounds like a bunch of short delays.

To get wet sound, set all *Feed parameters to negative (below the center line), and set D4Feeds to close to 0.

Re: SevenDelay

Posted: Thu Jun 04, 2020 12:25 pm
by Kott
Thank You for your work.

I've made couple color themes:

ArcDark:
AD1.jpg
AD1.jpg (108.63 KiB) Viewed 2342 times
And pure flat BB:
BB1.jpg
BB1.jpg (84.61 KiB) Viewed 2342 times
Last need additional code to distinguish radiobuttons and inactive tab's labels. But it can be yeasy implemented according to readme.

ArcDark.json

Code: Select all

{
  "foreground": "#d3dae3",
  "foregroundButtonOn": "#d3dae3",
  "background": "#353945",
  "boxBackground": "#444a58",
  "border": "#2d323c",
  "unfocused": "#5c69b4",
  "highlightMain": "#5294e2",
  "highlightAccent": "#2c8a58",
  "highlightButton": "#505666",
  "highlightWarning": "#aaaaff",
  "overlay": "#d3dae3bb",
  "overlayHighlight": "#5294e232"
}
BB.json

Code: Select all

{
  "foreground": "#be7a33",
  "foregroundButtonOn": "#d3dae3",
  "background": "#333333",
  "boxBackground": "#333333",
  "border": "#333333",
  "unfocused": "#4e4e4e",
  "highlightMain": "#54a16f",
  "highlightAccent": "#2c8a58",
  "highlightButton": "#4e4e4e",
  "highlightWarning": "#aaaaff",
  "overlay": "#d2dccfcc",
  "overlayHighlight": "#54a16f32"
}

Re: SevenDelay

Posted: Fri Jun 05, 2020 12:45 am
by ryukau
Kott wrote: Thu Jun 04, 2020 12:25 pm Last need additional code to distinguish radiobuttons and inactive tab's labels. But it can be yeasy implemented according to readme.
Just to make sure, would you like to configure the border of checkbox (radiobutton)? Or background?

Re: SevenDelay

Posted: Fri Jun 05, 2020 2:22 am
by Kott
ryukau wrote: Fri Jun 05, 2020 12:45 am
Kott wrote: Thu Jun 04, 2020 12:25 pm Last need additional code to distinguish radiobuttons and inactive tab's labels. But it can be yeasy implemented according to readme.
Just to make sure, would you like to configure the border of checkbox (radiobutton)? Or background?
Square border of checkbox. I've made additions to palette, so how it looks now:
Screenshot_20200605_121956.png
Screenshot_20200605_121956.png (57.93 KiB) Viewed 2329 times
Checkbox border and inactive tab label was added. I'll prepare patch/PL if it's ok.

Re: SevenDelay

Posted: Fri Jun 05, 2020 3:38 am
by ryukau
Thanks for clarification.

Patches are welcome!

Just some minor requests. Please make the color name as following:

- Checkbox border as "borderCheckbox"
- Inactive tab label as "foregroundInactive"

Re: SevenDelay

Posted: Wed Aug 19, 2020 1:52 am
by ryukau
I added a new synth, CollidingCombSynth to my repository.

LV2: https://github.com/ryukau/LV2Plugins
VST 3: https://github.com/ryukau/VSTPlugins
Manual: https://ryukau.github.io/VSTPlugins/man ... th_en.html

CollidingCombSynth is an experimental synthesizer, which sometimes sounds like bowed string. It's more of a toy rather than a serious physical model. Tuning of pitch is possible but requires trial and error. So mostly suitable to make sound effects.