Search found 28 matches

by ryukau
Wed Aug 19, 2020 1:52 am
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17551

Re: SevenDelay

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/manual/CollidingCombSynth/CollidingCombSynth_en.html CollidingCombSynth is an experimental synthesizer, which so...
by ryukau
Fri Jun 05, 2020 3:38 am
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17551

Re: SevenDelay

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"
by ryukau
Fri Jun 05, 2020 12:45 am
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17551

Re: SevenDelay

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?
by ryukau
Thu Jun 04, 2020 6:39 am
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17551

Re: SevenDelay

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/manual/L4Reverb/L4Reverb_en.html L4Reverb is mostly same as LatticeReverb in term of algorithm, but with more nesting and ...
by ryukau
Fri May 29, 2020 8:20 am
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17551

Re: SevenDelay

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

The installation script is now fixed.
by ryukau
Mon May 25, 2020 7:22 am
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17551

Re: SevenDelay

Color configuration is now live on LV2Plugins repository.

See style/README.md for details.
by ryukau
Thu May 21, 2020 2:22 pm
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17551

Re: SevenDelay

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=1...
by ryukau
Wed May 20, 2020 12:00 am
Forum: Linux Music News
Topic: Isomorphic Keyboard Emulator
Replies: 4
Views: 2065

Re: Isomorphic Keyboard Emulator

Thanks for the answer, mindhog. It's working now. I thought missing swig was a error that requires build from source. :oops: I'm using keyboard with Japanese layout (OADG 109A), so key binding configuration would be nice to have. A mention about `rows` variable in isokbd.py might be helpful to have ...
by ryukau
Tue May 19, 2020 11:58 pm
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17551

Re: SevenDelay

To Shupacabras, Yes, inkscape supports svg. svg can't be used for now. I'm using DPF and VST 3 SDK to build plugins, and both don't support svg. If you send me picture of component, I may be able to make it to code. --- To lilith, If installing packages doesn't work, please let me know. I'll make a ...
by ryukau
Tue May 19, 2020 6:31 am
Forum: Linux Music News
Topic: Isomorphic Keyboard Emulator
Replies: 4
Views: 2065

Re: Isomorphic Keyboard Emulator

Hi. This looks interesting. I tried to build from mawb repo, but got error when building spug. I'm on Fedora 32 with g++ 10.1.1. Following snippet is the error I got: $ git clone https://github.com/mindhog/spugxx.git $ cd spugxx/ $ ./bootstrap $ ./configure $ make -j (CDPATH="${ZSH_VERSION+.}:&...
by ryukau
Tue May 19, 2020 6:27 am
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17551

Re: SevenDelay

Thanks for the offer. However, my plugins only use code for UI and integrating with png requires extensive rewrite for some parts. Writing everything in code also has advantage for better scaling support. So I'm not planning to do so. (If svg can be used I'd like to rewrite.) That said, I'm open to ...
by ryukau
Tue May 19, 2020 5:04 am
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17551

Re: SevenDelay

Hi, lilith. Which Linux distribution are you using? VST 3 version is built on Ubuntu 18.04, so it probably doesn't work on other distributions. If you are on Ubuntu 18.04, try installing following packages: sudo apt install libxcb-cursor0 libxkbcommon-x11-0 I can send local VST 3 builds if you are o...
by ryukau
Sun May 17, 2020 1:56 pm
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17551

Re: SevenDelay

I too was considering to add color configuration, so I'll do it.

Off topic: I often feels letters are wiggling when reading on dark themes. Perhaps my astigmatism is the cause of it.
by ryukau
Sun May 17, 2020 12:37 am
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17551

Re: SevenDelay

Thanks to SpotlightKid for pointing out the problem. I fixed includes now. I meant full build log as the full output of make. Sorry for not being clear. I'm still learning English. If you don't use CV plugins, it can also be disabled in `LV2Plugins/Makefile`. build: common \ lv2cvport \ # Remove thi...
by ryukau
Sat May 16, 2020 7:43 am
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17551

Re: SevenDelay

Hi, Shupacabras. Thanks for the report. I found that `lv2cvport/Makefile` was using spaces for indentation instead of tabs. It's now fixed. If the build is still failing, I'd like to read the full build log. If CV_ExpLoopEnvelope is the only one failing to build, you can change `lv2cvport/Makefile` ...