Search found 987 matches

by sadko4u
Tue Dec 27, 2016 8:42 pm
Forum: Linux Music News
Topic: [ANN] LSP Plugins: the first anniversary 1.0.18 release is out!
Replies: 41
Views: 14798

Re: [ANN] LSP Plugins: the first anniversary 1.0.18 release is out!

even with 8GB RAM? I'm running the governor with all 4 processor on performance, could that be a problem? No, it's not a problem. I'm using RT kernel with 'performance' governor on one machine and desktop kernel on another. Both work well. It's hard to say something untl you get core dump or crash ...
by sadko4u
Tue Dec 27, 2016 8:27 am
Forum: Linux Music News
Topic: [ANN] LSP Plugins: the first anniversary 1.0.18 release is out!
Replies: 41
Views: 14798

Re: [ANN] LSP Plugins: the first anniversary 1.0.18 release is out!

funkmuscle wrote:
sadko4u wrote:Can you provide stack trace of Ardour?
no matter which version of Ardour I use I get this:

Code: Select all

Couldn't get registers: No such process.
(gdb)
That's strange. Until I get stack trace I can't do diagnostics. Could Ardour be killed by OOM killer?
by sadko4u
Mon Dec 26, 2016 10:38 am
Forum: Plugins, Effects and Instruments
Topic: What do we have? What do we need?
Replies: 146
Views: 40589

Re: What do we have? What do we need?

Here the guy I used as a main source for my dissertation. This is a summary of the involved theory. That's interesting and stays near to the homomorphic signal processing (at first sight) when multiplicative distortions become additive after processing the original signal with logarithmic function....
by sadko4u
Mon Dec 26, 2016 9:36 am
Forum: Plugins, Effects and Instruments
Topic: What do we have? What do we need?
Replies: 146
Views: 40589

Re: What do we have? What do we need?

Now I tried to figure out what exactly OTT is doing by: * feeding it a noise sample * record output * phase invert the result * summing that with the original sample I thought in theory that would result in the difference of the samples and should reveal the processed signal only. But I must be doi...
by sadko4u
Mon Dec 26, 2016 7:11 am
Forum: Linux Music News
Topic: [ANN] LSP Plugins: the first anniversary 1.0.18 release is out!
Replies: 41
Views: 14798

Re: [ANN] LSP Plugins: the first anniversary 1.0.18 release is out!

funkmuscle wrote:Maybe then do the same option like ardour does after exporting. And for it not to be annoying you give the option to opt out of it.
Of course, showing the dialog on each UI startup is very annoying. I think, it should be shown only once on first startup or version update (up or down).
by sadko4u
Sun Dec 25, 2016 8:11 pm
Forum: Linux Music News
Topic: [ANN] LSP Plugins: the first anniversary 1.0.18 release is out!
Replies: 41
Views: 14798

Re: [ANN] LSP Plugins: the first anniversary 1.0.18 release is out!

Currently LSP plugins have AUR packaging, so not everybody knows that project needs donations.
What do you think about adding a dialog window that will provide a link and ask for donations on the UI startup?
I'm thinking about showing the window once per version update. Won't it be annoying?
by sadko4u
Sun Dec 25, 2016 9:06 am
Forum: Linux Music News
Topic: [ANN] LSP Plugins: the first anniversary 1.0.18 release is out!
Replies: 41
Views: 14798

Re: [ANN] LSP Plugins: the first anniversary 1.0.18 release is out!

Could you make a copy of you session and put again limiter (try to reproduce the issue)?
by sadko4u
Sat Dec 24, 2016 11:32 pm
Forum: Linux Music News
Topic: [ANN] LSP Plugins: the first anniversary 1.0.18 release is out!
Replies: 41
Views: 14798

Re: [ANN] LSP Plugins: the first anniversary 1.0.18 release is out!

I also want to ask you about what plugins do you use in your session. I still can not reproduce the problem with both LV2 and VST versions of Limiter.
by sadko4u
Sat Dec 24, 2016 11:29 pm
Forum: Linux Music News
Topic: [ANN] LSP Plugins: the first anniversary 1.0.18 release is out!
Replies: 41
Views: 14798

Re: [ANN] LSP Plugins: the first anniversary 1.0.18 release is out!

What version of Ardour are you using?
I see you've already reported similar problem at Ardour forum.
by sadko4u
Sat Dec 24, 2016 8:46 pm
Forum: Plugins, Effects and Instruments
Topic: What do we have? What do we need?
Replies: 146
Views: 40589

Re: What do we have? What do we need?

I was playing with fabfilter's Pro-MB the other day, I can't think of any plugins in linux that can do the same kind of thing. I also thought that non-crossover multiband compressor is lacking linux audio. Crossovers do phase distortion at split points. Instead of this multiband compressor could be...
by sadko4u
Sat Dec 24, 2016 8:40 pm
Forum: Linux Music News
Topic: [ANN] LSP Plugins: the first anniversary 1.0.18 release is out!
Replies: 41
Views: 14798

Re: [ANN] LSP Plugins: the first anniversary 1.0.18 release is out!

Having issues with the latest 1.0.18 on Arch64. The lv2 won't load and the lxvst Limiter has crashed Ardour.. As soon as I inserted it Ardour froze then crash.. Now I can't load that project even with plugins bybassed. Other projects load fine. no error messages. Please could you provide the stack ...
by sadko4u
Sat Dec 24, 2016 7:37 pm
Forum: Plugins, Effects and Instruments
Topic: What do we have? What do we need?
Replies: 146
Views: 40589

Re: What do we have? What do we need?

For EDM a lot of mac/win users seem to use OTT by XFer. https://xferrecords.com/freeware/ OTT stands for Over The Top. As far as I've figured out it's an extreme upward/downward compressor. What current plugin do we have that would do something similar? What means 'extreme upward/downward' compress...
by sadko4u
Sat Dec 24, 2016 3:15 pm
Forum: Plugins, Effects and Instruments
Topic: What do we have? What do we need?
Replies: 146
Views: 40589

Re: What do we have? What do we need?

The lsp plugins look very promising, a nice repo with (user made) presets would be cool. Also I'll notice that LSP plugins allow to export configuration of plugin in simple plain text format that is portable between VST, LV2 and JACK versions. I think, sharing presets in this format would be nice. ...
by sadko4u
Fri Dec 23, 2016 5:30 pm
Forum: Developer's Section
Topic: create knobs with cairo
Replies: 20
Views: 11329

Re: create knobs with cairo

doing this one dynamical in cairo will properly use more CPU then processing the image, in special when you've use the image from a gresource. That's right. But we always may cache the current image in the back-buffer. Indeed, the image you've attached is very hard to draw with cairo. For this purp...