Categories

  • General questions and announcements about HISE

    7k Topics
    68k Posts
    d.healeyD

    @pcs800 Yeah if they are in the same chain then the signal will be processed serially. You could try using send effects instead, or use scriptnode for parallel processing.

  • Scripting related questions and answers

    2k Topics
    15k Posts
    R

    @Rognvald I found this as a starting point.. :)

    const var Knob = Content.getComponent("Knob"); const TH = Engine.createTransportHandler(); // 18 = tempo factor = 1/64T TH.setEnableGrid(true, 18); // Set sync mode Internal or External TH.setSyncMode(TH.PreferExternal); // ON GRID CHANGE FUNCTION // You start and stop this using "TH.startInternalClock" & TH.stopInternalClock inline function GridChange(clock, arg2, arg3) { local v = (clock % 200) / 100; local value = v < 1.0 ? v : 2 - v; // Trigger the knob Knob.setValue(value); Knob.changed(); }; TH.setOnGridChange(true, GridChange); inline function onKnobControl(component, value) { Console.print(value); }; Content.getComponent("Knob").setControlCallback(onKnobControl); // START STOP INTERNAL CLOCK inline function onStartInternalClockControl(component, value) { if (value) TH.startInternalClock(0); else TH.stopInternalClock(0); }; Content.getComponent("StartInternalClock").setControlCallback(onStartInternalClockControl);
  • To share HiseSnippets, Interface Elements, GUI, UI/UX, Panel LAF etc..

    182 Topics
    2k Posts
    cassettedeathC

    @d-healey Thank you! :)

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

    324 Topics
    2k Posts
    H

    I'm making my own granulator and I can't properly set up the random position and pan. So that when you press a key, the position jumps to the sides depending on the random level set

  • A subforum for discussing Faust development within HISE

    109 Topics
    885 Posts
    resonantR

    @Mighty23

    Thank you for the explanation. I don't mean a graphic, but a modulation like the one in the image below. Not separate Right and Left, but a single one (like the scriptnode gate, comp...etc.).

    alt text

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

    Is there anyway to show Tooltip for Label Components ? I have tried Default Tooltip way and Broadcaster way but label Tooltips doesn't work. Am I missing something ?

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

    80 Topics
    695 Posts
    LindonL

    @JamesC ok well note the thread as a question, and then note it as Solved. So when people are looking they see the answer is in here...

  • If you encounter any bug, post it here.
    2k Topics
    11k Posts
    B

    Does anyone know if the issue has been resolved? I also have a problem with batch export to Monolith on Mac OS.

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

    16 Topics
    103 Posts
    R

    @HISEnberg yes I saved each one before compiling but still got the issues.

    I only installed 4.1.0 the other day but have no issues building networks on my older version. I'll do a test nest time I'm at the laptop and see.

    And yes I'm on windows, ah ok you're getting them on windows too...at least I'm not going mad then. Wonder what the issue is though?

  • Everything related to the documentation (corrections, additions etc.) can be posted here
    66 Topics
    445 Posts
    cassettedeathC

    @Christoph-Hart Awesome,
    Primarily interested in the accessibility side, but a little confused about delivering future expansions and whether or not I need to send expansions to NI for approval... - or if it's just the initial functionality/integration...

  • Collection of Blog Entries

    79 Topics
    730 Posts
    ustkU

    @DanH Yeah to be honest I don't know if I should thank the forking or the gitignore, I just don't remember...

  • The nerdy place for discussing the C++ framework
    163 Topics
    1k Posts
    A

    Full-Stack VST Plugin Developer

    Contact us: info@midilatin.com

    This is Andre from Toronto, CEO of Midilatino. We are the premier source of Sample Packs, Midi Packs, Loop Packs, One Shots & Drum kits for producers in Latin-American, recently started to expand our market to VST Plugins and more.

    Midilatino is seeking a talented and experienced Full-Stack Plugin Developer to join our team. We are looking for a creative and detail-oriented individual who can help us build high-quality audio plugins for music producers. The ideal candidate will have a strong background in both front-end and back-end development, with a focus on creating intuitive user interfaces and efficient plugin functionality.

    Note: If you don’t design UI, you’d be responsable for finding and managing a person with this talent.

    Responsibilities:

    Design, develop, and maintain audio plugins using C++ or other relevant languages. Create installers for various operating systems (Windows, macOS). Develop user-friendly and aesthetically pleasing plugin interfaces. Collaborate with our team to conceptualize and implement new plugin ideas. Optimize plugin performance and troubleshoot bugs. Stay up-to-date with the latest trends and technologies in audio plugin development.

26

Online

1.9k

Users

12.5k

Topics

108.8k

Posts