Search found 138 matches

by sjaehn
Wed Sep 13, 2023 12:59 pm
Forum: Plugins, Effects and Instruments
Topic: CALF plugins?
Replies: 93
Views: 17403

Re: CALF plugins?

Even if you have source code of plugin or DAW, you can't rebuild it with different major version GTK. Or if that is so simple, just rebuild those calf plugins with GTK3? Good luck with it :-) In the most cases, it's tricky to adapt code made for GTK2 for GTK3. As you wrote, it's not just to rebuild...
by sjaehn
Fri Jun 16, 2023 5:47 pm
Forum: Linux Music News
Topic: [ANN] Drumrox 2.1.0 + 3 drumkits (Lel PSR, Lel DR8, LinnDrum)
Replies: 16
Views: 2520

Re: [ANN] Drumrox 2.1.0 + 3 drumkits (Lel PSR, Lel DR8, LinnDrum)

There is just one problem ( Drumrox has the dynamic UI, it constructs containers for each drum instrument (according to the drumkit selected and loaded), with gain/pan/label/etc. I need the GUI toolkit with containers and relative positioning, otherwise I need to write all that stuff for my own :) ...
by sjaehn
Wed Jun 14, 2023 12:30 pm
Forum: Linux Music News
Topic: [ANN] Drumrox 2.1.0 + 3 drumkits (Lel PSR, Lel DR8, LinnDrum)
Replies: 16
Views: 2520

Re: [ANN] Drumrox 2.1.0 + 3 drumkits (Lel PSR, Lel DR8, LinnDrum)

Vladimir, thank you, I looked at that and maybe try later, but not for Drumrox. I fully agree. If you want to continue an existing project, then it is the best to put a simple UI TK like Xputty on top. If you want to start with something new, then it's worth to take a look at the existing framework...
by sjaehn
Sun Jun 11, 2023 12:06 pm
Forum: Linux Music News
Topic: [ANN] Drumrox 2.1.0 + 3 drumkits (Lel PSR, Lel DR8, LinnDrum)
Replies: 16
Views: 2520

Re: [ANN] Drumrox 2.1.0 + 3 drumkits (Lel PSR, Lel DR8, LinnDrum)

I think I'll use FLKT (as wide-spread among distros) or Nuklear (it's small, I can include it with the source). The main problem about UIs in plugins is linking. Dynamic linking is highly problematic. Especially if the linked (UI) library doesn't guarantee full compatibility to former versions. And...
by sjaehn
Mon Jun 05, 2023 7:25 pm
Forum: Developer's Section
Topic: lv2_atom_forge_resource vs lv2_atom_forge_object
Replies: 12
Views: 4046

Re: lv2_atom_forge_resource vs lv2_atom_forge_object

Thanks to tramp it seems to work now. But peter.semiletov I saw you asking in your code at https://github.com/psemiletov/drumrox/blob/0a40d55a8875de41718cb9998846f897f4b07295/drumrox.cpp#L323: lv2_atom_forge_write (&drumrox->forge, data, 3); //what is 3? Three bytes for MIDI messages, see also h...
by sjaehn
Mon Jun 05, 2023 10:46 am
Forum: Developer's Section
Topic: lv2_atom_forge_resource vs lv2_atom_forge_object
Replies: 12
Views: 4046

Re: lv2_atom_forge_resource vs lv2_atom_forge_object

The source code is incredibly inefficient, allocates memory (without your plugin being aware that's what the code is doing) without checking its validity, and isn't properly documented. Where exactly is memory allocated in lv2 atom forge? It's the turn to the plugin programmer to provide memory. Th...
by sjaehn
Fri Jun 02, 2023 11:34 am
Forum: Developer's Section
Topic: What is the best way to debug LV2 plugins?
Replies: 8
Views: 3773

Re: What is the best way to debug LV2 plugins?

warning: lv2 docs are so incomprehensible that noone understands how it works. LV2 docs are challenging to read and understand. But "noone understands" is not right. Once you understand the way of documentation by drobilla, then its feasible. But without, you are lost. The Bitwig guys com...
by sjaehn
Thu May 25, 2023 11:15 am
Forum: Linux Music News
Topic: Programming LV2 Music Production Plugins Tutorial Series II
Replies: 10
Views: 3479

Re: Programming LV2 Music Production Plugins Tutorial Series II

... and new tutorial videos using the B.Widgets tookit: 07 - Make An Amp Plugin UI With B.Widgets: https://youtu.be/1MP2Y1g6KCY 08 - Make A Modern Style Synth UI: https://youtu.be/q-SA6T48ux0 09 - Make A Vintage Style Synth UI: https://youtu.be/QkzZO_6qcIE vint.png There's still (at least) one more ...
by sjaehn
Tue Apr 18, 2023 12:03 pm
Forum: Linux Music News
Topic: Programming LV2 Music Production Plugins Tutorial Series II
Replies: 10
Views: 3479

Re: Programming LV2 Music Production Plugins Tutorial Series II

Hi @sjaehn! Any plans to review the LSP Plugin Framework in your videos? Привет sadko4u , I indeed took a closer look into LSP-TK. Which could be fine for programming "from scratch". And I'm open for making a video about it. But the real strength of your LSP tools seems to be the use of t...
by sjaehn
Tue Apr 18, 2023 11:50 am
Forum: Linux Music News
Topic: Programming LV2 Music Production Plugins Tutorial Series II
Replies: 10
Views: 3479

Re: Programming LV2 Music Production Plugins Tutorial Series II

I wish there wasn't background music constantly playing while you're talking. It makes it more difficult to discern what you're saying (especially since your english accent isn't a commonly-heard one like american, british, or australian), and it's distracting. Using music as a cue to indicate tran...
by sjaehn
Tue Apr 18, 2023 11:37 am
Forum: Linux Music News
Topic: Programming LV2 Music Production Plugins Tutorial Series II
Replies: 10
Views: 3479

Re: Programming LV2 Music Production Plugins Tutorial Series II

Many thanks @sjaehn your Videos been very much appreciated. Now waiting for a vid showing the use of BWidgets. Yes, it will come. The first video is already produced and scheduled for April 28. But before I want to give the viewers one week more to independently try out Xputty. And maybe I will pus...
by sjaehn
Sun Apr 16, 2023 10:56 am
Forum: Linux Music News
Topic: Programming LV2 Music Production Plugins Tutorial Series II
Replies: 10
Views: 3479

Re: Programming LV2 Music Production Plugins Tutorial Series II

Also added tutorial videos using the Xputty toolkit from the Guitarix maker (thanks tramp ): 05 Make A Simple Amp Plugin UI with Xputty - Programming LV2 Music Production Plugins From Scratch II: https://youtu.be/no9pBAi-F1c 06 Make A Simple Amp Plugin UI with Xputty II - Programming LV2 Music Produ...
by sjaehn
Sat Apr 01, 2023 9:07 am
Forum: Linux Music News
Topic: New LV2 MIDI Synth plugin
Replies: 5
Views: 1392

New LV2 MIDI Synth plugin

Worried about the daily life noise level? But you only want a bit - silence? Then B.Silent is the virtual instrument to make your dreams come true. B.Silent is a unique MIDI instrument to produce silence in highest quality. Choose between 8 hand-selected types of silence provided as built-in presets...
by sjaehn
Wed Mar 29, 2023 5:37 pm
Forum: Plugins, Effects and Instruments
Topic: Kontakt Player Ardour WINE
Replies: 2
Views: 688

Re: Kontakt Player Ardour WINE

Sorry, I can't help you. And I know that it can't be straight forward. NI did everything that their software products aren't used outside THEIR intended way. But maybe some knows a solution. To my experience (a few years ago), NI Kontakt was even a pain @ Windows. Required admin rights for almost ev...