Thanks for this. Hey, I don't see a pencil icon near top left to show a tree structure of the containers, so I can't follow along. What might I be doing wrong? I have version 2.0.0 for Windows.
@@DHealey Thank you! I kinda saw that mentioned on the page but I thought 'Well, the binary must be the latest built version, just not the latest beta version'. Obviously I was wrong. 😅
@@DHealey If you change the octave or detune control while playing a note for example, the change will only apply when you play the note again. Would it be possible to make the changes affect the sound right away, not needing to retrigg a note?
What if you just want to create an effect using EQs, verbs, etc.? Is there a way to sample a piece of audio within HISE without using a waveform generator so you can test the effects?
You can add a sampler or audio loop layer in the chain to load in a file. You can also click on the little keyboard icon in the top right and this will open a pop out where I think you can load a test audio file.
There are examples floating around on the forum and I believe Christoph added one recently to the snippet browser. You need to be using the develop branch, go to Help > Browse example snippets and see if there is one there.
First you need to be able to build HISE, because the same setup is required to export. Then you just go to the export menu in HISE and choose the format you want.
what a crap program, i had to UNinstall all those different additions like visual studio and intels IPP crap who reaked havoc on my system never again, i'll build my instruments directly in kontakt from now on
@@DHealeyi tried the installer and i also tried the other manner by compiling the source code, nothing worked, in fact, like i said, it messed up my system, even vlc player crasht, unless there is an all in exe file where you dont have to add other things like that juce app, i wont be experimenting with hise anymore, i tried to make it work 3 times already, my patience to try again is gone, even KSP is'nt that complicated compared to making hise work, cheers mate
@@ronnyb5890 HISE is not an end user application like Kontakt. It's a development tool for writing software (not just sample libraries) When you export from HISE it creates a JUCE project for you, and you compile it with Visual Studio. So there will never be a version of HISE that you can export from without setting up a compiler (Visual Studio on Windows, XCode on MacOS, etc.).
@@DHealeyOK then, as it is right now, even with your videos i dont understand the workflow, hise did'nt even create a juce file, when compiling it stated that it could'nt find a specific directory (marked in red), not even specifying the directory it was supposed to find, looked in the project folders, nothing there either, so i got very frustrated with hise, too complicated for me, i'll leave it at that, thanx mate
I made my very first VST thanks to you.
Brilliant intro tutorial. Thank you!
Great stuff again!! Thanks for that!
Thanks for this. Hey, I don't see a pencil icon near top left to show a tree structure of the containers, so I can't follow along. What might I be doing wrong? I have version 2.0.0 for Windows.
Hello, you need to build HISE from source. Use the develop branch for the latest version. The pre-built binaries are ancient and shouldn't be used.
@@DHealey Thank you! I kinda saw that mentioned on the page but I thought 'Well, the binary must be the latest built version, just not the latest beta version'. Obviously I was wrong. 😅
@@drinkinslim I think of HISE like a rolling release, every time there is a new commit, that is the latest version - unless it breaks something ;)
Thanks fam ill make my own synth using this now lol ty a lot
Excellent! Join us on the forum if you need assistance.
Awesome!!! Is there a way to make the oscillator controls real time instead of note retrigg? Like octave, pitch
What do you mean by real-time?
@@DHealey If you change the octave or detune control while playing a note for example, the change will only apply when you play the note again. Would it be possible to make the changes affect the sound right away, not needing to retrigg a note?
@@heatfield8376 For that you should add a pitch modulator, separate from the lfo.
@@DHealey thank you so much man, really
thank you mister!
What if you just want to create an effect using EQs, verbs, etc.? Is there a way to sample a piece of audio within HISE without using a waveform generator so you can test the effects?
You can add a sampler or audio loop layer in the chain to load in a file. You can also click on the little keyboard icon in the top right and this will open a pop out where I think you can load a test audio file.
@@DHealey awesome! Thank you!
Hi David, do you have a how to make an arpeggiator video for Hise?
I did one about making a basic sequencer but not an arp. HISE has a built in arp script though so you can use that.
@@DHealey Oh great, how would I go about putting the Arp Script into the build?
@@barrettvorhis7 It's in the hardcoded scripts menu when you add a midi processor
@@DHealey Thank you David!
Hi David, is there a Glide Portamento in Hise? & if so, where would I find it?
There are examples floating around on the forum and I believe Christoph added one recently to the snippet browser. You need to be using the develop branch, go to Help > Browse example snippets and see if there is one there.
@@DHealey Thank you David, I"ll check it!
Hi, how do you export it as vst or au in Mac OS
First you need to be able to build HISE, because the same setup is required to export. Then you just go to the export menu in HISE and choose the format you want.
If I made a wavetable synth in hise could I use my own custom wavetables? I have been making them in serum for years now.
I don't think so I believe they have to be created in HISE, but I could be totally wrong, it's a part of HISE I haven't used beyond brief tests.
@@DHealey fair enough, thank you again
Thank you and please show us everything you know. Without writing a script.
what a crap program, i had to UNinstall all those different additions like visual studio and intels IPP crap who reaked havoc on my system
never again, i'll build my instruments directly in kontakt from now on
If you want to build real programs then you need to use a compiler, on Windows it's almost always Visual Studio. IPP is optional (I don't use it).
@@DHealeyi tried the installer and i also tried the other manner by compiling the source code, nothing worked, in fact, like i said, it messed up my system, even vlc player crasht, unless there is an all in exe file where you dont have to add other things like that juce app, i wont be experimenting with hise anymore, i tried to make it work 3 times already, my patience to try again is gone, even KSP is'nt that complicated compared to making hise work, cheers mate
@@ronnyb5890 HISE is not an end user application like Kontakt. It's a development tool for writing software (not just sample libraries) When you export from HISE it creates a JUCE project for you, and you compile it with Visual Studio. So there will never be a version of HISE that you can export from without setting up a compiler (Visual Studio on Windows, XCode on MacOS, etc.).
@@DHealeyOK then, as it is right now, even with your videos i dont understand the workflow, hise did'nt even create a juce file, when compiling it stated that it could'nt find a specific directory (marked in red), not even specifying the directory it was supposed to find, looked in the project folders, nothing there either, so i got very frustrated with hise, too complicated for me, i'll leave it at that, thanx mate