I modified the FrontEndProcessor.cpp file and
Disable Maximize Button just working fine.
Also the application icon.
I really appreciate.
Thanks and Regards
San[Plugintutor]
I modified the FrontEndProcessor.cpp file and
Disable Maximize Button just working fine.
Also the application icon.
I really appreciate.
Thanks and Regards
San[Plugintutor]
I modified the FrontEndProcessor.cpp file and
Disable Maximize Button just working fine.
Also the application icon.
I really appreciate.
Thanks and Regards
San[Plugintutor]
Thanks to all.
I installed the VS 2017 and IPP 2021 and my stand alone application exported without any error.
Sorry for asking again, few more basic questions as I am new to this forum.
After installed the Exported exe in different computer, I found two thing missing as per my expectation. One is Disable Maximize Button and Application Icon.
I found there is a post on Disable Maximize Button -
https://forum.hise.audio/topic/1138/disable-the-maximize-button-on-a-standalone?_=1667720725519
But I didn't find any update on this .
Also how to change my exe icon of Standalone Application ?
Thanks and Regards
San [ Plugintutor]
Thanks ,
As Juce support VS2015 or higher, I thought it will work on VS2019.
I didn't know that, the automatic built only work in VS2017.
I will install VS2017 and try again.
Regards
San[Plugintutor]
I am using Visual Studio Community 2019
I built the HISE with Visual Studio Community 2019
But in JUICE Selected exporter , I found Visual Studio 2017 only.
Should I use only Visual Studio 2017 ?
Thanks Regards
San [Plugintutor]
Hi All,
I Just finished a standalone test application in my windows 10 OS.
My application is running on HISE without any error. But while try to Export as Standalone Application showing "System cannot find the path"
Could anyone please tell me about this error ?
Thanks and Regards
San [Plugintutor]
Hi HEALEY,
Thanks a lot !
Really appreciate your help. I enabled the Looping Point. It's working fine now.
But I tried through code but seems like I am doing something wrong -
const var vs = Synth.getSampler("Sampler1");
vs.loopEnabled;
Regards
San[PluginTutor]
Hi Everybody,
I am new to this forum. Also I am not good at writing. Please ignore my writing mistakes. I just need some help. Please guide me.
Recently I just installed the HISE on my windows 10.
And created one Sampler by adding Sampler module.
By clicking the button the sample is playing fine, but it's playing only once.
Could someone please help me , how to add a loop in sampler ?
I want my sample should play till onNoteOff () called.
Please find my piece of code as follows -
function onNoteOn() {
notekey = Message.getNoteNumber();
synth.playNote(notekey, 64);
}
Thanks and Regards
San [PluginTutor}