@d-healey Yep, that did the trick! Thanks!
Best posts made by Sampletekk
-
RE: Error when notarizing
@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!
-
RE: Fontsize on preset names
@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
ReplyThanks! That worked great!
-
Packages, VST3/AU and samples
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?
-
RE: Why does it works with one knob, but not the other...???
@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!
-
RE: Export error
@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!
-
RE: Compiling problems
@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!
Latest posts made by Sampletekk
-
RE: Opens on Mac, not PC
@aaronventure Suddenly, everything worked. No idea of what was wrong, must have missed some files when copying
-
RE: Opens on Mac, not PC
@aaronventure I'm using the develop branch, strange! I've compiled it from source on both machines. Hmmm....
-
Opens on Mac, not PC
I have a project that opens on a Mac, but when I copy it to a PC, I get a "Error loading script interface". I have the same Hise version on both computers, (HISE 4.1), and I also have a similar project that works fine on both machines, Any ideas?
-
RE: Smoother curve
@Sampletekk said in Smoother curve:
Btw, how to you get a reference to the table in a Velocity Modulator?
Anyone?
-
RE: Smoother curve
Btw, how to you get a reference to the table in a Velocity Modulator?
-
RE: Smoother curve
@d-healey Thanks for the example, but I get an error:
-
RE: Smoother curve
@Christoph-Hart Simple as that! Thanks! Anyway that you could control that with a knob on a GUI?