Navigation

    Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    1. Home
    2. jhonder04
    J
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    jhonder04

    @jhonder04

    1
    Reputation
    11
    Posts
    101
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    jhonder04 Follow

    Posts made by jhonder04

    • Problem adding more than 3 Sampler

      the problem is that when I add more than 3 sampler the 4rd sampler doesn´t work , not produce any sound and oviously have it! but without close the Project I add again the samples in each "SAMPLER" ( 4rd, 5th... ) I can hear again this sampler .. until I close the project and the HISE software Why is That ?

      posted in General Questions
      J
      jhonder04
    • RE: Change a sample map in the same Sampler with MIDI Controller

      @d-healey ok honestly I don't understand when you say defer ..

      What's mean that ? I'm a little lost in that part

      posted in Scripting Forum
      J
      jhonder04
    • RE: Change a sample map in the same Sampler with MIDI Controller

      @d-healey ok that's better so when I do that and it works, I'll do a video tutorial explaining how to make an instrument of this type xD .. may return earlier than expected here

      posted in Scripting Forum
      J
      jhonder04
    • RE: Change a sample map in the same Sampler with MIDI Controller

      ok how I do my own key switching system? xD

      Is there any way to switch sampler with midi controller? no samplemap

      If a have 8 sampler ( each sampler with diference sounds of course) How I switch this sampler with midi controller ?

      posted in Scripting Forum
      J
      jhonder04
    • RE: Change a sample map in the same Sampler with MIDI Controller

      ok my point is . In kontakt 5 I can create a Instrument Bank and in each space drag and drop for examble in the 1st rectangule a Trumpet sound and 2nd rectangule a Piano sound ..... So them I can assign a range of keys to change the instrument for example C1-C#1 so when I press C1 I'm going to have the first instrument "Trumpet" when I press C#1 Piano instrument ... Actually I want to create a Hammond s6 standalone instrument , the thing is that organ have many Registers of sound the same Organ and to change that registers have it many buttons of course the real organ! but this organ only have 4 octave F2 to F5 so I can use others key of my midi controller to change this registers

      posted in Scripting Forum
      J
      jhonder04
    • RE: Change a sample map in the same Sampler with MIDI Controller

      ok but that I want and I need is something to play on live and change the sounds when you press a key or specific note on midi controller , Can I do that with buttons like you say?

      posted in Scripting Forum
      J
      jhonder04
    • RE: Multiple instrument plugins

      My samplemap's name is "solo campana" how I Call this samplemap

      {
      Sampler.loadSampleMap(solo campana);
      }

      posted in General Questions
      J
      jhonder04
    • Change a sample map in the same Sampler with MIDI Controller

      function onController()
      {
      var noteNumber = Message.getNoteNumber();

      Console.print(""+noteNumber);
      
      if(noteNumber == 43)
      {
          Sampler.loadSampleMap(Pato);
      }
      
      if(noteNumber == 45)
      {
          Sampler.loadSampleMap(solocampana);
      }
      

      }

      of course doesn't work . I don't know How to call a samplemap or maybe , call another sampler it work too

      posted in Scripting Forum
      J
      jhonder04
    • RE: Error When I try to build HISE with VS 2015

      I have to download vs2017 ?

      posted in General Questions
      J
      jhonder04