So, I've made a first release of a VST3/AU plugin developed in HISE.
I just wanted to thank this forum for all help I've received here during the developing/learning process. Without this, I would never be able to do this!
If you want to check it out, here it is; https://www.sampletekk.com/index.php?route=product/product&path=73_74&product_id=84
Best posts made by Sampletekk
-
First release!posted in General Questions
-
Who's here are selling their plugins online?posted in General Questions
There's so much talent here and I'm a bit curious on how many has their own outlet for their plugins. Might be a good idea to have some kind of list over online stores, maybe it could become a source for cooperations in the future.
I have a company called Sampletekk, (www.sampletekk.com) that's been around for about 25 years now, and we sell Kontakt instruments, some stuff for HALion and now VST3/AU instrument developed in HISE.
We also make custom samples for other companies, like Nord, Steinberg, Kurzweil, Hammond/Suzuki, Toontracks, XLN Audio and others. -
RE: The world of HISEposted in General Questions
Per Larsson, Sweden. Owner of SampleTekk, sampleproducer
-
RE: Error when notarizingposted in General Questions
@d-healey said in Error when notarizing:
@Sampletekk Path looks ok to me, except I
Buidsinstead ofBuildsOh and you shouldn't use quotes and escape characters (
\) use one or the other.Woohoo! That worked! Notarisation too!
-
RE: Fontsize on preset namesposted in General Questions
@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 samplesposted in General Questions
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...???posted in General Questions
@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 errorposted in General Questions
@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 problemsposted in General Questions
@d-healey said in Compiling problems:
@Sampletekk Yup, you're now a C++ developer

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
-
Who's here are selling their plugins online?posted in General Questions
There's so much talent here and I'm a bit curious on how many has their own outlet for their plugins. Might be a good idea to have some kind of list over online stores, maybe it could become a source for cooperations in the future.
I have a company called Sampletekk, (www.sampletekk.com) that's been around for about 25 years now, and we sell Kontakt instruments, some stuff for HALion and now VST3/AU instrument developed in HISE.
We also make custom samples for other companies, like Nord, Steinberg, Kurzweil, Hammond/Suzuki, Toontracks, XLN Audio and others. -
RE: Sound Designer availableposted in General Questions
@Sampletekk said in Sound Designer available:
Does Andy do demos/walkthroughs too?
Cool, not sure how to PM here in the forum, is it the Chat function you use?
-
RE: Reverb lengthposted in General Questions
@David-Healey said in Reverb length:
That easy! Could you do this via script and control it with knobs?
-
Reverb lengthposted in General Questions
Is there a way to adjust the reverb length on the convoluting reverb?
-
RE: How To Make Fader Move Verticallyposted in General Questions
@Mighty23 said in How To Make Fader Move Vertically:
@weezycarter
Knobman could be the first step. It's up to you what software you use/want to use.
https://www.g200kg.com/jp/software/knobman.html
https://www.g200kg.com/en/webknobman/gallery.php
Strip Generator:
https://www.wavesfactory.com/strip-generator/
Photoshop:
https://lancethackeray.com/downloads/psknob-photoshop-script/
Figma:
https://www.figma.com/community/plugin/1030842037042371583/knob-creatorThe Photoshop script works great for knobs that turns, but how would I use it to create a slider that should move up and down?
-
Wavetableposted in General Questions
Any good tutorials on how to use the Wavetable synth in current HISE?
-
RE: Possible?posted in General Questions
@Oli-Ullmann that's the name! @d-healey, have you made a video?
-
Possible?posted in General Questions
If I want to make a control where you control the volume for four different sound sources, with something that would work like this:

Possibel? -
RE: Image libraryposted in General Questions
@lijas90 said in Image library:
@Sampletekk Delete everything in the Binaries folder and export again.
That did the trick! Everything works now! Thank you!!!
