@d-healey said in Error when notarizing:
@Sampletekk Path looks ok to me, except I
Buids
instead ofBuilds
Oh and you shouldn't use quotes and escape characters (
\
) use one or the other.
Woohoo! That worked! Notarisation too!
@d-healey said in Error when notarizing:
@Sampletekk Path looks ok to me, except I
Buids
instead ofBuilds
Oh and you shouldn't use quotes and escape characters (
\
) use one or the other.
Woohoo! That worked! Notarisation too!
@Oli-Ullmann said in Fontsize on preset names:
HiseSnippet 1148.3ocsV0sahaDEdLINpP+Y6J0G.KthTgPPfcCsQUMPRnE0jrnP51sZ0pUCdN.Si8LnwiCAsJ20GfdceK5aVuqWldFaC1DnYSPp9Bvmy24Ly2blOelomR5BAAREwpvkyl.DqOyt+Lgd7QiobAo6wDquv9LZfFTNwtZOaBMH.XDKqs9AiCq7aShd96uuM0iJbgTWDxqkbW3TtOWm5s2g+D2yqCkAWx8yDciC65JEGI8jgHe1xtJYB08J5H3bpIrb1jejFLlX8010A1dMaReQi50ca9MMc22k1DbqMX+p6QGxp2DXCXMdQCJwZmSXbsT0WS0P.NnskrY8GKmJhmfWyC3C7.iQMReblicSNZL2i0adwIfPr1tWZoZq3R0WYeFmwW3Osj8kQ.NoYjsnYk6gnTsm.krxPosiozys66p3SzoHF97o1cE3N3PJt2jkJwwRxYmy9HIFgPWwmdEzQgFKxnzKqVsrC9ytGTn.t+DnclLv46blmwHPejzehTfFkJ1wSR0bwnK4dPshoo3QGlIGWEfK9SktTuSkxqZIXc.vqjI7ICpD.5Ufv7Mn3eUTvHtQP1IT3p4RQohLEcZOEf40VImF.pSw.5pA+hkcFNOpQkcjC9scK7gB4ulpbnHcP6JTjJGTHeg7iLyar3qT7eAUlNlqgcSg6HMqwVJN0CG5ZMlCYHPKO9HAvtDtQWxLvZ7kxNzxNEcwkrBXlpws6dvbB4HEmK0vqDkh3TgaK3bengCWKloJpjddfZsvlOpTOThkDg9C.UYmqodgvh.QQzxJycdbJS23M0LAJEcEb8ql.I1cjdLihy79p5XRhp.e6m6dLUSMR6DeXbS.klani0wv0XyjXgdd6igfqzxIQwlH+PktN4KyXocV0HgiL3Y1KIPI2jsW0rTie8voblF60Xa8lbDxXfOZr1X8mVK3aLQdl8RJOxfQyafkeGbf9GynghH+Tu+0c+wcK6cujfidhp.498b1enfiSQSUsO8ZncnVKEE+VGsJDJOG4jalPEA3laPq.bnB8MQLj5EjFRTsWs9zMhrfUFSTCDG9RPotQYItdQrZUWjTKFa8SwEf.adudriAOP+ef0gdsTgUHyIBYwRXVWbUyf1REt1VZIednebgvP95Qths+Ey94E3VuDAdK52woZk526o7SzO59cQygogSKrSxhZSxLTdc+sHqXlcgbZOJigZxGad8ApxcbappsLTvLqz2FCblTkTOuORpF59HyqzqfV3V7n5UNgAOaSxB8n5kOvybUfD.TNtzoLlSRvsK8rrWU3IbJX0G7TvGKEetcOt1c754Xt0vQrKz+GbL4tCet8ICGBt5TBtscm2roWT3iL8WHCMs7NipUbrimM9QRersiKfytP.dAlNa4LchisqZrMUf9ffEYbG9j.VyXak.VaNHwm5pju2M9DFysS9jHOHmDQ2dKOdMRz1oFI5Tmr0Ye7xRu20c4gZkD2aSSr9llXiMMwWroI9xMMw82zDa9wSzbW1VgZoe7mMDxY8NI5PJKqSDTTAFoVI+KrtuzIK
Reply
Thanks! That worked great!
Ok, so I have made this instrument that contains samples.
I have:
One VST3-file
One AU, (component) file
Three hr files containing the compressed samples, (hr1, hr2 and hr3)
I've built an installer for Mac that puts the VST3 and AU file where it should, but not sure where to place the hr-files Should the just go on the users desktop together with the instructions on how to install the samples when first using the instrument?
Is there a way to avoid the process with hr-files, and just include the ch1 files and somehow make it so the instrument finds the samples without any user actions?
@DabDab said in Why does it works with one knob, but not the other...???:
const var DefaultEnvelope1 = Synth.getModulator("DefaultEnvelope1");
Woohoo! Not so easy for an old Cobol programmer, but I'll get there! Thanks a million!
@Sampletekk said in Export error:
@d-healey said in Export error:
@Sampletekk That's probably the issue. Some recent threads on the forum indicate that the latest version doesn't work.
Ok, I'll downgrade. Any ideas on what version will work?
Downgraded to XCode 14.3.1, all worked!
@d-healey said in Compiling problems:
@Sampletekk Yup, you're now a C++ developer :party_popper:
Wow, that was quick! Done my share in ksp, HALion scripting, Visual Basic and guess what: Cobol! (Guess my age....), but commas is important in all languages!
@Lindon said in Error when exporting:
@Sampletekk well your project is poorly named - theres a space at the start and end of the name - so I'd get rid of these first...as well as any spaces in the middle to be honest..
That worked! Thanks!
@Lindon said in Error when exporting:
@Sampletekk well your project is poorly named - theres a space at the start and end of the name - so I'd get rid of these first...as well as any spaces in the middle to be honest..
Aha! I'll try that!
@d-healey said in Error when exporting:
@Sampletekk does a blank test project compile?
Yes. I also exported another project earlier today without this error
@Lindon said in Error when exporting:
@Sampletekk does it include a Faust node? is it on a permanent drive?
No Faust nodes and it's on a permanent drive.
When exporting to VST3, AU, I'm getting the following:
Any ideas? I've exported other projects without problems
@aaronventure Yep, I have the latest release from the dev branch. I'll try it with the latest IPP and see what happens!
I'm installing Hise on a Windows 11 machine and I'm following David Healey's great video about this. However, the IPP version he uses is an old one, and the one available through the link in the video, is a newer version. So, would I run into any problem using the current IPP version, or should I look for an older one?
@d-healey I'm also trying to do this, getting a "Script not found", "Error loading script interface".
If you want to change the mode on a knob with a script, like btnSync.set("mode", value);, what would you use as "vakue". Are the different mode-types indexed, so that "Frequence" is 0, "Decibel" 1 and so on?