HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. pcs800
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 26
    • Posts 161
    • Groups 0

    Topics

    • pcs800P

      Sample Range

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      0 Votes
      1 Posts
      8 Views
      No one has replied
    • pcs800P

      Compressor makeup

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      63 Views
      ChazroxC

      @pcs800 He's saying program a separate knob to compensate for that volume jump.

    • pcs800P

      GateReduction

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      77 Views
      ChazroxC

      @pcs800

      @pcs800 said in GateReduction:

      Use a panel then

      if by that you mean script, yes. There isnt a built-in way to create a reduction meter as far as I know. You're gonna have to script a little bit.

      If you can break this down, this is how I would use it.

      const var Dynamics = Synth.getEffect("Dynamics Visual"); // declare your compressor module const var GateReduction = Content.getComponent("GateReduction"); // declare your slider const var t = Engine.createTimerObject(); // create a timer object t.setTimerCallback(function() // create a timer callback { var v = Dynamics.getAttribute(Dynamics.GateReduction); // grab the values for GateReduction v = Engine.getDecibelsForGainFactor(v); // convert to float GateReduction.setValue(v); // send value to your slider. }); t.startTimer(20); // set timer frequency aka refresh-rate
    • pcs800P

      Linking knobs together via a button

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      18
      0 Votes
      18 Posts
      121 Views
      ChazroxC

      Best advice....

    • pcs800P

      How to calculate min and max for controlling module parameters

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      44 Views
      pcs800P

      @d-healey
      Ok, i did not know that. Thanks

    • pcs800P

      Storage of IR files for convolution reverb

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      48 Views
      pcs800P

      @d-healey This was an aif, so maybe i will convert them to wav first.
      Thanks

    • pcs800P

      Preset browser open to show presets

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      54 Views
      pcs800P

      @d-healey Thanks

    • pcs800P

      Adding a second action to a button

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      14
      0 Votes
      14 Posts
      129 Views
      d.healeyD

      @pcs800 Nice!

    • pcs800P

      Hotspot to play a sample

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      44 Views
      pcs800P

      @d-healey Yep, that certainly helps. I'll try to duplicate that code.

    • pcs800P

      Another licensing question

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      1 Votes
      3 Posts
      111 Views
      pcs800P

      @Christoph-Hart Thanks, I will email you now

    • pcs800P

      Which version of juce does hise use?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      55 Views
      pcs800P

      @d-healey Awesome, thank you

    • pcs800P

      Sample player plugin not making sound

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      47
      0 Votes
      47 Posts
      589 Views
      pcs800P

      @d-healey That worked, thank you very much....again.

    • pcs800P

      Hise pricing

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      100 Views
      pcs800P

      @Christoph-Hart Thank you

    • pcs800P

      Using a finished project as a template

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      46
      0 Votes
      46 Posts
      841 Views
      bendursoB

      @pcs800 It's something similar to an instrument for Kontakt. You just have one plugin, and then you make instruments (expansions) for it with different images, samples and presets.

      You can check here: https://docs.hise.dev/working-with-hise/project-management/expansions/

      And David's video: https://www.youtube.com/watch?v=VsQTOxOOd9s

      If you're new to HISE, expansions might not be the best place to start :)

    • pcs800P

      Where does the guid come from?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      84 Views
      pcs800P

      @d-healey
      Does the guid come from the plugin code in project settings?

    • pcs800P

      Saving and accessing presets

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      28
      0 Votes
      28 Posts
      723 Views
      pcs800P

      @d-healey Thanks for all your help. It's very much appreciated.

    • pcs800P

      Project file extension

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      13
      0 Votes
      13 Posts
      353 Views
      pcs800P

      @griffinboy Ok, noted. Thank you

    • pcs800P

      Buffer warning when plugin runs

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      12
      0 Votes
      12 Posts
      231 Views
      pcs800P

      @d-healey There's no setting for that with wavert in my daw

    • pcs800P

      Virtual instrument is ignoring daw velocity changes

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      64 Views
      pcs800P

      @pcs800 Never mind, i got it.
      Chatgpt keeps giving instructions for older version of Hise, until I keep specifying 4.1.0
      Anyway, I put a velocity modulator on the sampler module, and it worked.

    • pcs800P

      Fee's involved in selling my plugins?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      12
      0 Votes
      12 Posts
      152 Views
      pcs800P

      @Christoph-Hart Ok, thank you for the clarification.