@d-healey You made the Mntra plugins??
Posts made by whereami518
-
RE: Universal HISE Downloader/Installer
-
RE: assign FX to Effect slot
@ulrik yea im trying to understand how you got the parameters for each effect to actually work in the set effect panel im gonna try to rig something with this i guess with a animated sli=ding panel call back or something try to get the same effect
-
RE: assign FX to Effect slot
@ulrik THANK YOU SO MUCH I have been trying to implement something like this for awhile now and any help is greatly appreciated
-
RE: assign FX to Effect slot
@ulrik so i see you figured this out actually ran into same problem do you have a snippet showing how you got this all set up im a little confused
-
RE: C2373 'iid' : multiple initialization file location juce vst3 headers file
I SOLVED IT YAY it was under file vst3 global path had to delete where it was pointing
-
RE: C2373 'iid' : multiple initialization file location juce vst3 headers file
@whereami518 found interface problem still having the multipl initializtion iid come up
-
RE: C2373 'iid' : multiple initialization file location juce vst3 headers file
@d-healey i can now confirm building hise works but vst3 is shooting me that error and now the vst2x.plugininterface file missing but i am compiling as vst 3 also when i leave the vst 3 slot empty in projucer it automatically reroutes to a sdk folder on my c drive but i dont have one in the c drive tried manually overide it and tell it where it is but still no luck and i get the same error
-
RE: C2373 'iid' : multiple initialization file location juce vst3 headers file
@d-healey so do i need to delete this plugin i made lol and start againg from scratch
-
RE: C2373 'iid' : multiple initialization file location juce vst3 headers file
@Lindon i do have more then one version i know its bad practice but i had a version with ipp and not with ipp fft routines is that the problem? I am using the newest VS
/** Missing IIDs */ DEF_CLASS_IID (IPluginBase) DEF_CLASS_IID (IPlugView) DEF_CLASS_IID (IPlugFrame)
#if VST_VERSION < 0x030608
DEF_CLASS_IID (IBStream)
#endif
DEF_CLASS_IID (IPluginFactory)
DEF_CLASS_IID (IPluginFactory2)
DEF_CLASS_IID (IPluginFactory3)
DEF_CLASS_IID (IPlugViewContentScaleSupport) -
C2373 'iid' : multiple initialization file location juce vst3 headers file
getting the compiling error above on VS does any 1 got an idea what it means or what i need to do to fix this
-
RE: AU creation on windows is it possible
@Christoph-Hart ok thanks wasn't sure i have a m1 but it needs to get fixed dont ever factory reset an m1 its a nightmare it unmounted my hard drive, also can you use hise on the m1 macs last time i checked you couldn't but all my compiled plugins did work on the m1 through rosetta
-
AU creation on windows is it possible
So i was wondering if it is possible to make a mac au instrument while compiling on windows and if so do i just need the au SDK ??? I know plug n script can do it on windows so I figured that it can probably be done with Hise too. If anybody knows chime in.
-
RE: Add midi player play stop and record button from module to floating tile
@ulrik this worked thank you so much