HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. weezycarter
    3. Topics
    W
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 83
    • Groups 0

    Topics

    • W

      How To Make Fader Move Vertically

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      14
      0 Votes
      14 Posts
      312 Views
      M

      @weezycarter

      create a knob of the right size for your UI. Export from knobman the png file of height, width as the knob of the UI.
      2.1) try to use 101 frames, you can change it in knobman From the menu located on your right set the number of frames and upload the image in the images folder of your project, then upload it via HISE. Compile/Hit F5, you should have your knob that behaves like a fader and has the "skin" of the png you loaded.
    • W

      Global Edit Range Feature for AudioWaveform?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      159 Views
      DanHD

      @weezycarter

      See if you can adapt this into the script

      for(a in Sampler11.createSelection(".*")) { local r = parseInt(a.get(Sampler.SampleEnd)); local v = value / 10; a.set(Sampler.LoopStart, v * r); }
    • W

      iOS Export

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      0 Votes
      11 Posts
      602 Views
      gorangroovesG

      @Christoph-Hart said in iOS Export:

      @weezycarter yes iOS is pretty much abandoned.

      I find the above statement highly concerning @Christoph-Hart .

      If I may, I want to make a prophetic statement here so we can refer to it months and years from now.

      iOS and mobile music production is the new frontier. Platforms and developers who seize on this shift early on and adapt will reap the riches. Others will either be left in the dust or play catch-up.

      I've had countless interactions with customers and potential customers that strongly indicate this. Most people here have not yet caught on to that, but they will eventually. I think it is a terrible idea not to actively maintain the iOS support, and I urge you to please dedicate some time to keeping it up to date. It would be far more valuable to successfully port to iOS all the amazing things HISE currently offers than to keep adding new things to the current platforms. Now is the perfect time to enter the new frontier.

    • W

      Sample Editor Pop Up Window For Loop Points

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      24
      0 Votes
      24 Posts
      1k Views
      W

      @DanH Ok so I finally figured it out on my own after HOURS of comparing and contrasting to the Custom Sample Import Demo. Thank you all.

    • W

      How to add Portamento

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      41
      0 Votes
      41 Posts
      8k Views
      B

      @Ulrik

      Thank you

    • W

      Invalid JUCE Module Path when exporting

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      49
      0 Votes
      49 Posts
      3k Views
      d.healeyD

      @weezycarter oh I've just figured it out. After you converted your sample maps to monoliths you needed to recompile so that the binary contained the updated sample maps.

    • W

      Samples Missing In Exported VST

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      298 Views
      W

      @d-healey Ok thank you I will go ahead and try that. I wasn't aware there was a LinkWindows File.

    • W

      Export Failing Due To Missing Knob Images

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      16
      0 Votes
      16 Posts
      708 Views
      W

      @d-healey Ok thank you so much! Everything is good now.