Page 3 of 4

Re: HISE

Posted: Thu Apr 19, 2018 7:47 am
by stanlea
I can't find any soundbank file for Hise. Are there some examples ?

Re: HISE

Posted: Thu Apr 19, 2018 9:14 am
by d.healey
If you go to the main page - http://hise.audio/ - there is a link to some tutorials, I believe samples are provided with the tutorials. HISE isn't a virtual instrument though, it's a tool for making VSTi plugins so you won't find any soundbanks for it.

Re: HISE

Posted: Fri Apr 20, 2018 6:44 pm
by GMaq
Hi,

Interesting project! I cloned the repo but unfortunately I can't get the Linux version of Projucer to run, when I try to run it it gives me an 'Illegal Instruction' error, anyone else experiencing this?

Code: Select all

tester@avlinux64box:/media/DATA1/Packaging/HISE/HISE/tools/projucer$ ./Projucer
Illegal instruction
tester@avlinux64box:/media/DATA1/Packaging/HISE/HISE/tools/projucer$ 

Re: HISE

Posted: Fri Apr 20, 2018 6:57 pm
by d.healey
GMaq wrote:Interesting project! I cloned the repo but unfortunately I can't get the Linux version of Projucer to run
Which OS are you using?

Re: HISE

Posted: Fri Apr 20, 2018 7:44 pm
by GMaq
d.healey wrote: Which OS are you using?
AV Linux which is a version of Debian 9 'Stretch' preconfigured and customized for Audio/Video work.

I can get the Windows exe of Projucer to run no problem in Wine, I only get the error with the Linux binary...?

Re: HISE

Posted: Fri Apr 20, 2018 8:00 pm
by stanlea
d.healey wrote:If you go to the main page - http://hise.audio/ - there is a link to some tutorials, I believe samples are provided with the tutorials. HISE isn't a virtual instrument though, it's a tool for making VSTi plugins so you won't find any soundbanks for it.
Maybe I don't understand well but there's a sampler in Hise, so maybe there are VSTi which are mainly a bunch of samples with some scripting ?
In other words, are there some instruments created with Hise ?

Re: HISE

Posted: Fri Apr 20, 2018 8:07 pm
by Michael Willis
stanlea wrote:In other words, are there some instruments created with Hise ?
Hopefully soon, it's still very new, but a number of us are interested in creating instruments with Hise. I have another project that I really should wrap up, after which I want to try jumping in and using Hise to make virtual instruments.

Re: HISE

Posted: Fri Apr 20, 2018 8:10 pm
by d.healey
GMaq wrote:
d.healey wrote: Which OS are you using?
AV Linux which is a version of Debian 9 'Stretch' preconfigured and customized for Audio/Video work.

I can get the Windows exe of Projucer to run no problem in Wine, I only get the error with the Linux binary...?
Well I'm using Linux Mint which is also Debian based so I don't think the problem is the OS. Probably best to post on the HISE forum and see if Christoph has any suggestions.
stanlea wrote:
d.healey wrote:If you go to the main page - http://hise.audio/ - there is a link to some tutorials, I believe samples are provided with the tutorials. HISE isn't a virtual instrument though, it's a tool for making VSTi plugins so you won't find any soundbanks for it.
Maybe I don't understand well but there's a sampler in Hise, so maybe there are VSTi which are mainly a bunch of samples with some scripting ?
In other words, are there some instruments created with Hise ?
Yes there are instruments created with HISE. Commercially there is Hexeract by Auddict, and there is neo-soul keys (neither of which have yet been released for GNU/Linux). This guy has also started making some - http://sampleson.com/ - he's on a Mac though so the binaries are only for Mac, he's provided the source code and project files https://bitbucket.org/Filosian/sampleson_drums_free/src so you can build it yourself for your OS.

Re: HISE

Posted: Sat Apr 21, 2018 6:59 am
by stanlea
Interesting instruments indeed.

Re: HISE

Posted: Sat Apr 21, 2018 1:50 pm
by d.healey
GMaq wrote:
d.healey wrote: Which OS are you using?
AV Linux which is a version of Debian 9 'Stretch' preconfigured and customized for Audio/Video work.

I can get the Windows exe of Projucer to run no problem in Wine, I only get the error with the Linux binary...?
Christoph just posted a new version and mentioned something about juce_dsp typo so might be worth trying again

Re: HISE

Posted: Sat Apr 21, 2018 2:52 pm
by stanlea

Code: Select all

bernard@portable:~/Téléchargements/HISE-1.5.0/projects/standalone/Builds/LinuxMa
kefile$ make CONFIG=release
mkdir: opérande manquant
Saisissez « mkdir --help » pour plus d'informations.
Makefile:134 : la recette pour la cible « /DspUnitTests_8fd29654.o » a échouée
make: [/DspUnitTests_8fd29654.o] Erreur 1 (ignorée)
Compiling DspUnitTests.cpp
../../../../hi_scripting/scripting/api/DspUnitTests.cpp:33:23: fatal error: AppConfig.h: Aucun fichier ou dossier de ce type
compilation terminated.
Makefile:134 : la recette pour la cible « /DspUnitTests_8fd29654.o » a échouée
make: *** [/DspUnitTests_8fd29654.o] Erreur 1
Means "no target for mkdir"

Re: HISE

Posted: Sat Apr 21, 2018 2:55 pm
by d.healey
stanlea wrote:

Code: Select all

bernard@portable:~/Téléchargements/HISE-1.5.0/projects/standalone/Builds/LinuxMa
kefile$ make CONFIG=release
mkdir: opérande manquant
Saisissez « mkdir --help » pour plus d'informations.
Makefile:134 : la recette pour la cible « /DspUnitTests_8fd29654.o » a échouée
make: [/DspUnitTests_8fd29654.o] Erreur 1 (ignorée)
Compiling DspUnitTests.cpp
../../../../hi_scripting/scripting/api/DspUnitTests.cpp:33:23: fatal error: AppConfig.h: Aucun fichier ou dossier de ce type
compilation terminated.
Makefile:134 : la recette pour la cible « /DspUnitTests_8fd29654.o » a échouée
make: *** [/DspUnitTests_8fd29654.o] Erreur 1
Means "no target for mkdir"
Yeah there's a bug in the latest build on github, it won't build for me either. I've told Christoph, I think it's just a typo somewhere.

Re: HISE

Posted: Sat Apr 21, 2018 4:53 pm
by GMaq
d.healey wrote: Christoph just posted a new version and mentioned something about juce_dsp typo so might be worth trying again
Hi

I did a GIT pull but there were no new commits to the 'tools' folder so I'm still getting the same Illegal instruction error...

I've checked the file permissions and set the file to be executable etc. so I'm not sure what's going on, I'll wait and see for a few days..

Re: HISE

Posted: Sat Apr 21, 2018 6:00 pm
by protein kyn
GMaq wrote:
d.healey wrote: Christoph just posted a new version and mentioned something about juce_dsp typo so might be worth trying again
Hi

I did a GIT pull but there were no new commits to the 'tools' folder so I'm still getting the same Illegal instruction error...

I've checked the file permissions and set the file to be executable etc. so I'm not sure what's going on, I'll wait and see for a few days..
Hi
I've the same problem with KXstudio

Re: HISE

Posted: Sat Apr 21, 2018 6:18 pm
by stanlea
It works for me on Ubuntu 16.04