HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. CatABC
    3. Topics
    • Profile
    • Following 2
    • Followers 0
    • Topics 83
    • Posts 309
    • Groups 0

    Topics

    • CatABCC

      Is it possible to merge two ch1 files?

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

      Paste screenshot in HISE plugin?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      13
      0 Votes
      13 Posts
      236 Views
      ustkU

      @Oli-Ullmann said in Paste screenshot in HISE plugin?:

      That sounds interesting! To do that, you would definitely have to check which OS is being used, as different operating systems use different folders. I'm also not sure if this can be configured individually for some operating systems... Tricky! 😁

      This could just be asked to the user at first launch and stored in a pref file

      Then background task to run a bash script (but yeah this one is OS dependent)

      https://forum.hise.audio//post/101582

    • CatABCC

      Split SampleMap?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      41 Views
      CatABCC

      @d-healey OK, I understand, thank you David

    • CatABCC

      LAF a vertical slider using CSS

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      7
      3 Votes
      7 Posts
      130 Views
      CatABCC

      @young60 Cool,hahaha😆

    • CatABCC

      Has anyone used CSS to create a Combobox UI?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      98 Views
      CatABCC

      @HISEnberg Ahaha, I was blind, thanks for helping me find it😂

    • CatABCC

      How to filter and display SampleMaps in ComboBox

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

      @CatABC Search the forum, this has been asked several times already so the solution is there.

      Basically you loop over all sample maps and only add the ones you want to the combo box.

    • CatABCC

      Make the Gain knob smooth the gain?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      79
      0 Votes
      79 Posts
      3k Views
      GUJIANG

      @CatABC Send a complete example to learn from

    • CatABCC

      Sampling multiple velocity layers, how to evenly drop the velocity?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      13
      0 Votes
      13 Posts
      206 Views
      CatABCC

      @Orvillain yes,I already understand the design of HISE, it is more free than Kontakt!😻

    • CatABCC

      How to sign and authenticate VST and AU plug-ins for Mac?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      271 Views
      LindonL

      Ok well I can see this turning into the cluster f*** it usually is so here's how to code sign and notarize and staple your plugin - note this is for distributing plugins - not for distributing installers (like .pkg and .dmg files), also note you will need your apple ID, your team Id and to have made (and kept) a password for your notary tool all in the apple dev web site...you will also need the relevant certificates(A developer ID Installer certificate) in your Keychain Access

      build/compile your plugin. copy your plugin to the desktop open a terminal window move to the desktop with this command:
      cd desktop
      5.codesign your plugin with this command:

      codesign --deep --force --options runtime --sign "Developer ID Application: your dev name ( your dev id)" "/Users/your username/Desktop/your plugin name.vst3"

      zip up your plugin into yourpluginname.zip and leave it on the desktop Notarize your pluginzip with this command:

      xcrun notarytool submit --apple-id "your apple id (an email addess is likely)" --password "your notray tool password" --team-id "your team id" "yourpluginname.zip" --wait

      wait... it will tell you Processing.... and eventually tell you Accepted (if it works) Staple your plugin on the desktop --- no thats not the zip you just sent to Apple, its the plugin from step 2.... use this command:

      xcrun stapler staple "/Users/your user name/Desktop/your plugin name.vst3"

      if this is successful (it will tell you) ... you re done...and you can zip up and ship your plugin....
    • CatABCC

      Is it possible to add effects to samples on individual keys in a Sampler?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      14
      0 Votes
      14 Posts
      229 Views
      CatABCC

      @d-healey Ahaha, that's it😹

    • CatABCC

      HISE multi-language support

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      2
      0 Votes
      2 Posts
      183 Views
      d.healeyD

      @CatABC I don't think this is on the horizon.

    • CatABCC

      How to convert a number to hexadecimal in HISE?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      268 Views
      CatABCC

      @d-healey great!very very Thanks David😎

    • CatABCC

      How to use HISE to call system commands?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      282 Views
      CatABCC

      @d-healey cool!thanks very much

    • CatABCC

      Is it possible for different machines to produce the same machine code?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      14
      0 Votes
      14 Posts
      1k Views
      CatABCC

      @ustk Nice, I will use this to enhance the machine code generation in future plugins, thank you

    • CatABCC

      How do I connect a knob to a CC controller using code?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      462 Views
      CatABCC

      @VirtualVirgin Cool, thanks for your suggestion, it's very useful

    • CatABCC

      HISE supports gif images

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      11
      0 Votes
      11 Posts
      1k Views
      xxxX

      @LozPetts

      thanks for this

    • CatABCC

      How to draw the rename secondary confirmation window in PresetBrowserDialog?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      367 Views
      CatABCC

      @d-healey I am using Content.createLocalLookAndFeel();
      Tried your method and it worked, thank you very much😘 😘 😘

    • CatABCC

      How do I switch presets in the Preset Browser using buttons?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      254 Views
      CatABCC

      @d-healey Nice! I will try it. Thank you for providing me with learning materials.😘

    • CatABCC

      How to hide images that are beyond the panel range

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

      How to disable HISE exported APP from requesting microphone permission in MAC system?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      321 Views
      ChazroxC

      @ustk Cool! Just knowing that im gonna have to look into it. 👍 Thanks.