HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. D.Williams23
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 53
    • Posts 171
    • Groups 0

    Topics

    • D.Williams23D

      Custom Preset Browser Presets Installation

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      1 Votes
      3 Posts
      465 Views
      D.Williams23D

      @DanH Thank you! Got the script from @Lunacy-Audio 👌

    • D.Williams23D

      Editing Sample Popup Window

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      346 Views
      d.healeyD

    • D.Williams23D

      Pitchwheel Modwheel

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      340 Views
      D.Williams23D

      @d-healey Thank you. I have that working. Now to figure out how I can get the PitchWheel to reset back to center when released!

    • D.Williams23D

      Midi Player

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      0 Votes
      1 Posts
      210 Views
      No one has replied
    • D.Williams23D

      Question about Appdata Folder

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      288 Views
      D.Williams23D

      @d-healey Right. I'll look into that. I just can't figure out why the presets aren't showing up in the compiled plugin. They aren't showing inside of the UserPresets folder (Appdata) of the compiled plugin but they are being saved and showing in the Project Folder on my end before I compile.

    • D.Williams23D

      Build Failed (library not found) ?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      9
      0 Votes
      9 Posts
      455 Views
      D.Williams23D

      @dustbro I'm using 10.1

    • D.Williams23D

      Viewport Look and feel

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      414 Views
      D.Williams23D

      @d-healey Alright cool. Just wanted to make sure I wasn't missing anything. I want to use it for a preset browser. Thanks for clearing that up

    • D.Williams23D

      Look and Feel

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      299 Views
      Casey KolbC

      :winking_face:

    • D.Williams23D

      Routing Matrix

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      537 Views
      D.Williams23D

      @Lunacy-Audio

      Wow, I guess I should go back to @d-healey's video of scripting 101 in Hise all over again haha. Thank you that fixed it now project complete.

    • D.Williams23D

      Auto Threshold Detector

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      386 Views
      LindonL

      @D-Williams23 said in Auto Threshold Detector:

      @Lindon Okay I looked at it. I've never used this function before so I don't even know where to begin.

      so for a number of modules (including simple gain modules) you can obtain the current audio level for the left and right channels:

      leftLevel = Engine.getDecibelsForGainFactor(MasterGain.getCurrentLevel(0));

      so your script would (at this point) know the current level - you just need to place this inside a timer callback to get a realtime-ish level value in your script.

    • D.Williams23D

      Filter Gain

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      239 Views
      LindonL

      @D-Williams23 put a simple gain after the filter...

    • D.Williams23D

      Preset Browser Options

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      291 Views
      Casey KolbC

      @D-Williams23 No problem!

      About editing the C++ though. I've been learning it lately, is it worth going in there and trying to figure that out? Do you know which folder has that particular file?

      You can find the file and the header file here: HISE/hi_components/plugin_components/PresetBrowserComponents.cpp

    • D.Williams23D

      Building a Sample Loop Manager

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      338 Views
      d.healeyD

      @D-Williams23

      Where should I start let's say if I want to get the drag & drop functionality?

      Learn JUCE.

    • D.Williams23D

      New Error Compiling on Mac

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      434 Views
      D.Williams23D

      Yes it's successful now thank you! @Christoph-Hart