HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. plugintutor
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Groups 0

    plugintutor

    @plugintutor

    1
    Reputation
    2
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 50
    Location Bhubaneswar

    plugintutor Unfollow Follow

    Best posts made by plugintutor

    • RE: Standalone Export Error

      @d-healey

      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]

      posted in General Questions
      P
      plugintutor

    Latest posts made by plugintutor

    • RE: Standalone Export Error

      @d-healey

      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]

      posted in General Questions
      P
      plugintutor
    • RE: Standalone Export Error

      @d-healey

      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]

      posted in General Questions
      P
      plugintutor
    • RE: Standalone Export Error

      @d-healey

      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]

      posted in General Questions
      P
      plugintutor
    • RE: Standalone Export Error

      @d-healey

      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]

      posted in General Questions
      P
      plugintutor
    • Standalone Export Error

      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 ?

      export-error.png

      Thanks and Regards
      San [Plugintutor]

      posted in General Questions
      P
      plugintutor
    • RE: Sample loop play in Sampler

      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]

      posted in Scripting
      P
      plugintutor
    • Sample loop play in Sampler

      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}

      posted in Scripting
      P
      plugintutor