HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Tags
    3. samples
    Log in to post
    • All categories
    • trillbillyT

      Presets made outside HISE don't recall Samples

      Watching Ignoring Scheduled Pinned Locked Moved General Questions presets samples recall
      5
      0 Votes
      5 Posts
      335 Views
      LindonL

      @trillbilly build a simple project that demonstrates the behaviour...

    • VorosMusicV

      Custom "Samples Not Found" Message

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General Questions samples message custom folder
      6
      0 Votes
      6 Posts
      367 Views
      ustkU

      @d-healey Oh I see! I thought this was for an additional custom location that has nothing to do with the main sample location, I lost myself overthinking...

    • d.healeyD

      [bug] Expansions don't load samples

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports full expansion samples loading bug
      9
      0 Votes
      9 Posts
      690 Views
      d.healeyD

      @ustk if f isn't defined then .isFile() will return a function not found error. But I'm probably being over cautious.

    • trillbillyT

      Convert To Monolith Issues

      Watching Ignoring Scheduled Pinned Locked Moved General Questions monolith samplemaps samples
      5
      0 Votes
      5 Posts
      382 Views
      trillbillyT

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

    • trillbillyT

      Samplemaps Not Loading via Combobox

      Watching Ignoring Scheduled Pinned Locked Moved General Questions samplemaps combobox samples
      8
      0 Votes
      8 Posts
      666 Views
      trillbillyT

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

    • A

      IR Convolution plugin - sample location and best practices?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting convolution audio files filesystem file samples
      4
      0 Votes
      4 Posts
      510 Views
      d.healeyD

      @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.

    • ospfeigrpO

      Thanks for the great software

      Watching Ignoring Scheduled Pinned Locked Moved General Questions drums opensource vsti samples
      6
      1 Votes
      6 Posts
      607 Views
      ospfeigrpO

      @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

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports linux settings linux-arch samples
      1
      0 Votes
      1 Posts
      275 Views
      No one has replied
    • A

      Designing / changing hise output vst basic setting panels / elements?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions installer user interface samples
      23
      0 Votes
      23 Posts
      2k 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.healeyD

      Drag n drop flac files

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests drag n drop flac samples mapping editor
      2
      1 Votes
      2 Posts
      344 Views
      LightandSoundL

      @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 BoubouD

      Samples directory not found when exporting

      Watching Ignoring Scheduled Pinned Locked Moved General Questions not found export samples directory monolith
      14
      0 Votes
      14 Posts
      5k Views
      Dark BoubouD

      you're right :)