@EwanBristow No.
But I'm able to open HISE, code, compile and export VST (plugin and standalone).
Latest posts made by JayPee
-
RE: 1 failure compiling blank project
-
RE: Where is the Macro Edit Table?
Here is :
HiseSnippet 915.3oc4V0saaaCElxNpnQ6GrBrG.BekyPfqjmchGJFVWhsaC5bp2bWv.FFJXnnhIBEoAIUW8F5yPeE1s84HuP8MX6PIYK4NmrjArqltPP77cNje7iReGMUqnLiQoQdAuX4BFx6i8msTZme7bBWhNYHx6S8mPLVlFWD5nkKHFCKF4407It.d6tCJ+58eyQDAQRYUgPnyTbJ663obaUzoO9YbgXLIl8BdZsr683SnJ4wJgJC3SS+PzBB8RxErSItzZ3idJwLG48E9wQ8hRFPIGLHpWWJs6fC69UGRYjjD1AQ8Or2fjdIDZXWj28FEysJ8LKwxLHucNREub1b0uJKVfy3F94BlaPDZFrxEgGqDwtsnKJ534bQ7zUBkAAyxzJYqYgr849S3w70wqjuOKG.WUQcAzqwlzq4FzK55n2VnjWMJsSAkdf+LpluvVg33yG4ehDNMA4gsAUJxE03sM8OVAYHscRIWxFqgAqqn8Agg6iga68HL9gODuF.SIZ8UuiEDD.GgFK9UDMNkP0J2YmA+03et0YJQVJq093Vio424Bn5uGd7WdTP.LaCu5cTAQSrbkDGCUkOAlfQxK3RVGCylyFlLdRNP6pEXuhY.XdB+hrZSgQviYZSMVUPiY4wAdsZyRhielTcd6JZB6TXeFTOeGGZ2JkKacsXjWCXc2F3YDQFqckzwsbhfaVwUrf.7Svxz3q9CbHN9n5Z4X50y3b4LpeIeWkYctFsEfbhFE9gHErr+sjlCBwO821fmEGp2.YWep+kgqXb8Z1Ph6z+ZfyIeXmC1FboN6p8Vozc5Cu0ljIo4vJ4oJK64x16E76A6F7l.7GBkjrUL2NUqDBldqvNqN8MUXaYV54L89NpkwVmH747ldD2614QPKD9ZIpjNk34KXkiuYSNT4IG7zOdxPhk3LYJiA4sfosbGc7FxdEXwWX4rq+Pl4RqZAXx+27i.mPUblfX2zdz0DoD.ziM7jb1KRC2trdSl6fmY3M5Ydao3C7mxsz4amiM1BGAk5+BNV1o4S7GAs4n1JBti+3e5eaak+gk+GTYVt7hIDql+Zjm+oYoyftyTFr5RIS.StuWC2aKEiCcicJvLvkNeveBWkfQtwdkfQq.Q4t3ujV7UfqW18yi.bRl22+99ENon7OLpKyoPm0WRoaNSqqCjE5cslc8KsStqEB+bx+apv8CMealUkV70.BMY5nbGBOuQRB7hU9Kgn+BXxqe3
-
RE: Where is the Macro Edit Table?
@d-healey Sure :
#1 pic, Volume is set to 0 and I want the Macros Fc and FilterQ down
#2 pic, the opposite, Volume is set to max and I want Macros Fc and FilterQ to maximum values
Thanks for your reactivity and help!
-
RE: Where is the Macro Edit Table?
@d-healey Thank you!
For some reasons it didn’t work, so I coded it myself.
So far, so good!
I’ve set minimum and maximum values for each macro.However, I’m stuck now: Let’s say Macro A controls Macro B. When Macro A is turned up, I want Macro B to decrease.
It would be simple if we could set a minimum value higher than the maximum value.How can I achieve this?
Thanks a lot!"
-
Where is the Macro Edit Table?
Hello and happy new year!
I have set some macro names as explained here:
https://docs.hise.audio/scripting/scripting-api/engine/index.html#setfrontendmacrosHowever, where can I edit the min and max values for each macro? I can't seem to find that option.
Many thanks!
J. -
RE: 1 failure compiling blank project
@d-healey Ah! Will try! thank you!
-
RE: 1 failure compiling blank project
I cloned the files from GitHub. Didn't add any external files.
-
RE: 1 failure compiling blank project
I was able to build a standalone and a VST3 plugin by creating a new project in JUCE, so Xcode and JUCE are working as expected.
I assume the issue is coming from HISE?
I’m on it...!
Thanks for your attention! -
RE: 1 failure compiling blank project
And with Plugin version, Building failed in Xcode :
/Users/USER/HISE/JUCE/modules/juce_audio_plugin_client/VST3/juce_VST3ManifestHelper.mm Build input file cannot be found: '/Users/USER/HISE/JUCE/modules/juce_audio_plugin_client/VST3/juce_VST3ManifestHelper.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it?
I cloned https://github.com/christophhart/HISE but seems file is missing.
juce_VST3ManifestHelper.mm is in the JUCE folder (the one I download from JUCE website).
Should I copy and paste the missing file? Something I don't understand here ^^