Search found 116 matches

by Shupacabras
Thu May 28, 2020 3:46 am
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17449

Re: SevenDelay

great colors just a problem with the installation, i had to manually copy $ 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, con...
by Shupacabras
Sun May 24, 2020 2:12 am
Forum: Linux Music News
Topic: Spleeter - Music source separation (split vocals, piano, bass, drums from a track)
Replies: 2
Views: 1729

Re: Spleeter - Music source separation (split vocals, piano, bass, drums from a track)

"Me lleva la chingada"
This leaves me one step away from being out of a job
by Shupacabras
Wed May 20, 2020 5:42 pm
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17449

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 Shupacabras
Wed May 20, 2020 4:24 pm
Forum: Plugins, Effects and Instruments
Topic: odin2
Replies: 34
Views: 16076

Re: odin2

Kott wrote: Wed May 20, 2020 8:34 am
Shupacabras wrote: Mon May 18, 2020 4:53 pm there is also a lv2 version on the download site
I can't see lv2 link.
sorry i was wrong

my hands write faster than my brain thinks.

Odin2 is not the one with lv2 version
by Shupacabras
Wed May 20, 2020 4:14 pm
Forum: Plugins, Effects and Instruments
Topic: Chordz: only recording single notes
Replies: 17
Views: 231472

Re: Chordz: only recording single notes

Sorry I don't understand, it must be a question of language, I only speak Spanish
the rest is google

In the new ardor6

I add new track

edit in context menu of track effects rack

select menu Disk I / O click in option custom

add chordz before "recorder"

track records VST output
by Shupacabras
Tue May 19, 2020 6:52 pm
Forum: Plugins, Effects and Instruments
Topic: Chordz: only recording single notes
Replies: 17
Views: 231472

Re: Chordz: only recording single notes

How do you add Carla as a plugin? you can investigate linvst, it is a great alternative https://github.com/osxmidi/LinVst/releases @Shupacabras point was that midi-morphing plugins don't work with it in Mixbus/Ardour, they need Carla. I certainly don't understand, English is not my language here i ...
by Shupacabras
Tue May 19, 2020 3:57 pm
Forum: Plugins, Effects and Instruments
Topic: Chordz: only recording single notes
Replies: 17
Views: 231472

Re: Chordz: only recording single notes

hdr wrote: Tue May 19, 2020 9:47 am
tavasti wrote: Mon May 18, 2020 5:18 am My finding was that adding carla as plugin in Mixbus, and running that windows plugin in it works.
How do you add Carla as a plugin?
you can investigate linvst, it is a great alternative
https://github.com/osxmidi/LinVst/releases
by Shupacabras
Tue May 19, 2020 3:40 pm
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17449

Re: SevenDelay

svg is the same as inkscape exports?
I will do the attempt with pleasure, even though programming is not my thing
we'll see what turns out
by Shupacabras
Tue May 19, 2020 5:14 am
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17449

Re: SevenDelay

ryukau wrote: Sun May 17, 2020 1:56 pm 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.
if you support png files i can offer to design some skins
by Shupacabras
Mon May 18, 2020 4:53 pm
Forum: Plugins, Effects and Instruments
Topic: odin2
Replies: 34
Views: 16076

Re: odin2

Here a series of patches was published

https://www.kvraudio.com/forum/viewtopi ... &start=225

there is also a lv2 version on the download site
by Shupacabras
Mon May 18, 2020 7:16 am
Forum: Plugins, Effects and Instruments
Topic: Chordz: only recording single notes
Replies: 17
Views: 231472

Re: Chordz: only recording single notes

The new Ardor 6 solves this problem, for little money you can buy a copy. the track menu now allows a pre-recording fx.

effect
Screenshot_20200518_041038.png
Screenshot_20200518_041038.png (67.12 KiB) Viewed 230102 times
but the truth I advise against using non native vst
by Shupacabras
Sun May 17, 2020 2:35 pm
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17449

Re: SevenDelay

The time in front of the screens wreaks havoc on the eyes... and in our sanity too :lol: :lol: :lol:
by Shupacabras
Sun May 17, 2020 1:31 am
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17449

Re: SevenDelay

They are excellent plugins
I'm taking a look and there are amazing things.
but maybe you consider an option to invert colors?
my eyes burn

Edit: after the last fix posted on github, everything builds smoothly on 18.04
by Shupacabras
Sat May 16, 2020 6:45 pm
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17449

Re: SevenDelay

Code: Select all

#include <unordered_map>
to EnvelopedSine/ui.cpp

Code: Select all

#include <unordered_map>
to IterativeSinCluster/ui.cpp

Code: Select all

#include <unordered_map>
to LatticeReverb/ui.cpp

solved the problem
Thank you
by Shupacabras
Sat May 16, 2020 5:22 pm
Forum: Linux Music News
Topic: SevenDelay
Replies: 74
Views: 17449

Re: SevenDelay

I still have errors In detail what were my strict steps SO KDE Neon 18.04 + repos KXStudio sudo apt install git pkg-config libjack-jackd2-dev libgl1-mesa-dev liblo-dev python-rdflib git clone --recursive https://github.com/ryukau/LV2Plugins.git cd LV2Plugins cp patch/NanoVG.cpp lib/DPF/dgl/src/NanoV...