Search found 343 matches

by skei
Fri Aug 20, 2021 10:53 am
Forum: Developer's Section
Topic: vst3 framework used by carla, ardour, qtractor, ..
Replies: 24
Views: 24401

Re: vst3 framework used by carla, ardour, qtractor, ..

As far as I know LASDPA is still quite well supported in Linux. DSSI is on the way out I think... ? LV2 is also well supported. yeah.. but supported by hosts is one thing, useful is another.. and there's so many features in my framework that would need a lot of special treatment, or is simply not p...
by skei
Fri Aug 20, 2021 10:17 am
Forum: Developer's Section
Topic: vst3 framework used by carla, ardour, qtractor, ..
Replies: 24
Views: 24401

Re: vst3 framework used by carla, ardour, qtractor, ..

btw, gui-less lv2's is working.. i'll try to dig up some motivation to try to get a gui up and running too.. i have vst2 (using vestige, fst, or steinbers sdk), ladspa and dssi formats working too, but i don't think these are very useful anymore.. and windows support.. but, i'll work a little more o...
by skei
Fri Aug 20, 2021 10:10 am
Forum: Developer's Section
Topic: vst3 framework used by carla, ardour, qtractor, ..
Replies: 24
Views: 24401

Re: vst3 framework used by carla, ardour, qtractor, ..

Linuxmusician01 wrote: Fri Aug 20, 2021 9:50 amFor my information: are y'all talking about Windows native VST3's or Linux native VST3's?
linux native
Linuxmusician01 wrote: Fri Aug 20, 2021 9:50 amGood luck with developing your VST3! :)
thanks!

- tor-helge
by skei
Thu Aug 19, 2021 5:02 pm
Forum: Developer's Section
Topic: vst3 framework used by carla, ardour, qtractor, ..
Replies: 24
Views: 24401

Re: vst3 framework used by carla, ardour, qtractor, ..

Bitwig actually uses those wrong (it will just use whatever default arrangements you returned, sent them an email about it, hopefully they'll fix it at one point) i emailed them yesterday about this, and they replied: "yes, the IAudioProcessor::GetBusArrangement and IAudioProcessor::SetBusArra...
by skei
Tue Aug 17, 2021 8:50 pm
Forum: Developer's Section
Topic: vst3 framework used by carla, ardour, qtractor, ..
Replies: 24
Views: 24401

Re: vst3 framework used by carla, ardour, qtractor, ..

some progress... * qtractor say 2 audio in/outs, but crashes (in process()) when i try to instantiate the plugin * carla says 0 in/outs, can load plugin and show editor, but crashes when i close it (no crash dump) * ardour says o in/outs, can open plugin & gui, but also crashes (in IAudioprocess...
by skei
Tue Aug 17, 2021 5:26 pm
Forum: Developer's Section
Topic: vst3 framework used by carla, ardour, qtractor, ..
Replies: 24
Views: 24401

Re: vst3 framework used by carla, ardour, qtractor, ..

Your IAudioProcessor::GetBusArrangement() and IAudioProcessor::SetBusArrangements() implementations are incorrect. I haven't looked any further than that, but fixing those would be a start. aahhh... thanks a lot!! i remember now that i was a bit uncertain about some of the bus/channel negotiation s...
by skei
Tue Aug 17, 2021 5:09 pm
Forum: Developer's Section
Topic: vst3 framework used by carla, ardour, qtractor, ..
Replies: 24
Views: 24401

Re: vst3 framework used by carla, ardour, qtractor, ..

qtractor won't allow you to instantiate a plugin that has no declared inputs and outputs, sorry. maybe you shall investigate why your plugins do so to the scan process? maybe you're not connecting the Vst::IComponent properly or else not reporting audio channel/buses (getBusCount()) and their respe...
by skei
Tue Aug 17, 2021 2:09 pm
Forum: Developer's Section
Topic: vst3 framework used by carla, ardour, qtractor, ..
Replies: 24
Views: 24401

Re: vst3 framework used by carla, ardour, qtractor, ..

i might assume the "opensource people" got it wrong :D i should probably take that back.. testing again, and i see now that there's something weird going on in bitwig too (no number of audio inputs/outputs shown in plugin browser), but the plugins still work.. so, need to do some debuggin...
by skei
Tue Aug 17, 2021 2:01 pm
Forum: Developer's Section
Topic: vst3 framework used by carla, ardour, qtractor, ..
Replies: 24
Views: 24401

Re: vst3 framework used by carla, ardour, qtractor, ..

hmmm.. ok.. thanks for the info.. if they all used the same "wrapper", i could start digging into that code and see what's going on.. but since my plugins work in all the daws/hosts i use myself, i might assume the "opensource people" got it wrong :D btw, i'm not using the offici...
by skei
Tue Aug 17, 2021 1:03 pm
Forum: Developer's Section
Topic: vst3 framework used by carla, ardour, qtractor, ..
Replies: 24
Views: 24401

vst3 framework used by carla, ardour, qtractor, ..

hi! does anybody know if the vst3 plugin support in qtractor, carla and ardour is based on the same code, possibly the juce source code, or if they use the steinberg sdk directly? they all have the same issue, telling me my own plugins doesn't have any audio inputs/outputs, or gui, while they work f...
by skei
Thu May 13, 2021 11:28 pm
Forum: Linux Distributions & Other Software
Topic: Reaper vs Ardour?
Replies: 96
Views: 85665

Re: Reaper vs Ardour?

100000% agree with the above...
by skei
Thu May 13, 2021 7:55 pm
Forum: Linux Distributions & Other Software
Topic: Reaper vs Ardour?
Replies: 96
Views: 85665

Re: Reaper vs Ardour?

i'm old and have gathered some peculiar ways of working (bad habits), probably.. I started recording on analogue equipment. That makes me old. :) So the way Ardour works makes sense to me. If your first experiences of recording were with a computer then the concepts in Reaper may make just as much ...
by skei
Thu May 13, 2021 5:27 pm
Forum: Linux Distributions & Other Software
Topic: Reaper vs Ardour?
Replies: 96
Views: 85665

Re: Reaper vs Ardour?

merlyn wrote: Thu May 13, 2021 5:08 pmJust out of curiosity have you tried Ardour? :wink:
not much, i have to admit :-/
i tried quite intensely a few years ago, but it didn't "click" for me..
i'm old and have gathered some peculiar ways of working (bad habits), probably..
by skei
Thu May 13, 2021 4:37 pm
Forum: Linux Distributions & Other Software
Topic: Reaper vs Ardour?
Replies: 96
Views: 85665

Re: Reaper vs Ardour?

One thing that annoys me about Reaper is that there is no differentiating between mono and stereo tracks. I'm sure I could get used to that but to me it shows that Ardour is more focused on audio. Ehh,, that's a great thing about reaper.. you can put whatever you want on a track.. audio (mono, ster...
by skei
Sun Jan 17, 2021 12:27 pm
Forum: Developer's Section
Topic: vst3_plugin.h
Replies: 15
Views: 21780

Re: vst3_plugin.h

j_e_f_f_g wrote: Sun Jan 17, 2021 12:02 pm Oh, if you want to do COM in pure C, I wrote a series of articles (with code examples) about that at:
https://www.codeproject.com/Articles/13 ... in-plain-C
aahhh.. nice!
will certainly take a look at that!
- th