Categories

  • General questions and announcements about HISE

    8k Topics
    72k Posts
    pcs800P

    @pcs800 Looks like I may have found my own answer.
    File.writeAudioFile(var audioData, double sampleRate, int bitDepth)

  • Scripting related questions and answers

    2k Topics
    16k Posts
    OrvillainO

    @David-Healey

    I had to make a slight tweak to the above, to fix some parameter 0 errors in the console:

    inline function savePresetAs() { FileSystem.browse(FileSystem.getFolder(FileSystem.UserPresets), true, "*.preset", function (f) { var filePath = f.toString(f.FullPath); var parentDirectory = f.getParentDirectory().toString(f.FullPath); var userPresetsDirectory = FileSystem.getFolder(FileSystem.UserPresets).toString(f.FullPath); if (parentDirectory == userPresetsDirectory) return Engine.showMessageBox("Invalid Location", "Please choose a sub folder to store the preset.", 0); if (!filePath.contains(userPresetsDirectory)) return Engine.showMessageBox("Invalid Location", "Please save the preset within the User Presets folder.", 0); Engine.saveUserPreset(f.toString(f.FullPath).replace(".preset")); }); }

    This seems to work now. Maybe a HISE version issue, as this thread is quite old now.

  • To share HiseSnippets, Interface Elements, GUI, UI/UX, Panel LAF etc..

    195 Topics
    2k Posts
    C

    @Christoph-Hart The issue happens when recording audio in real time, as well as when freezing and flattening the track.

    I’ve tested it in Logic Pro and Ableton Live, and the behavior is the same in both.

  • All about ScriptNode DSP nodes, patches, SNEX and recipes.

    351 Topics
    2k Posts
    iamlampreyI

    @Christoph-Hart said in (ScriptNode) Smeary Reverb / Washy Cymbals?:

    @iamlamprey haha everybody always rips out the dither stuff from air windows :)

    i assume he has it there for a reason but most DAWs apply dithering now anyway and I can't hear a difference lol

  • A subforum for discussing Faust development within HISE

  • If you need a certain feature, post it here.
    624 Topics
    5k Posts
    ustkU

    @David-Healey Yeah very true, that came from a mod I've made for audio inputs that couldn't be shared with other projects, but that's a different matter...

  • Develop better software through collaboration and shared knowledge. Not just about coding —> covering the entire journey, from development to launching and promoting plugins or software.

    143 Topics
    1k Posts
    J

    @ustk Ah I see. I have a working algorythm in Pure Data, is there a way to implement that in HISE as script och c++ code? In PlugData (a flavor of PD), you can export C++ code.

  • If you encounter any bug, post it here.
    2k Topics
    12k Posts
    David HealeyD

    Still broken

  • Post your example snippets that you want to add to the official HISE snippet database here. We'll revise it, upload it to the repo and delete the post when finished.

    22 Topics
    135 Posts
  • Everything related to the documentation (corrections, additions etc.) can be posted here
    70 Topics
    476 Posts
    David HealeyD

    @weezycarter make a minimal test plugin with 4 channels. Then we'll have a baseline.

  • Collection of Blog Entries

    81 Topics
    770 Posts
    David HealeyD

    Another one you might be interested in is Floe: https://floe.audio/

  • The nerdy place for discussing the C++ framework
    179 Topics
    1k Posts
    DanHD

    @voxuer1 are you building networks at the same time as the nodes? if so remove the networks from the compile process and just build the nodes first. If it succeeds add the networks back in and compile again.

16

Online

2.2k

Users

13.3k

Topics

115.9k

Posts