SevenDelay

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

User avatar
milkii
Established Member
Posts: 477
Joined: Tue Jan 05, 2016 9:08 am
Location: Edinburgh
Has thanked: 92 times
Been thanked: 91 times
Contact:

Re: SevenDelay

Post by milkii »

Just to note that Color Oracle is a good app for checking accessibility for colour-blind folk.

they/them ta / libreav.org / wiki.thingsandstuff.org/Audio and related pages / gh

ryukau
Established Member
Posts: 28
Joined: Tue Oct 15, 2019 12:56 am

Re: SevenDelay

Post 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/
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: SevenDelay

Post 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.
ryukau
Established Member
Posts: 28
Joined: Tue Oct 15, 2019 12:56 am

Re: SevenDelay

Post by ryukau »

Color configuration is now live on LV2Plugins repository.

See style/README.md for details.
User avatar
Shupacabras
Established Member
Posts: 116
Joined: Fri Jun 08, 2012 11:12 pm

Re: SevenDelay

Post 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
User avatar
SpotlightKid
Established Member
Posts: 260
Joined: Sun Jul 02, 2017 1:24 pm
Has thanked: 57 times
Been thanked: 61 times

Re: SevenDelay

Post 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
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: SevenDelay

Post 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.
User avatar
Shupacabras
Established Member
Posts: 116
Joined: Fri Jun 08, 2012 11:12 pm

Re: SevenDelay

Post 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.
ryukau
Established Member
Posts: 28
Joined: Tue Oct 15, 2019 12:56 am

Re: SevenDelay

Post by ryukau »

Thanks for the report, Shupacabras. And thank you again for pointing out the problem, SpotlightKid.

The installation script is now fixed.
ryukau
Established Member
Posts: 28
Joined: Tue Oct 15, 2019 12:56 am

Re: SevenDelay

Post 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.
Kott
Established Member
Posts: 820
Joined: Thu Mar 21, 2013 12:55 am
Location: Vladivostok
Has thanked: 65 times
Been thanked: 124 times

Re: SevenDelay

Post by Kott »

Thank You for your work.

I've made couple color themes:

ArcDark:
AD1.jpg
AD1.jpg (108.63 KiB) Viewed 2332 times
And pure flat BB:
BB1.jpg
BB1.jpg (84.61 KiB) Viewed 2332 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"
}
ryukau
Established Member
Posts: 28
Joined: Tue Oct 15, 2019 12:56 am

Re: SevenDelay

Post 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?
Kott
Established Member
Posts: 820
Joined: Thu Mar 21, 2013 12:55 am
Location: Vladivostok
Has thanked: 65 times
Been thanked: 124 times

Re: SevenDelay

Post 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 2319 times
Checkbox border and inactive tab label was added. I'll prepare patch/PL if it's ok.
ryukau
Established Member
Posts: 28
Joined: Tue Oct 15, 2019 12:56 am

Re: SevenDelay

Post 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"
ryukau
Established Member
Posts: 28
Joined: Tue Oct 15, 2019 12:56 am

Re: SevenDelay

Post 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.
Post Reply