• Best Practice for Getting RMS/Peak on an audio buffer

    14
    1 Votes
    14 Posts
    947 Views
    Y

    @griffinboy can you give me an example with screenshot? my english its so bad and i think that the google translate its giving me wrong traduction

  • Odd Filmstrip behaviour? (video linked)

    3
    0 Votes
    3 Posts
    80 Views
    D

    @Chazrox

    Ahh, I see! Thanks duder!

  • Scriptnode Sliders - stack vertically?

    9
    0 Votes
    9 Posts
    166 Views
    ustkU

    @DanH @Christoph-Hart Wish he told us 120 parameters ago... 🤣

  • VST3's and Reaper - anyone getting any weird UI locking behaviour???

    12
    0 Votes
    12 Posts
    661 Views
    It_UsedI

    @Orvillain apparently, the problem is in the Reaper itself, everything works fine for me on version 7.23.

  • MIDI Out Device

    Unsolved
    2
    0 Votes
    2 Posts
    85 Views
    VirtualVirginV

    I would like to know about this as well. To my knowledge I have not seen a commercial MIDI plugin that can route directly to and from MIDI ports/drivers, but I do remember that the two MIDI plugins here called "midiIn" and "midiOut" attempt to do this:

    https://github.com/sleiner/pizmidi/tree/main/pizjuce

    Some of the plugins are buggy, so I do not know if they work or not.

    I think some of the challenge on Windows is that host apps can gain exclusive control over a port, and I know DAWs like Cubase/Nuendo are aggressive in this regard, but there are utilities to multiply port connections (such as MIDI-OX, Virtual Cable or Bidule), and therefore making it possible for multiple hosts to access the same MIDI input/output.

    I would love it if you found a way to do this in a plugin. On an app I believe you should just be able to have access to the output ports from any of the MIDI devices as long as it is not in use by another app (I think it is first-come-first-serve in that regard).

  • "The embedded script files could not be saved"

    5
    0 Votes
    5 Posts
    82 Views
    D

    @d-healey I did compile it from source (my first time compiing anything as well) and it was the develop branch. Maybe I'll compile it once more just in case I did something wrong.

    Thanks for your help, David! I can't believe how fast you responded. I hope to have more meaty questions in the future.

  • Scroll Bar/Scroll within a panel?

    8
    0 Votes
    8 Posts
    352 Views
    GabG

    @Christoph-Hart Is there a possibility to remove the shadow from the Favorite Icon next to the preset in the default Preset Browser?

  • MatrixId disappeared for linked sliders

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    Oli UllmannO

    @Christoph-Hart
    I just saw that you fixed it. Thanks very much! :-)
    I'll let you know if I encounter any problems.

  • making wavetable files - already Im confusing myself...

    11
    0 Votes
    11 Posts
    241 Views
    Oli UllmannO

    @Chazrox
    Glad you like it. To be honest, there's not that much to do, since @Christoph-Hart has already done all the hard work for us.

    Creating the WaveTable:
    All you have to do is fill a buffer, which you then load into the WaveTable synth using the WaveTable controller.

    Christoph has provided us with some examples in the documentation:
    https://docs.hise.audio/scripting/scripting-api/wavetablecontroller/index.html

    Appearance:
    To make the whole thing look interesting, I drew a panel based on the slider values of a slider pack. The slider pack is transparent and the panel is behind the slider pack.

    So you use the values of the individual sliders in the paintRoutine of the panel.

  • resaving sample maps

    8
    0 Votes
    8 Posts
    119 Views
    It_UsedI

    @paper_lung check the MonolithSplitAmount parameter inside the xml converted to monolith samplemaps. If the value from there is higher than you have in the archive parts, then the sampler will not find the monolith. There is indeed a bug in Hise that can add the previous values of the parts of the split monolith when exporting to the monolith. I recently report this bug. But is no actually for fix. Maybe this with low priority, if you have this bug - you can fix it by yourself.

  • Creating a pop out window with an eq or something on it

    20
    0 Votes
    20 Posts
    2k Views
    ChazroxC

    @pcs800 oh great!

    @pcs800 said in Creating a pop out window with an eq or something on it:

    post the info

    up to you.

  • Compile error macOS Tahoe: error Cycle inside a single target

    3
    0 Votes
    3 Posts
    208 Views
    D

    @Christoph-Hart haha, absolute madness from Apple, no one could have expected such an unnecessary change
    thank you for the quick fix, that was indeed the solution - now the export runs just fine! you saved me from downgrading my OS again^^

    Lets see when I will encounter my next bug with this new macOS update...

  • Bit of silence added to end of samples?

    14
    0 Votes
    14 Posts
    947 Views
    DanHD

    @Christoph-Hart Thank you, hugely appreciated!

  • Project Info - Version Number

    Solved
    6
    0 Votes
    6 Posts
    368 Views
    HISEnbergH

    @Christoph-Hart I gave this a shot but this wasn't the solution. It's my mistake.

    @d-healey you are exactly right.

    Basically for anyone who ends up here I recommend looking at and comparing the Info.plist that is part of the .component bundle. In my case I had changed the company code and this is why the plugin wasn't being recognized properly. Strange I couldn't find this in my Github commits but my issue had nothing to do with the version number.

    Thanks both for your responses!

  • How to change gain with a button in a sampler script

    4
    0 Votes
    4 Posts
    435 Views
    LindonL

    @lijas90 said in How to change gain with a button in a sampler script:

    @Lindon said in How to change gain with a button in a sampler script:

    VoiceGain1.setAttribute(VoiceGain1.Gain, value);

    It works! Thank you so much.😊

    ..do the course.

  • Plotter Oscilloscope Optimization

    3
    0 Votes
    3 Posts
    458 Views
    T

    Thanks a lot for your answer. Very helpful to explore your code and try some stuff.

    I dug a bit through those topics that you sent. There are very interesting as well, they all use a different way than me. I'm using a Floating Tile plotter and not a Script Panel. So, it's probably a dumb question but are every parameters (resizing display buffer, timer etc...) available only in a Script Panel ?

  • Mac OS Deployment Target

    1
    0 Votes
    1 Posts
    201 Views
    No one has replied
  • .ch1 samples stop working in compiled VSTi (did i miss something?)

    Solved
    24
    0 Votes
    24 Posts
    2k Views
    bendursoB

    @Straticah Yeah, this is my code to install the expansions (i'm actually saving other things on that json file, so that's why I used "SampleFolder" to retrieve it from the json)

    var CompletePath; inline function InstallPackage() { local parentFolder = FileSystem.getFolder("../"); local SampleFile = parentFolder.getChildFile("settings.json"); local SampleObject = SampleFile.loadAsObject(); local DirectoryFile = FileSystem.fromAbsolutePath(SampleObject.SampleFolder); CompletePath = DirectoryFile.createDirectory(InstrumentName); if (CompletePath.isDirectory()) { expHandler.installExpansionFromPackage(selectedInstrumentFile, CompletePath); } else { Console.print("Could not create the installation directory."); } }

    When I use expHandler.installExpansionFromPackage, it creates the link file on expansion samples folder with the samples path. It always worked for me, and I never received a support ticket.

    And then I created my own button to change the samples path on settings. This will change the sample paths for all the expansions.

    inline function onbtnChangeSamplesDirectoryControl(component, value) { if (value) { FileSystem.browseForDirectory("", function(selectedFolder) { if (selectedFolder) { if (selectedFolder.hasWriteAccess()) { var path = selectedFolder.toString(0); currentSampleFolderPath = path; var notFound = []; for (e in expHandler.getExpansionList()) { var name = e.getProperties().Name; var fullPath = path + "/" + name; var folderObject = FileSystem.fromAbsolutePath(fullPath); if (folderObject.isDirectory()) { e.setSampleFolder(folderObject); } else { notFound.push(name); } } if (notFound.length > 0) { Console.print("Not found"); } else { Console.print("All sample folders updated successfully"); } } else { Console.print("The selected folder can't be accessed due to insufficient write permissions. Please choose a different folder."); } } }); } }; Content.getComponent("btnChangeSamplesDirectory").setControlCallback(onbtnChangeSamplesDirectoryControl);
  • Wrap modulation value

    7
    0 Votes
    7 Posts
    2k Views
    ustkU

    @Christoph-Hart I know you're working a lot on this, but just to know before going further in my new project, would the intensity limitation be achievable or should i rely on a different approach?
    I am currently using global_mod nodes but I need a new duplicate of the whole modulation container for each parameter i want to modulate, which becomes insane, not talking about the UI implementation 😨

    In the context of an FX, not an instrument...

  • AAX Init Behavior

    3
    0 Votes
    3 Posts
    543 Views
    A

    @d-healey It hides a panel and un-bypasses a module based on a flag, p1. The panel was not showing but the module was bypassed, which is a mismatch. I ended up figuring out that f1 was firing after all and the issue was solved by explicitly setting the panel's starting visibility in the script before the functions run. All other hosts were showing it (it was visible when I compiled) but PT hid it. Still not totally sure why, and there's definitely some difference in how something is handled, but what I described specifically was a false alarm!

20

Online

2.0k

Users

12.7k

Topics

110.0k

Posts