Latest Development Builds
-
Have you used the latest build (not the one from the download page but compiled from Git?
It seems that you are using an old version which is using different settings for the HISE and the JUCE source paths (which I've streamlined recently).
Here is a recent build:
https://www.dropbox.com/s/bfv2metds7vueqe/HISE Win.zip?dl=0
Try exporting again with this build (You might want to clean the Build directory via File -> Settings -> Clean Build Directory first).
-
Thank You! I built the hise.exe from project standalone and finelly it buils standalone app of the synth!
But now it can't find VSTSDK. I've downloaded it from steinberg and extracted to the SDK\VSTSDK (without extra "VST3***" folder)
Tryed different ways to unpack it, but still can't reach it... -
You need this directory structure:
%HISE FOLDER%/tools/SDK/VST3 SDK/plugininterfaces %HISE FOLDER%/tools/SDK/VST3 SDK/public.sdk
Don't be confused. You need the VST3 SDK folder, although it won't use the VST3 files, but the also included VST 2.4 files...
-
ahh, ok, thanks!
Hope, the last question in this thread :)
How to build hiseVST? I've tried plugin prohect, but it has exporter only for VS2013, and i haven't got it... VS15 can't compille the project, it seems, updating of project doesn't fix the problem.
Generally, i'm interesting how to setup correct routing in instrument, while working with more than stereopair in out. And it's the matter of interesting in the plugin. -
Ah shoot, I forgot to update those. I'll fix this.
However the plugin is also just stereo out at the moment (I wanted to add a multichannel version of the plugin for some time, but it was never on my high priority list.
-
- However the plugin is also just stereo out at the moment (I wanted to add a multichannel version of the plugin for some time, but it was never on my high priority list.
only hise editor-plugin or any plugin exported from hise?
-
Alright, I pushed the new plugin project for VS2015 (it had also AAX enabled by default, which is not so smart considering that most folks don't have the AAX SDK)...
-
only hise editor-plugin or any plugin exported from hise?
Currently neither. However this came up a few times before so maybe I'll just add support for it - it shouldn't be too hard to implement, the hard part was getting the internal routing multichannel capable...
-
Currently neither. However this came up a few times before so maybe I'll just add support for it - it shouldn't be too hard to implement, the hard part was getting the internal routing multichannel capable...
Thanks! It would be grate. I see, d.Healey already has huge amount of micpositions in project, I'm hardly thinking about moving orchestral library project into hise, but even for personal usage always better to get different mics though the host routing and FX, neither leave it inside the plugin...
Well, I'm going to try finish little test instrument till the morning :) thanks for the response!!!
-
This post is deleted! -
I deleted the answer and moved it in the right post...
-
I don't know what is wrong, but can't build the lastest repo... On including of marketplace.cpp it crushes. And github, as i think, can't build too...
https://yadi.sk/i/juKtKGAo3FAa52
Ha... Strange, now it passed)) -
Yeah its in a terrible intermediate state and my internet is broken. I am making a new "official" build version tomorrow