stargatedaw / stargate

Innovation-first digital audio workstation (DAW), instrument and effect plugins, wave editor
GNU General Public License v3.0
625 stars 30 forks source link

where do i download the plugins and are they in the .clap format? #48

Open RustoMCSpit opened 1 month ago

RustoMCSpit commented 1 month ago

https://github.com/RustoMCSpit/awesome-linux-clap-list

i want to add your plugins to my list

L3337 commented 2 weeks ago

Hi @RustoMCSpit

Thanks for the interest, and I appreciate the promotion

Unfortunately, the plugins are compiled into Stargate DAW, they are not separate files, similar to how Reason used to be before they added Rack Extensions and VST support. The plugin format is specific to Stargate DAW, I invented it before CLAP was ever publicly announced. The plugin format could not easily be ported or wrapped to other plugin formats because the UI component of the plugin has a hard dependency on Python and PyQt, which would not be easy to use in a VST2/3/AU/AAX/CLAP/LV2/etc... plugin. Even if one wrapped the DSP part of the plugin, the plugin UIs would first need to be reconstructed in another UI framework like JUCE or VSTGUI.

RustoMCSpit commented 2 weeks ago

mmm. may i suggest that if you were going to make any more plugins that you dont do them in your format but do them in clap then? change your workflow for new ones and keep the old ones as is