HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Jerems134
    3. Best
    J
    • Profile
    • Following 2
    • Followers 0
    • Topics 5
    • Posts 36
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Mark notes that contain samples by coloring keyboard keys

      @ustk @d-healey Ok it's working, thanks for your help !
      Solved with this code :

      //Combo box
      const var cmbSampleMap = Content.getComponent("cmbSampleMap");
      cmbSampleMap.set("items", sampleMaps.join("\n"));
      
      
      inline function oncmbSampleMapControl(component, value)
      {
      	Sampler1.asSampler().loadSampleMap(sampleMaps[value-1]);
      	for (i = 0; i < 127; i++)
      
       if (Sampler1.asSampler().isNoteNumberMapped(i))
          Engine.setKeyColour(i, Colours.withAlpha(Colours.blue, 0.3));
          else
         Engine.setKeyColour(i, Colours.withAlpha(Colours.white, 0.0));
      
      };
      
      posted in General Questions
      J
      Jerems134
    • RE: The definitive feature request & bug fix roadmap

      Feature Request : A Drum Step Sequencer like arpeggiator module with associate sliderpack component :

      Basic things :

      Pattern length
      Time grid (1/16, 1/32 etc.)
      Magnetism on grid or free
      12 or 16 tracks / sample slot
      MIDI rec input from the keyboard or the drum pad
      Syncronized BPM with Daw or free

      For more, Hise's user can customize it :

      Colors, background
      Volume, pan, pitch on each sample slot
      Drag user sample
      Repeated note
      Drum machine groove
      send CV / Gate
      FX send
      and I must forget ...

      Link Preview Image
      Drums sequencer in Hise ?

      @ustk Of course, it's beter to learn and do something personalized, but step sequencers often have the same characteristics, we would save time by having a c...

      favicon

      Forum (forum.hise.audio)

      posted in Feature Requests
      J
      Jerems134
    • RE: Drums sequencer in Hise ?

      @Christoph-Hart A configurable step sequencer would be a good feature to add in the future update of Hise like the floating tile keyboard.

      posted in General Questions
      J
      Jerems134
    • RE: Export issue with Wavesfactory Strip Generator

      I thought I had 128 frames but the export started at frame 0 so 'ive 129 frames. Noob error, problem solved. Thanks

      posted in General Questions
      J
      Jerems134
    • RE: Building old Hise plugin fails

      @d-healey Great thanks ! It's compiles AU/VST now.
      I'm on macOS Mojave 10.14.6, I've downgraded Xcode from 11.3.1 to 10,1, upgraded Projucer to 6.0.5 and use Hise - Scriptnode version.
      (I detail my configuration it can help someone else)

      posted in Bug Reports
      J
      Jerems134