Forum

    • Register
    • Login
    • Search
    • Categories
    1. Home
    2. Tags
    3. samples
    Log in to post
    • All categories
    • trillbilly

      Convert To Monolith Issues
      General Questions • monolith samplemaps samples • • trillbilly

      5
      0
      Votes
      5
      Posts
      32
      Views

      trillbilly

      @d-healey Same thing. It converts the first samplemap and then crashes.

    • trillbilly

      Samplemaps Not Loading via Combobox
      General Questions • samplemaps combobox samples • • trillbilly

      8
      0
      Votes
      8
      Posts
      175
      Views

      trillbilly

      @trillbilly Luckily, I only had to delete Comboboxes and add again manually. All is well.

    • A

      IR Convolution plugin - sample location and best practices?
      Scripting Forum • convolution audio files filesystem file samples • • andioak

      4
      0
      Votes
      4
      Posts
      74
      Views

      d.healey

      @andioak said in IR Convolution plugin - sample location and best practices?:

      That one was just super popular What happened?

      Popularity has nothing to do with it. Git is a version control system, branches represent different versions of the source code, the scriptnode branch was a feature branch, once the feature (scriptnode) was stable it was merged back into the develop branch. Once the develop branch gets to a point where it's stable-ish it is merged into the master branch. So the master branch will always be out of date, but should at least build and export successfully. The develop branch is the cutting edge latest changes, unless there is a feature branch that is being actively worked on.

      @andioak said in IR Convolution plugin - sample location and best practices?:

      So no function to get all files and sub-folders of files then? We really need that one. That one would make it possible for users to copy-paste files that then show up n the plugin. Dynomite.

      Yes you can use the file system and file apis (I have several videos about these on Patreon). This is not directly related to loading files into the convo reverb though.

    • ospfeigrp

      Thanks for the great software
      General Questions • drums opensource vsti samples • • ospfeigrp

      6
      1
      Votes
      6
      Posts
      244
      Views

      ospfeigrp

      @d-healey thanks for that they also have reaper templates so should be able to use all of those, thanks.

    • A

      Linux Manjaro (kde plasma desktop) issue, no open sample folder dialog
      Bug Reports • linux settings linux-arch samples • • andioak

      1
      0
      Votes
      1
      Posts
      51
      Views

      No one has replied

    • A

      Designing / changing hise output vst basic setting panels / elements?
      General Questions • installer user interface samples • • andioak

      23
      0
      Votes
      23
      Posts
      184
      Views

      A

      @Christoph-Hart said in Designing / changing hise output vst basic setting panels / elements?:

      This. It's more powerful this way than a simple JSON system.

      Yet, I cannot trigger any buttons on the plugin´s "Install Samples" using the if(obj.text == "Install Samples") inside the laf.registerFunction("drawToggleButton", function(g, obj)function. Is that considered a drawDialogButton ?

      This one:

      Screen Shot 2020-11-16 at 23.49.12.png
      Here I would like to:

      customize the look and line-breaks of the text line and also remove/hide the "install samples" button and customize the positioning of "Choose Samples folder". is the text in the image accessible? Is it a panel or an alert window? or alternatively entirely remove/suppress the entire panel with a flag in HISE settings, the HISE_SAMPLE_DIALOG_SHOW_...=0 and then put the "Choose samples location" in my own settings panel on the UI. Is that possible? Or is that C++?
    • d.healey

      Drag n drop flac files
      Feature Requests • drag n drop flac samples mapping editor • • d.healey

      2
      1
      Votes
      2
      Posts
      67
      Views

      LightandSound

      @d-healey https://github.com/LightandSound/HISE-Stage/blob/d44b6d912390820c0b49e0dbb73e09c1d03ca83c/hi_tools/hi_standalone_components/SampleDisplayComponent.cpp#L392

      register FLAC in the audio format manager and you're done 🙂

    • Dark Boubou

      Samples directory not found when exporting
      General Questions • not found export samples directory monolith • • Dark Boubou

      14
      0
      Votes
      14
      Posts
      3222
      Views

      Dark Boubou

      you're right 🙂