Search found 989 matches

by sadko4u
Wed Dec 30, 2015 9:21 am
Forum: Your Studio & Gear
Topic: Your cheap guitar that you love and hate
Replies: 15
Views: 19514

Re: Your cheap guitar that you love and hate

I've got an ESP LTD M-100FM Guitar made in 2008 (that time it was about $350). This was my second one after the really bad chinese one (that cutted new strings with a bad bridge, had very bad frets and so on). The original saddles of the bridge have died after 1.5 year of usage and I've replaced the...
by sadko4u
Wed Dec 30, 2015 8:52 am
Forum: Plugins, Effects and Instruments
Topic: VST essentials
Replies: 5
Views: 3255

Re: VST essentials

No, you can have more than one. Such plugins are rare, usually called 'shell' plugins. The only ones I know that do this are u-he and waves. So, the best solution is to separate plugins into individual *.so? I've looked at DISTRHO tree: https://github.com/DISTRHO/DPF/blob/master/distrho/src/Distrho...
by sadko4u
Tue Dec 29, 2015 8:41 pm
Forum: Plugins, Effects and Instruments
Topic: VST essentials
Replies: 5
Views: 3255

VST essentials

Just began to look at VST SDK. Have some questions about it to experienced developers: 1. In VST 2.4, actively used by linux hosts, there is a function VSTPluginMain. Do I right understand that ONE binary *.so can return ONLY ONE type of plugin instance? 2. I've met in VST 3.65 SDK something called ...
by sadko4u
Tue Dec 29, 2015 8:29 pm
Forum: Linux Music News
Topic: LSP Project
Replies: 144
Views: 41262

Re: LSP Project

ssj71 wrote:
sadko4u wrote: I'm slightly worried though that you will have quite some difficulty reaching your goals, there's a reason most developers in silicon valley aren't targeting linux audio users. But I do wish you the best of luck!
Maybe porting to VST can give some respone :lol:
by sadko4u
Tue Dec 29, 2015 7:22 am
Forum: Linux Music News
Topic: LSP Project
Replies: 144
Views: 41262

Re: LSP Project

falkTX wrote: the current license file you mention for the published binaries is GPL v2, but you do not provide source code.
I've already changed licensing for binaries and re-loaded them.
by sadko4u
Mon Dec 28, 2015 8:46 pm
Forum: Linux Music News
Topic: LSP Project
Replies: 144
Views: 41262

Re: LSP Project

ssj71 , thanks for a comment. My model is also a variation of the work process you mentioned. I produce already working binaries (at least, on my distro of Linux) that users may use for free and distribute for free. If they want to see my plugins in their linux distro, then these must be in most ca...
by sadko4u
Sun Dec 27, 2015 9:40 pm
Forum: Linux Music News
Topic: LSP Project
Replies: 144
Views: 41262

Re: LSP Project

OK, I'll study VST SDK in the nearest future.
by sadko4u
Sun Dec 27, 2015 6:39 pm
Forum: Linux Music News
Topic: LSP Project
Replies: 144
Views: 41262

Re: LSP Project

asbak wrote: Here is a copy of the VSTSDK 2.4 typically used
And what about VST SDK 3.6.5? Do the linux hosts support it?
by sadko4u
Sun Dec 27, 2015 8:47 am
Forum: Linux Music News
Topic: LSP Project
Replies: 144
Views: 41262

Re: LSP Project

sysrqer wrote:These look very promising. Is there any chance of providing (linux) vsts?
Currently I have no experience of LinuxVST development.
If there is only VST SDK needed to develop plugins, then I can try it in the future.
by sadko4u
Sun Dec 27, 2015 12:24 am
Forum: Linux Music News
Topic: LSP Project
Replies: 144
Views: 41262

Re: LSP Project

asbak wrote:Hi there, thanks for the plugins

I tried the lv2 version on 64bit Linux. The gui's don't work on my system in Carla host or with jalv.gtk
I didn't test the ladspa version
Thanks for response! What does the following shell command show (?):

Code: Select all

ldd lsp-plugins-gtk2.so
by sadko4u
Sat Dec 26, 2015 11:50 pm
Forum: Linux Music News
Topic: LSP Project
Replies: 144
Views: 41262

Re: LSP Project

love the idea, but I don't see any public code anywhere. The tarballs here: https://sourceforge.net/projects/lsp-plugins/files/v1.0.0/ only provide binaries. The LICENSE file inside reports the license as GPL v2. As per GPL v2 you must distribute source code if you publish binaries (when requested)...
by sadko4u
Sat Dec 26, 2015 10:22 pm
Forum: Linux Music News
Topic: LSP Project
Replies: 144
Views: 41262

LSP Project

Hello all! I'm new at this forum but very interested in plugin development. So after some months of work I would like to introduce new plugin package - Linux Studio Plugins Project . Currently there are only two basic plugin types but the developed framework (especially, UI) allows to create new plu...
by sadko4u
Sat Dec 26, 2015 10:09 pm
Forum: KXStudio Discussion
Topic: Windows VST2/3 plugins in Carla (revisited)
Replies: 73
Views: 40107

Re: Windows VST2/3 plugins in Carla (revisited)

The source is the same, just built with a different compiler (mingw) and winegcc to handle the bridge. See the ArchLinux PKGBUILD for more details: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=carla-bridges-win32-git Does openSUSE provide wine and mingw? openSUSE has wine in it's distribu...
by sadko4u
Tue Sep 29, 2015 7:11 pm
Forum: KXStudio Discussion
Topic: Windows VST2/3 plugins in Carla (revisited)
Replies: 73
Views: 40107

Re: Windows VST2/3 plugins in Carla (revisited)

Hello! I'm openSUSE user and want to try to use Win32 VST plugins with Carla. I've downloaded latest release of Carla and built it from source. But when I launch it, win32-bridge is not active. I want to try to build win32-bridge (or wine-bridge?) but don't know where is the source code is located. ...