HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. pgaudioworks
    3. Topics
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 12
    • Posts 41
    • Groups 0

    Topics

    • P

      Change Sample Map via ComboBox

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      14
      0 Votes
      14 Posts
      596 Views
      M

      @pgaudioworks try someting like this, where "cmbSampleMap" is my Combo Box

      // My Sample Map on Combobox const var sampleMaps = Sampler.getSampleMapList(); // get a Sample Map List const var cmbSampleMap = Content.getComponent("cmbSampleMap"); //combo box const var Sampler1 = Synth.getChildSynth("Sampler1"); // Sampler Reference // populate combo box with sample maps cmbSampleMap.set("items", sampleMaps.join("\n")); inline function oncmbSampleMapControl(component, value) { //Console.print(value); Sampler1.asSampler().loadSampleMap(sampleMaps[value-1]); }; Content.getComponent("cmbSampleMap").setControlCallback(oncmbSampleMapControl);
    • P

      Drag and drop the audio of a sample into the DAW

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      314 Views
      P

      @clevername27 thank you!

    • P

      How to use loadUserPreset

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      5
      0 Votes
      5 Posts
      284 Views
      P

      @Lindon this fixed it. Thanks!

    • P

      I'd like to show and hide a panel using a button

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      8
      0 Votes
      8 Posts
      542 Views
      LindonL

      @pgaudioworks said in I'd like to show and hide a panel using a button:

      @d-healey thank you David. I'm getting this error:

      Draft 1:! Line 7, column 22: API call with undefined parameter 0 {SW50ZXJmYWNlfG9uSW5pdCgpfDE3M3w3fDIy}

      Here's what I have:

      const var Panel1Red = Content.getComponent("Panel1Red"); const var Button1 = Content.getComponent("Button1"); Panel1Red.showControl(Button1.getValue);

      nearly...

      Panel1Red.showControl(Button1.getValue());

      ..see those extra ellipses at the end of getValue() ??

    • P

      Effects in HISE

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      367 Views
      d.healeyD

      @pgaudioworks

      Lots of info on the forum.

      There's a 101 guide in the docs:
      https://docs.hise.audio/scriptnode/101/dsp_network.html

      And some examples in the tutorial repo - https://github.com/christophhart/hise_tutorial/tree/master/ScriptnodeHiseModules

    • P

      Pitch Slider settings?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      204 Views
      d.healeyD

      I'm not sure why but for this to work you have to set the intensity via scripting from the knob's callback.

      Constant1.setIntensity(value);

    • P

      Activate and Deactivate FX based on Combo Box

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      619 Views
      P

      @CyberGen This is what I needed to see. It all makes sense now. I think I may be able to work it out from here. Thank you!!!

    • P

      Sustain Knob jumping

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      233 Views
      P

      @d-healey got it - thanks David!

    • P

      How do I add the arp to the UI?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      369 Views
      bandit_FD1B

      @ulrik Ah Cool. If I paired a knob1 with Num Steps, I imagine that will over-ride the value of "16" (example, If i dialed it back to 4 etc. Or is there something I need to add in the slideAmount to make it dynamic or will the knob just overrided it? (I'm giving the use the option on this synth to select the number of steps) Thank you again for your quick response!

    • P

      How to get a PNG Knob Filmstrip into UI

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      379 Views
      WaterSpoonW

      @pgaudioworks One trick I have learned if you download UI knobs and they do not come labeled with # of frames. Is to look at the pixel size of the image and divide height by the width. Just how David made his knobs in the video. Great work!

      Example: Filmstrip size is 43x2752 2752/43 = 64 frames

      Most prob knew that one, but it has allowed me to use some more options.

    • P

      Rhapsody Template problem

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      512 Views
      P

      @d-healey they weren't in the folder yet. Once I added them to the folder the problem went away!

    • P

      I don’t know anything about scripting. Is HISE for me?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      24
      0 Votes
      24 Posts
      1k Views
      MorsM

      @pgaudioworks here's the link to the launch video on my instagram! - https://www.instagram.com/reel/C4f61tTMwPB/?utm_source=ig_web_button_share_sheet&igsh=MzRlODBiNWFlZA==