Error in VST Plugins Compilation
-
I am new to Hise. Last couple of days I was watching David Healey's Tutorials on Youtube. But when I tried to make a simple VST plugins(just a knob) it ends up with the following errors.
" include_juce_audio_plugin_client_VST2.cpp
C:\HISE-master\JUCE\modules\juce_audio_plugin_client\VST\juce_VST_Wrapper.cpp(95,10): fatal error C1083: Cannot open include file: 'pluginterfaces/vst2.x/aeffect.h': No such file or directory"
But I have installed VST SDK in exact same directory showed by D.Healey.
Please solve my problem. I want to make VST plugins with HISE.[0_1606538817828_TestKnobs.rar](Uploading 100%)
Severity Code Description Project File Line Suppression State Warning C4100 'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp) TestKnobs_SharedCode C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h 194 Warning C4100 'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp) TestKnobs_SharedCode C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h 194 Warning C4100 'b': unreferenced formal parameter (compiling source file ..\..\Source\Plugin.cpp) TestKnobs_SharedCode C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h 194 Warning C4100 'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_components.cpp) TestKnobs_SharedCode C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h 194 Warning C4100 'sampleRate': unreferenced formal parameter (compiling source file ..\..\Source\Plugin.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 353 Warning C4100 'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 353 Warning C4267 'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\Source\Plugin.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 546 Warning C4267 'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 546 Warning C4100 'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 353 Warning C4267 'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\Source\Plugin.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 550 Warning C4267 'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 550 Warning C4100 'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_components.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 353 Warning C4267 'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 546 Warning C4267 'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 550 Warning C4267 'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_components.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 546 Warning C4267 'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_components.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 550 Warning C4244 '+=': conversion from 'double' to 'Type', possible loss of data TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 231 Warning C4244 '+=': conversion from 'double' to 'Type', possible loss of data TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 232 Warning C4244 '+=': conversion from 'double' to 'Type', possible loss of data TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 231 Warning C4189 'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp) TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 197 Warning C4244 '+=': conversion from 'double' to 'Type', possible loss of data TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 232 Warning C4189 'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp) TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 197 Warning C4458 declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp) TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 251 Warning C4244 '+=': conversion from 'double' to 'Type', possible loss of data TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 231 Warning C4244 '+=': conversion from 'double' to 'Type', possible loss of data TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 232 Warning C4458 declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp) TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 251 Warning C4189 'pos': local variable is initialized but not referenced (compiling source file ..\..\Source\Plugin.cpp) TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 197 Warning C4458 declaration of 'id' hides class member (compiling source file ..\..\Source\Plugin.cpp) TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 251 Warning C4244 '+=': conversion from 'double' to 'Type', possible loss of data TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 231 Warning C4244 '+=': conversion from 'double' to 'Type', possible loss of data TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 232 Warning C4189 'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_components.cpp) TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 197 Warning C4458 declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_components.cpp) TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 251 Warning C4589 Constructor of abstract class 'hise::TimeModulation' ignores initializer for virtual base class 'hise::Modulation' (compiling source file ..\..\JuceLibraryCode\include_hi_dsp.cpp) TestKnobs_SharedCode C:\HISE-master\hi_dsp\modules\Modulators.cpp 224 Warning C4100 'putInTabWithMainInterface': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_core.cpp) TestKnobs_SharedCode C:\HISE-master\hi_core\hi_core\ExpansionHandler.cpp 40 Warning C4100 'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_frontend.cpp) TestKnobs_SharedCode C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h 194 Warning C4100 'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp) TestKnobs_SharedCode C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h 194 Warning C4100 'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_sampler.cpp) TestKnobs_SharedCode C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h 194 Warning C4100 'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp) TestKnobs_SharedCode C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h 194 Warning C4100 'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_frontend.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 353 Warning C4267 'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_frontend.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 546 Warning C4267 'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_frontend.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 550 Warning C4100 'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 353 Warning C4267 'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 546 Warning C4267 'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 550 Warning C4244 '+=': conversion from 'double' to 'Type', possible loss of data TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 231 Warning C4244 '+=': conversion from 'double' to 'Type', possible loss of data TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 232 Warning C4189 'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_frontend.cpp) TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 197 Warning C4458 declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_frontend.cpp) TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 251 Warning C4244 '+=': conversion from 'double' to 'Type', possible loss of data TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 231 Warning C4244 '+=': conversion from 'double' to 'Type', possible loss of data TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 232 Warning C4189 'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp) TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 197 Warning C4458 declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp) TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 251 Warning C4100 'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_sampler.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 353 Warning C4267 'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_sampler.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 546 Warning C4267 'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_sampler.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 550 Warning C4100 'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 353 Warning C4267 'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 546 Warning C4267 'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 550 Warning C4244 '+=': conversion from 'double' to 'Type', possible loss of data TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 231 Warning C4244 '+=': conversion from 'double' to 'Type', possible loss of data TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 232 Warning C4189 'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_sampler.cpp) TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 197 Warning C4458 declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_sampler.cpp) TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 251 Warning C4244 '+=': conversion from 'double' to 'Type', possible loss of data TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 231 Warning C4244 '+=': conversion from 'double' to 'Type', possible loss of data TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 232 Warning C4189 'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp) TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 197 Warning C4458 declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp) TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 251 Warning C4189 'numToDo': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_modules.cpp) TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\convolution\Convolution.cpp 298 Warning C4100 'c': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\api\ScriptingApiObjects.cpp 379 Warning C4100 'e': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\api\ScriptingApiObjects.cpp 379 Warning C4244 'initializing': conversion from 'juce::int64' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_01.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\api\ScriptingApiObjects.cpp 434 Warning C4100 'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_02.cpp) TestKnobs_SharedCode C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h 194 Warning C4100 'sampleRate': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_02.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 353 Warning C4267 'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_02.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 546 Warning C4267 'argument': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_02.cpp) TestKnobs_SharedCode C:\HISE-master\hi_scripting\scripting\scripting_audio_processor\ScriptDspModules.h 550 Warning C4100 'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_hi_tools.cpp) TestKnobs_SharedCode C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h 194 Warning C4244 '+=': conversion from 'double' to 'Type', possible loss of data TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 231 Warning C4244 '+=': conversion from 'double' to 'Type', possible loss of data TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 232 Warning C4189 'pos': local variable is initialized but not referenced (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_02.cpp) TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 197 Warning C4458 declaration of 'id' hides class member (compiling source file ..\..\JuceLibraryCode\include_hi_scripting_02.cpp) TestKnobs_SharedCode C:\HISE-master\hi_modules\effects\fx\GainEffect.h 251 Warning C4100 'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_audio_plugin_client_utils.cpp) TestKnobs_SharedCode C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h 194 Warning C4100 'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_audio_processors.cpp) TestKnobs_SharedCode C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h 194 Warning C4100 'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_audio_utils.cpp) TestKnobs_SharedCode C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h 194 Warning C4100 'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_gui_basics.cpp) TestKnobs_SharedCode C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h 194 Warning C4100 'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_gui_extra.cpp) TestKnobs_SharedCode C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h 194 Warning C4100 'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_opengl.cpp) TestKnobs_SharedCode C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h 194 Warning C4100 'b': unreferenced formal parameter (compiling source file ..\..\JuceLibraryCode\include_juce_product_unlocking.cpp) TestKnobs_SharedCode C:\HISE-master\JUCE\modules\juce_gui_basics\windows\juce_AlertWindow.h 194 Error C1083 Cannot open include file: 'pluginterfaces/vst2.x/aeffect.h': No such file or directory TestKnobs_VST C:\HISE-master\JUCE\modules\juce_audio_plugin_client\VST\juce_VST_Wrapper.cpp 95 ```[TestKnobs.zip](/assets/uploads/files/1606538952898-testknobs.zip)
-
Have you checked that the file it is looking for exists
pluginterfaces/vst2.x/aeffect.h
? -
@d-healey It's in the screenshot
so is:
I assume HISE-master is the old version right? Not scriptnode?
-
Yeah, use Scriptnode
-
@d-healey Scriptnode? How will I get it? Every thing I am trying after watching your tutorial "Building HISE on Windows 10 2019" Youtube video. And from the video description I got this link HISE GitHub (source code) - https://github.com/christophhart/HISE
Can you make a Simple VST (export and compile) tutorials ? There is no proper tutorials on HISE regarding VST building. Thanks.
-
@iamlamprey What is scriptnode? How will I get it? I'm total newbie on Hise plugins development. I hope I'm not bothering you by my silly questions.
Regards,
TM -
@d-healey I'm total newbie on Hise plugins development. I hope I'm not bothering you by my silly questions.
Regards,
TM -
Scriptnode is one of the HISE development branches. You can get it here - https://github.com/christophhart/HISE/tree/scriptnode.
-
@Tania-Mosh On github you have several Branches per Repository. The default one is the "master" branch. But this one is deprecated, so the one we all use is "scriptnode" branch. So if for the moment you just download online and not yet use .git from your computer, you have to download the scriptnode branch manually.
go there => https://github.com/christophhart/HISE
Click the "master" drop menu and select scriptnode (all the way down)
Then you should be able to download the ZIP file (green button)@d-healey already made videos on how to export VST and other formats.
-
@d-healey sorry for the cross-post...
-
@ustk Thank you so much. Now I got it.
-
@d-healey Thank you very much sir.
-
@d-healey Now my problem is.. I use JUCE (latest version 6.o) but and when I open projucer and trying to open the HISE Standalone.jucer file, it is asking to update JUCE(Hise Scriptnode projucer 5.4) What should I do? Can I open it in the Latest version ofJUCE or do I need the old one?
-
There's a specific version of Projucer in the HISE folder, use that:
-
@iamlamprey Ok.. Got it. Thankyou.
-
@Tania-Mosh said in Error in VST Plugins Compilation:
@iamlamprey What is scriptnode? How will I get it? I'm total newbie on Hise plugins development. I hope I'm not bothering you by my silly questions.
Regards,
TM@d-healey I was there a few weeks ago, I would love a Youtube video on "hise development from start to finish" that could include the choosing of the "edition/version/branch" of hise. It is a bit confusing when getting into it. :)
-
@andioak Exactly. Same here. It will be nice if anyone makes a complete guide/getting started type of videos. It is very daunting to follow some abrupt tutorials from here and there.
Cheers !! -
@andioak It's in the works
-
@d-healey Yeeeeei!!! Supreme