HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. AHTV
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 25
    • Groups 0

    AHTV

    @AHTV

    7
    Reputation
    5
    Profile views
    25
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    AHTV Unfollow Follow

    Best posts made by AHTV

    • Broken/No Link in HISE Documentation

      HI @Christoph-Hart,
      I come to this page : https://docs.hise.audio/cpp_api/index.html but some link is not present :
      A example project that demonstrates this usage can be found here: ExternalFloatingTileTest

      Can you fix it / adding the link? Not just that but other in that particular page.

      Thanks

      posted in Documentation
      A
      AHTV
    • RE: [SOLVED] Make a Standalone Application Full Screen in Desktop/Laptop

      @d-healey said in Make a Standalone Application Full Screen in Desktop/Laptop:

      You can't. That command only works on mobile

      e4451e66-af59-444e-8e39-e3efa9ca8d83-image.png

      Yeah I read that but just asking in case there's a way in desktop too, thanks!

      posted in General Questions
      A
      AHTV
    • RE: How To Select Different Group of SampleMaps ?

      @d-healey said in How To Select Different Group of SampleMaps ?:

      @AHTV Post some snippets of your progress when you need help

      I will !
      You are always been helpful, thanks !

      posted in General Questions
      A
      AHTV
    • RE: How To Select Different Group of SampleMaps ?

      @d-healey said in How To Select Different Group of SampleMaps ?:

      @AHTV

      How can I modify the code so I can have only some samplemap present in a dropbox box, not listing all samplemaps in the samplemaps folder?

      You'll need to loop through the list and use the string commands (like substring, indexOf, and contains) to split it up into two lists based on your parameters. Then you can use those two lists to populate your combo boxes.

      Keep in mind that as soon as there are two combo boxes you are adding complexity because it is not simply a case of matching the value of one combo box to the xml references in an array. Which is what is happening in the example.

      You have to do one of the things I mentioned before. Using the value to get a reference to the selected sample map. Either using two arrays or using one array and offsetting the index, I'd probably go for the second option.

      Ok thanks, I will try this, thanks a lot !

      posted in General Questions
      A
      AHTV
    • RE: I released my project!

      Congrats @d-healey !
      I have benefited from your video tutorial since I'm new to HISE. Thank you for that!

      posted in General Questions
      A
      AHTV
    • RE: Make Video Tutorials Category on Forum

      @DabDab said in Make Video Tutorials Category on Forum:

      At this moment only @d-healey is making Youtube video Tutorials. Free & Patreon. But this will be a good starting point for all new comers if we can add those tutorials on this Forum under Video Tutorials category. I am also planning to make some GUI tutorials as well. And I encourage all of you to record your screen and make a video tutorials and post under this category. Sometimes video demonstrations are better.
      Then nobody will complain..... "I am 52 years old" learning new software is difficult.

      As a new user of HISE, @d-healey's video has been very helpful, so if you can make it too, this is great for helping me n others 馃檹馃徎
      Big thanks !

      posted in Feature Requests
      A
      AHTV

    Latest posts made by AHTV

    • RE: Looper / Recorder FX Plugin

      @Christoph-Hart said in Looper / Recorder FX Plugin:

      @oskarsh Alright, I've pushed a project to the tutorial repo. Make sure to use the latest develop branch build, I had to fix a few SNEX things (the new backend still needs some polishing) and the recorder node is also better now.

      Link Preview Image
      hise_tutorial/RecorderDemo at master 路 christophhart/hise_tutorial

      The Tutorial project for HISE. Contribute to christophhart/hise_tutorial development by creating an account on GitHub.

      favicon

      GitHub (github.com)

      Hi Chris, this demo make my HISE crash (I tried like 4-5 times), but other demo in the github is loading fine, can you check? Thanks

      posted in General Questions
      A
      AHTV
    • RE: [SOLVED] Make a Standalone Application Full Screen in Desktop/Laptop

      @d-healey said in Make a Standalone Application Full Screen in Desktop/Laptop:

      You can't. That command only works on mobile

      e4451e66-af59-444e-8e39-e3efa9ca8d83-image.png

      Yeah I read that but just asking in case there's a way in desktop too, thanks!

      posted in General Questions
      A
      AHTV
    • [SOLVED] Make a Standalone Application Full Screen in Desktop/Laptop

      Hi all,
      How can I make my apps full screen on desktop/laptop?
      I saw this : Content.makeFullScreenInterface(); but i tried but can't make my apps full screen

      Thanks

      posted in General Questions ahtv
      A
      AHTV
    • Broken/No Link in HISE Documentation

      HI @Christoph-Hart,
      I come to this page : https://docs.hise.audio/cpp_api/index.html but some link is not present :
      A example project that demonstrates this usage can be found here: ExternalFloatingTileTest

      Can you fix it / adding the link? Not just that but other in that particular page.

      Thanks

      posted in Documentation
      A
      AHTV
    • RE: How To Select Different Group of SampleMaps ?

      @d-healey said in How To Select Different Group of SampleMaps ?:

      @AHTV Post some snippets of your progress when you need help

      I will !
      You are always been helpful, thanks !

      posted in General Questions
      A
      AHTV
    • RE: How To Select Different Group of SampleMaps ?

      @d-healey said in How To Select Different Group of SampleMaps ?:

      @AHTV

      How can I modify the code so I can have only some samplemap present in a dropbox box, not listing all samplemaps in the samplemaps folder?

      You'll need to loop through the list and use the string commands (like substring, indexOf, and contains) to split it up into two lists based on your parameters. Then you can use those two lists to populate your combo boxes.

      Keep in mind that as soon as there are two combo boxes you are adding complexity because it is not simply a case of matching the value of one combo box to the xml references in an array. Which is what is happening in the example.

      You have to do one of the things I mentioned before. Using the value to get a reference to the selected sample map. Either using two arrays or using one array and offsetting the index, I'd probably go for the second option.

      Ok thanks, I will try this, thanks a lot !

      posted in General Questions
      A
      AHTV
    • RE: How To Select Different Group of SampleMaps ?

      @d-healey Ok sorry I was wrong. The callback is present :

      // Create a Script Reference for the Sampler Module
      const var s = Synth.getSampler("Sampler")
      
      // get the list off all SampleMaps that are saved in the SampleMaps project folder
      const var list = Sampler.getSampleMapList();
      
      // Get the Combobox Widget and add all SampleMaps.xmls to the `items` list 
      Content.getComponent("SampleMapSelector").set("items", list.join("\n"));
      
      inline function onSampleMapSelectorControl(component, value)
      {
          if (value)
              s.loadSampleMap(component.getItemText());
      }
      
      Content.getComponent("SampleMapSelector").setControlCallback(onSampleMapSelectorControl);
      

      The dropdown box list all of my samplemaps. How can I modify the code so I can have only some samplemap present in a dropbox box, not listing all samplemaps in the samplemaps folder?

      Thanks

      posted in General Questions
      A
      AHTV
    • RE: How To Select Different Group of SampleMaps ?

      @d-healey said in How To Select Different Group of SampleMaps ?:

      have it's own group of xml files (=each dropdown box have different xml set).

      A combo box just contains a list of what ever values you want to put in it. It doesn't contain xml files.

      What I mean is in HISE example here : https://docs.hise.audio/tutorials/recipes/ui/general.html (under "Switch SampleMaps with a ComboBox"), we can switch to different SampleMaps by choose an entri in the dropdown box.

      But, it list all the samplemaps that I have in the Samplemaps folder (Ac Pno & Elec Pno).
      What I want is that dropdown box 1 only list some samplemaps (Ac Piano only) and dropdown box 2 have different samplemaps (Elec Pno only).

      Why I insist on using dropdown box, because of the desain of the GUI is more cleaner. If I have 30 preset/samplemaps, using 30 buttons is not so intuitif, but using Dropdown box, I only need 2 box (each have 15 presets).

      Thanks

      posted in General Questions
      A
      AHTV
    • RE: How To Select Different Group of SampleMaps ?

      @Lindon said in How To Select Different Group of SampleMaps ?:

      @AHTV there are only one set of sample maps - those in the SampleMaps folder in your project.

      Thank for taking time to comment 馃檹馃徎
      Yes I know there's only 1 set of samplemaps but I would like each of dropdown box have it's own group of xml files (=each dropdown box have different xml set).

      I want to make a 2 group of dropdown, one Acoustic Piano Group and one Electric Piano Group. Each group consist of many sound, for example Ac Pno 1, Ac Pno 2, Ac Pno 3, Ac Pno 3 and user can layer it with the 2nd group of sound (Electric Piano) with many sounds too (Elec Pno 1, Elec Pno 2, Elec Pno 3 etc).

      What is the callback you are executing for the second combo box? - post it here:

      This is exaclty what I'm asking...What do I have to write on the callback so user can layer 2 group of sounds Ac Pno 2 & Elec Pno 5 for example, or Ac Pno 4 & Elec Pno 1. Right now, I don't have any code.

      Thanks

      posted in General Questions
      A
      AHTV
    • How To Select Different Group of SampleMaps ?

      Hi all,
      I have 4 different samplemaps :
      4 samplemaps

      and 2 Combobox :
      alt text
      alt text

      I have read this document : Switch SampleMaps with a ComboBox but when I use the snippet, it shows all of my 4 samplemaps in each of the combobox.

      I read forum post here : samplemap / combobox script for 2 comboboxes but the psoter have delete the code, so I don't understand the context.

      What I want to ask is how each Combobox have its own set of Samplemaps (just 2 samplemaps, not all 4 samplemaps).
      And when user click the combobox entri, the right samplemap is loaded (right now, when I click the second entri, the samplemap didn't change).

      Please help n thanks !

      posted in General Questions ahtv
      A
      AHTV